On 9/1/06, EJ Ciramella <[EMAIL PROTECTED]> wrote:
Triple slash works.
Cool. Yes, I believe that's the official syntax to use, and the
single-slash was a bug in a previous JDK. I was using single-slash,
and it broke when I changed JDK (or maybe it's when I switched from
Xalan to Saxon, I don't
Triple slash works.
-Original Message-
From: Dominique Devienne [mailto:[EMAIL PROTECTED]
Sent: Friday, September 01, 2006 12:32 PM
To: Ant Users List
Subject: Re: xml validation woes
> xsi:noNamespaceSchemaLocation="file://e:/work/docs/...
Try with file:/e:/work/docs and f
EJ Ciramella wrote:
I'm having a bit of trouble validating a very simple xml file (for
testing purposes).
Can anyone shed some light on this for me please?
Here is my build script:
file="test.xml" classname="org.apache.xerces.parsers.SAXParser">
http://xml.org/sax/features/valida
xsi:noNamespaceSchemaLocation="file://e:/work/docs/...
Try with file:/e:/work/docs and file:///e:/work/docs.
Depends on the JDK which one works I think ;-) --DD
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comman