aspose file tools
The moose likes XML and Related Technologies and the fly likes Validate XML Document Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Validate XML Document" Watch "Validate XML Document" New topic
Author

Validate XML Document

Deon Bottha
Greenhorn

Joined: Aug 10, 2006
Posts: 1
Hi I was wondering how I could validate a document based on a hard coded string representing a dtd in my program. basically I have:




doc has allready been filled with xml data:




now i simply want to validate the document against my hard coded dtd. Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Validate XML Document
 
Similar Threads
Inserting node in XMl and retaining doc type information
Simple XSL transformation
org.w3c.dom.DOMException: DOM003 Namespace error
Proper use of an EntityResolver
DTD Validation problem via Sax