xsl-list
[Top] [All Lists]

Re: Using document()

2002-10-09 16:46:10

To do anything like what you suggest would require a bit of string
manipulation (although granted its not that hard). 

an if contains '#'  then substring-berfore...
but it will have the advantage of working on all xslt processors.
It will also work whatever mime type the document has as document() will
always assume its xml and id() doesn't care about mime types, just that
a dtd is specified.

whereas relying on #xxx to refer to an xml id relies on all kinds of
delicate issues (and as you've found doesn't work at all on most
systems)

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



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