XML::Compile::Schema::Translate 0.06 review
DownloadXML::Compile::Schema::Translate is a Perl module to create an XML data parser. INHERITANCE XML::Compile::Schema::Translate
|
|
XML::Compile::Schema::Translate is a Perl module to create an XML data parser.
INHERITANCE
XML::Compile::Schema::Translate
is an Exporter
SYNOPSIS
# for internal use only!
This module converts a schema type definition into a code reference which can be used to interpret a schema. The sole public function in this package is compile_tree(), and is called by XML::Compile::Schema::compile(), which does a lot of set-ups. Please do not try to use this package directly!
The code in this package interprets schemas; it understands, for instance, how complexType definitions work. Then, when the schema syntax is decoded, it will knot the pieces together into one CODE reference which can be used in the main user program.
Requirements:
Perl
XML::Compile::Schema::Translate 0.06 search tags