`<html:head>` of the output.
The document being matched will contain the full transform result
- prior to wrapping as well as an `<xslt:include>` element (with an
- `@书社:id` attribute) for each transform which has a valid
- `<书社:id>`.
+ prior to wrapping as well as an `<书社:id>` element for each
+ transform.
The latter elements can be matched to enable transforms to provide
content _without_ matching any elements in the result; for example,
the following transform adds a link to a stylesheet to the
version="1.0"
>
<书社:id>example:add-stylesheet-links.xslt</书社:id>
- <template match="xslt:include[@书社:id='example:add-stylesheet-links.xslt']" mode="书社:metadata">
+ <template match="书社:id[string(.)='example:add-stylesheet-links.xslt']" mode="书社:metadata">
<html:link rel="stylesheet" type="text/css" href="/style.css"/>
</template>
</transform>