xsl-list
[Top] [All Lists]

RE: encoding on parameters for document function (using saxon)

2005-10-11 07:34:08

The XSLT 2.0 spec (and indeed the F+O spec) recently changed to clarify that
when it says the argument to document() must be a URI, it doesn't really
mean it: rather it now allows what I call a "wannabe URI", that is, a string
that would become a valid URI if you applied %HH-escaping to it.

This change will be implemented in Saxon 8.6. Meanwhile, you have to do the
escaping yourself using functions such as escape-uri() or the new
iri-to-uri().

Michael Kay
http://www.saxonica.com/




--~------------------------------------------------------------------
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>
--~--