Main > Programming > Libraries >

XML::Validator::Schema 1.08

XML::Validator::Schema 1.08

Sponsored Links

XML::Validator::Schema 1.08 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.052 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1148
Date added: 2006-09-15
Publisher: Sam Tregar

XML::Validator::Schema 1.08 description

XML::Validator::Schema is a Perl module to validate XML against a subset of W3C XML Schema.

SYNOPSIS

use XML::SAX::ParserFactory;
use XML::Validator::Schema;

#
# create a new validator object, using foo.xsd
#
$validator = XML::Validator::Schema->new(file => foo.xsd);

#
# create a SAX parser and assign the validator as a Handler
#
$parser = XML::SAX::ParserFactory->parser(Handler => $validator);

#
# validate foo.xml against foo.xsd
#
eval { $parser->parse_uri(foo.xml) };
die "File failed validation: $@" if $@;

This module allows you to validate XML documents against a W3C XML Schema. This module does not implement the full W3C XML Schema recommendation (http://www.w3.org/XML/Schema), but a useful subset. See the SCHEMA SUPPORT section below.

IMPORTANT NOTE: To get line and column numbers in the error messages generated by this module you must install XML::Filter::ExceptionLocator and use XML::SAX::ExpatXS as your SAX parser. This module is much more useful if you can tell where your errors are, so using these modules is highly recommeded!

XML::Validator::Schema 1.08 Screenshot

Advertisements

XML::Validator::Schema 1.08 Keywords

Bookmark XML::Validator::Schema 1.08

Hyperlink code:
Link for forum:

XML::Validator::Schema 1.08 Copyright

WareSeeker periodically updates pricing and software information of XML::Validator::Schema 1.08 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of XML::Validator::Schema 1.08 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
XhtmlValidator can be used to validate XHTML documents. Free Download
Params::Validate is a Perl module to validate method/function parameters. Free Download
XML::Compile::Schema is a Perl module to compile a schema. Free Download
XML Copy Editor is an XML editor with DTD/XML Schema/RELAX NG validation. Free Download
Bundle::W3C::Validator is a Perl bundle of modules required by the W3C Markup Validator. Free Download
DTD to XML Schema translator allows you to translate a Document Type Definition (DTD) into an XML Schema. Free Download
XML::Generator::vCard is a Perl module that can generate SAX2 events for vCard 3.0 Free Download
XML-Parse library is a lightweight set of re-usable functions for general purpose parsing, checking, and creating xml files. Free Download