+ <template match="html:object[starts-with(@type, 'audio/')]">
+ <html:audio controls="" src="{@data}"/>
+ </template>
+ <template match="html:object[starts-with(@type, 'image/') and not(@type='image/svg+xml')]">
+ <html:img src="{@data}"/>
+ </template>
+ <template match="html:object[starts-with(@type, 'video/')]">
+ <html:video controls="" src="{@data}"/>
+ </template>
+ <template match="xslt:include[@书社:id='urn:fdc:ladys.computer:20231231:Shu1She4:asset.xslt']" mode="书社:metadata">
+ <for-each select="exsl:node-set($书社:expansion)//html:object[@type='text/css']">
+ <html:link rel="stylesheet" type="text/css" href="{@data}"/>
+ </for-each>
+ <for-each select="exsl:node-set($书社:expansion)//html:style">
+ <copy-of select="."/>
+ </for-each>
+ </template>