- <xslt:copy>
- <xslt:if test="string($id)!=''">
- <xslt:attribute name="书社:parsed-by">
- <xslt:value-of select="$id"/>
- <xslt:if test="@书社:parsed-by">
- <xslt:text> </xslt:text>
- <xslt:value-of select="@书社:parsed-by"/>
- </xslt:if>
- </xslt:attribute>
- </xslt:if>
- <xslt:if test="string($media-type)!=''">
- <xslt:attribute name="书社:media-type">
- <xslt:value-of select="$media-type"/>
- </xslt:attribute>
- </xslt:if>
- <xslt:copy-of select="@*[namespace-uri()!='urn:fdc:ladys.computer:20231231:Shu1She4' or local-name()!='parsed-by' and local-name()!='media-type']|node()"/>
- </xslt:copy>
- </xslt:for-each>
- </xslt:template>
- <xslt:template match="/">
- <xslt:variable name="parsedroot">
- <xslt:apply-templates select="node()" mode="书社:parse"/>
- </xslt:variable>
- <xslt:for-each select="exsl:node-set($parsedroot)/node()">