This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: MalFormaed URI exception


That IS a malformed URI.  If it's a file on your local system, try
"file://ms/user/s/shailend/garbage/frm_read/compare2.xml".  Or possibly
"file:/ms/..." or "file:///ms/..."; one of those should work.

PC2

-----Original Message-----
From: Kumar.Shailendra@morganstanley.com
[mailto:Kumar.Shailendra@morganstanley.com]
Sent: June 22, 2001 15:40
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] MalFormaed URI exception



Hi,

I am getting follwoing error when I try to use document() function in my
stylesheet.

org.apache.xml.utils.URI$MalformedURIException: No scheme found in
URI: /ms/user/s/shailend/garbage/frm_read/compare2.xml
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Exception.java:42)
        at java.io.IOException.<init>(IOException.java:47)
        at
org.apache.xml.utils.URI$MalformedURIException.<init>(URI.java:123)
        at org.apache.xml.utils.URI.initialize(Compiled Code)
        at org.apache.xml.utils.URI.<init>(URI.java:229)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]