Re: document() loses relative path ...
Axel Hecht <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
We'd need a stripped down testcase for this, just the logic. That said, I'm not sure that this doesn't work as expected, as the baseURI for the document function is the stylesheet node (which doesn't change, if I understood you correctly). You could specify a second argument to the document() function giving a node to be used as baseURI. Axel