Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

XML::Stream::Tree

Name XML::Stream::Tree
Version 1.24
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/XML/Stream/Tree.pm
Is Core No
Search CPAN for this module XML::Stream::Tree
Documentation XML::Stream::Tree
Module Details XML::Stream::Tree

NAME

XML::Stream::Tree - Functions to make building and parsing the tree easier to work with.


SYNOPSIS

  Just a collection of functions that do not need to be in memory if you
choose one of the other methods of data storage.


FORMAT

The result of parsing:

  <foo><head id="a">Hello <em>there</em></head><bar>Howdy<ref/></bar>do</foo>

would be: Tag Content ================================================================== [foo, [{}, head, [{id => ``a''}, 0, ``Hello '', em, [{}, 0, ``there'' ] ], bar, [{}, 0, ``Howdy'', ref, [{}] ], 0, ``do'' ] ]

The above was copied from the XML::Parser man page. Many thanks to Larry and Clark.


AUTHOR

By Ryan Eatmon in March 2001 for http://jabber.org/

Currently maintained by Darian Anthony Patrick.


COPYRIGHT

Copyright (C) 1998-2004 Jabber Software Foundation http://jabber.org/

This module licensed under the LGPL, version 2.1.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024