users
[Top] [All Lists]

DOM validation against Schema (xsd)

To: users@xxxxxxxxxx
Subject: DOM validation against Schema (xsd)
From: twcrone@xxxxxxxxxxxxx
Date: Mon, 22 Aug 2005 17:04:48 +0000
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
Trying to find the "best practice" for validating some XML loaded into a DOM 
element/document against a schema document.  I have seen there is built in 
methods for classes built with JAXB but I did not use that method so I need 
something that will validate it against a org.w3c.dom.Document in the case 
where the schema is not already defined in the loaded XML document.

Thanks,

--
twcrone@xxxxxxxxxxxxx
859-278-9634

<Prev in Thread] Current Thread [Next in Thread>
  • DOM validation against Schema (xsd), twcrone <=