XML::Sablotron::DOM

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

XML::Sablotron::DOM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Pavel Hlavnicka
  • Publisher web site:
  • http://search.cpan.org/~pavelh/XML-Sablotron-1.01/Sablotron.pm

XML::Sablotron::DOM Tags


XML::Sablotron::DOM Description

XML::Sablotron::DOM is the DOM interface to Sablotron's internal structures. 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 Related Software