The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

XML::Compile::Schema::XmlWriter - bricks to translate HASH to XML

SYNOPSIS

 my $schema = XML::Compile::Schema->new(...);
 my $code   = $schema->compile(WRITER => ...);

DESCRIPTION

The translator understands schema's, but does not encode that into actions. This module implements those actions to translate from a (nested) Perl HASH structure onto XML.

SEE ALSO

This module is part of XML-Compile distribution version 0.12, built on December 19, 2006. Website: http://perl.overmeer.net/xml-compile/

LICENSE

Copyrights 2006 by Mark Overmeer. For 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