Could I suggest that the following in theme.xsl
<!-- Handle meta elements -->
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:meta"/>
<!-- Copy user-defined links -->
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:link"/>
<!-- Copy user-defined stylesheets -->
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:style"/>
<!-- Copy user-defined scripts -->
<xsl:copy-of select="/xhtml:html/xhtml:head/xhtml:script"/>
be changed to use <xsl:apply-templates ../> instead of the copy-of?
Copying is the default action anyway, and using apply-templates allows
scripts src paths in the incoming document to be rewritten using other
templates.
Adrian
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws