+ <template match="html:style[&wrapped; and not(ancestor::html:head)]|html:object[@type='text/css' and &wrapped;]" mode="书社:finalize" priority="0"/>
+ <template match="html:object[@type='text/javascript']" mode="书社:finalize" priority="0">
+ <element name="script" namespace="&xhtml;">
+ <attribute name="type">
+ <value-of select="@type"/>
+ </attribute>
+ <attribute name="src">
+ <value-of select="@data"/>
+ </attribute>
+ <copy-of select="@书社:identifier"/>
+ </element>
+ </template>
+ <template match="html:object[starts-with(@type, 'audio/')]" mode="书社:finalize" priority="0">
+ <element name="audio" namespace="&xhtml;">
+ <attribute name="controls"/>
+ <attribute name="src">
+ <value-of select="@data"/>
+ </attribute>
+ <copy-of select="@书社:identifier"/>
+ </element>
+ </template>
+ <template match="html:object[starts-with(@type, 'image/') and not(@type='image/svg+xml')]" mode="书社:finalize" priority="0">
+ <element name="img" namespace="&xhtml;">
+ <attribute name="src">
+ <value-of select="@data"/>
+ </attribute>
+ <copy-of select="@书社:identifier|@width|@height"/>
+ </element>