Should I have namespaces turn on or off to use the format you mentioned:
parser.setFeature("http://xml.org/sax/features/namespaces", true);
-----Original Message-----
From: Arnold, Curt [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 23, 2001 5:41 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Can't get validation to work with 2000 Schema
The noSchemaLocation value is not a URL, but a UNC file name. I personally reported this bug to the XML Spy development team during their 3.5 beta cycle and I hoped they had fixed it.
Try:
<datamart xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:///d:/Development/LOM%206.0%20(Rio%20Grande)/Resources/datamart.xsd">
(Not positive that you need the %20's but you get the idea.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
