Hello,
Is that standard rule that I can't use in document() function filenames includes
not-standard characters?
For example I wish to write:
<xsl:copy-of select='document("aaa}bbb.xml")'/>
It doesn't work. But
<xsl:copy-of select='document("aaa%7dbbb.xml")'/>
works ok with axKit and with xsltproc...
Can someone explain? Is that XSLT rule to use escaping?
Alex.
--
Am I too silly to ask such questions?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]