XML::Sablotron::DOM 1.01 review
DownloadXML::Sablotron::DOM is the DOM interface to Sablotron's internal structures. SYNOPSIS use XML::Sablotron::DOM; my $situa
|
|
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 search tags