[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] xsl:include


Subject: Re: [xsl] xsl:include
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 19 Jun 2012 16:53:01 +0100

How are you loading the main stylesheet? It looks like its base URI is
getting dropped somewhere. This could happen for example if you
processed the stylesheet as a string at some point then parsed the
string. If you directly parse a file you'd normally expect that the base
uri of the resulting document was that of the file, and so relative URI
references would work from that.

David


________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________



Current Thread