Two Laptop Bag
The moose likes Product and Other Certifications and the fly likes XML Validation 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 » Certification » Product and Other Certifications
Reply Bookmark "XML Validation" Watch "XML Validation" New topic
Author

XML Validation

Sri Yasasvi
Greenhorn

Joined: Nov 07, 2008
Posts: 27
Hi

I am getting the following error when i trying to validate XML document.

Unable to locate a reference to a supported schema type (DTD, W3C Schema) within this document instance.

<?xml version="1.0" encoding="UTF-8"?>
<people xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:include href="Alanturing.xml"/>
<xi:include href="RichardPFeyman.xml"/>
</people>

Could you please tell me what is wrong in this document.


Thanks,
Sri
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: XML Validation
 
Similar Threads
XInclude and XPointer
xml schema validation, is it a dream ?
Xinclude, read 2 xml files
importing one xml in another
How to use XInclude with xalan/xerces for XSD validation and XSLT?