XML::Sablotron::DOM 1.01 review

Download
by rbytes.net on

XML::Sablotron::DOM is the DOM interface to Sablotron's internal structures. SYNOPSIS use XML::Sablotron::DOM; my $situa

License: GPL (GNU General Public License)
File size: 51K
Developer: Pavel Hlavnicka
0 stars award from rbytes.net

XML::Sablotron::DOM is the DOM interface to Sablotron's internal structures.

SYNOPSIS

use XML::Sablotron::DOM;

my $situa = new XML::Sablotron::Situation();
my $doc = new XML::Sablotron::DOM::Document(SITUATION => $sit);

my $e = $doc->createElement($situa, "foo");
my $t = $doc->createTextNode($situa, "this is my text");

print $doc->toString();

Sablotron uses internally the DOM-like data structures to represent parsed XML trees. In the sdom.h header file is defined a subset of functions allowing the DOM access to these structures.

Requirements:
Perl

XML::Sablotron::DOM 1.01 keywords