Archives for mailing lists are not curretly avaliable, so I'm sorry if this
question has already been asked by someone else.
Is the xsd schema namespace "http://www.w3.org/2000/10/XMLSchema" supported
or I need to switch to "http://www.w3.org/2001/XMLSchema"?
My xsd file starts with
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2000/10/XMLSchema"
xmlns:ems="http://www.brokerware.com/2000/10/XMLSchema">
<xsd:element name="Login2_Request">
......
I get error message for every single XML tag in the XML message that I'm
trying to validate:
[Error] test.xml:5:15: Element type "testing" must be declared.
VE
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]