+ <xslt:variable name="expanded">
+ <xslt:apply-templates select="document($uri)" mode="书社:expand"/>
+ </xslt:variable>
+ <xslt:for-each select="exsl:node-set($expanded)/*">
+ <xslt:copy>
+ <xslt:attribute name="itemscope">itemscope</xslt:attribute>
+ <xslt:attribute name="itemtype">
+ <xslt:text>urn:fdc:ladys.computer:20231231:Shu1She4:embed</xslt:text>
+ <xslt:for-each select="exslstr:tokenize(@itemtype)/token[string()!='urn:fdc:ladys.computer:20231231:Shu1She4:document']">
+ <xslt:text> </xslt:text>
+ <xslt:value-of select="."/>
+ </xslt:for-each>
+ </xslt:attribute>
+ <xslt:copy-of select="@*[not(namespace-uri()='' and (local-name()='itemscope' or local-name()='itemtype'))]|node()"/>
+ </xslt:copy>
+ </xslt:for-each>