[
Lists Home |
Date Index |
Thread Index
]
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.
|