This MedLibrary.org supplementary page on XML Validation is provided directly from the open source Wikipedia as a service to our readers. Please see the note below on authorship of this content, as well as the Wikipedia usage guidelines. To search for other content from our encyclopedia supplement, please use the form below:
Related Sponsors
The XML Validation (eXtensible Markup Language) checks a document in XML language if it is well formed and it is adjusted to a defined structure. A well formed document follows the basic rules of XML established for the design of documents. Moreover a valid document respects the rules dictated by a DTD or XML schema. In addition extended tools are available such as OASIS CAM standard specification that provide contextual validation of content and structure that is more flexible than basic schema validations.
xmllint is a command line XML tool that can perform XML validation. It can be found in UNIX/Linux environments. An example with the use of this program for validation of a file called example.xml is
- xmllint --valid --noout example.xml
External links
XML toolkit
- The XML C parser and toolkit of Gnome – libxml includes xmllint
- Windows port of libxml – maintained by Igor Zlatkovic
Online validators for XML files
Wikipedia content modification information:
- This page was last modified on 17 November 2008, at 16:33.
Wikipedia Authorship and Review
Wikipedia content provided here is not reviewed directly by MedLibrary.org. Wikipedia content is authored by an open community of volunteers and is not produced by or in any way affiliated with MedLibrary.org.
Wikipedia Usage Guidelines
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article on "XML Validation".
The URL for this specific entry is:
All Wikipedia text is available under the terms of the GNU Free Documentation License. (See Copyrights for details). Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
