XSD (XML Schema Definition) - XML Validation
<< JDK (Java Development Kit) Tutorials
This chapter provides tutorial notes and example codes on XSD (XML Schema Definition). Topics include writing an XML XSD validator using an external XML parser, Xerces-J; validating XML files with an XSD schema; loading external XML parsers.
XML XSD Schema Validation with Xerces XML XSD Schema Validation Test Result Loading External XML Parsers with SAXParserFactory
XML XSD Schema Validation with Xerces
XML XSD Schema Validation Test Result
Loading External XML Parsers with SAXParserFactory
Conclusion:
Notes and sample codes bellow are based on JDK/J2SDK 1.4.1_01.
Read my other book "Tutorial Notes on XML" on other XML related topics.