xsl-list
[Top] [All Lists]

doc paths

2004-11-19 20:34:21
I decided to try to implement my idea to use XSLT 2.o temporary trees to resolve xincludes, but am stuck on how to deal with the paths properly. How do I modify the below to look for the path relative to the document, rather than the stylesheets?

  <xsl:template match="xi:include" mode="resolve-linked-docs">
    <xsl:copy-of select="doc(@href)" />
  </xsl:template>

Bruce


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>