This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
-->
This Source Code Form is subject to the terms of the Mozilla Public License, v 2.0.
If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
-->
<transform
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"
xmlns:html="http://www.w3.org/1999/xhtml"
<transform
xmlns="http://www.w3.org/1999/XSL/Transform"
xmlns:exsl="http://exslt.org/common"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
extension-element-prefixes="exsl"
version="1.0"
>
<书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:asset.xslt</书社:id>
xmlns:书社="urn:fdc:ladys.computer:20231231:Shu1She4"
extension-element-prefixes="exsl"
version="1.0"
>
<书社:id>urn:fdc:ladys.computer:20231231:Shu1She4:asset.xslt</书社:id>
- <template match="html:style|html:object[@type='text/css']"/>
- <template match="html:object[@type='text/javascript']">
+ <template match="html:style[&wrapped; and not(ancestor::html:head)]|html:object[@type='text/css' and &wrapped;]" mode="书社:apply" priority="0"/>
+ <template match="html:object[@type='text/javascript']" mode="书社:apply" priority="0">
<for-each select="$书社:expansion//html:object[@type='text/css']">
<html:link rel="stylesheet" type="text/css" href="{@data}">
<copy-of select="@书社:identifier"/>
</html:link>
</for-each>
<for-each select="$书社:expansion//html:object[@type='text/css']">
<html:link rel="stylesheet" type="text/css" href="{@data}">
<copy-of select="@书社:identifier"/>
</html:link>
</for-each>