Subject: RE: Xml file loading problem
From: "Stuart Celarier" <stuart@xxxxxxxxxxx>
Date: Fri, 17 May 2002 07:34:43 -0700
|
Sachi, what do you mean by 'loading an xml file'? If that means using
the XSLT document() function, then "{Recipe#123*546#}.xml" is not a
valid URI.
Here are some fragments regarding valid URIs from section 2.4.3.
Excluded US-ASCII Characters in "Uniform Resource Identifiers (URI):
Generic Syntax", http://www.ietf.org/rfc/rfc2396.txt.
The character "#" is excluded because it is used to delimit a URI from a
fragment identifier in URI references.
...
Other characters are excluded because gateways and other transport
agents are known to sometimes modify such characters, or they are used
as delimiters.
unwise = "{" | "}" | "|" | "\" | "^" | "[" | "]" | "`"
Hope that helps.
Cheers,
Stuart
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
Sachidanandam E K
Sent: Friday, May 17, 2002 02:52
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Xml file loading problem
Hi all,
I am trying to load a xml file named like this below.
"{Recipe#123*546#}.xml"
It is not able to load it.But I rename it to normal file name like
"Recipe123456.xml" ..it is loading fine.
Can any tell why is this soo??
Cheers!!
Sachi
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|