File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes Error in parsing XML Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Error in parsing XML " Watch "Error in parsing XML " New topic
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
    
    1
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error in parsing XML
 
Similar Threads
Axis2 - Transfer document using MTOM
validation question od XML schemas
XML not getting validated with schema... + strange...
problem with validating sax parser
Axis2 - Transfer document using MTOM