| Author |
Error in parsing XML
|
Siddharth Bhargava
Ranch Hand
Joined: Feb 23, 2007
Posts: 227
|
|
Hi Friends,
I am getting an error in validating an xml file using the schema. Following is the code snippet.
The exception which is coming is :
The prefix "xsd" for element "xsd:schema" is not bound.
Thanks and Regards,
Sid
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
xmlns="http://www.w3.org/2001/XMLSchema"
Isnt that supposed to be:
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Error in parsing XML
|
|
|