| XML-Compile documentation | view source | Contained in the XML-Compile distribution. |
XML::Compile::Translate::Template - create an XML or PERL example
XML::Compile::Translate::Template is a XML::Compile::Translate
my $schema = XML::Compile::Schema->new(...); print $schema->template(XML => $type, ...); print $schema->template(PERL => $type, ...); # script as wrapper for this module schema2example -f XML ...
The translator understands schemas, but does not encode that into actions. This module interprets the parse results of the translator, and creates a kind of abstract syntax tree from it, which can be used for documentational purposes. Then, it implements to ways to represent that knowledge: as an XML or a Perl example of the data-structure which the schema describes.
Wildcards are not (yet) supported.
None defined yet.
The predefined hook COLLAPSE can be used to remove the extensive
listing of some elements. Usually used with a type of which you
know the structure or which is repeated often.
None defined yet.
Hooks are implemented since version 0.82. They can be used to improve the template output.
You can pass &function_name to indicate that the code reference
with variable name $function_name will be called. Mind the change
of & into $.
When $object_name is provided, then that object is an interface
object, which will be called for the indicated type.
In case class name (any bareword will do) is specified, it is shown
as a call to the toXML() instance method call from some data object
of the specified class.
Typemaps are currently only available to improve the PERL output.
This module is part of XML-Compile distribution version 1.22, built on June 20, 2011. Website: http://perl.overmeer.net/xml-compile/
Other distributions in this suite: XML::Compile, XML::Compile::SOAP, XML::Compile::SOAP12, XML::Compile::SOAP::Daemon, XML::Compile::SOAP::WSA, XML::Compile::C14N, XML::Compile::WSS, XML::Compile::Tester, XML::Compile::Cache, XML::Compile::Dumper, XML::Compile::RPC, XML::Rewrite, XML::eXistDB, and XML::LibXML::Simple.
Please post questions or ideas to the mailinglist at
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile
For live contact with other developers, visit the #xml-compile channel
on irc.perl.org.
Copyrights 2006-2011 by Mark Overmeer. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html
| XML-Compile documentation | view source | Contained in the XML-Compile distribution. |