- <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}"/>
+ <template match="书社:id[string(.)='urn:fdc:ladys.computer:20231231:Shu1She4:asset.xslt']" mode="书社:metadata">
+ <for-each select="$书社:expansion//html:object[@type='text/css']">
+ <element name="link" namespace="&xhtml;">
+ <attribute name="rel">
+ <text>stylesheet</text>
+ </attribute>
+ <attribute name="type">
+ <text>text/css</text>
+ </attribute>
+ <attribute name="href">
+ <value-of select="@data"/>
+ </attribute>
+ <copy-of select="@书社:identifier"/>
+ </element>