Next in thread → Next in month →

Re: [xml-dev] How to validate a XML document with XML Schema using Java?

From
Danny Ayers <>
To
Jose Airton <>
Date
2004-03-22T15:10:29Z
ID
<>
Thread
Re: [xml-dev] How to validate a XML document with XML Schema using Java?
Jose Airton wrote:

> Hi,
>  
> How to validate a XML document with XML Schema using Java?
>  
> What API/Package can I use?
>  
> Regards,
>  
> Jairton.
>  
>  

JAXP is a popular API:

http://java.sun.com/webservices/docs/1.0/tutorial/doc/JAXPDOM9.html

Xerces is a popular package:

http://xml.apache.org/xerces2-j/xml-schema.html

Cheers,
Danny.
Next in thread → Next in month →