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::ED::Bare - Minimal XML parser implemented via a C state engine

VERSION

0.45

SYNOPSIS

DESCRIPTION

Module Functions

  • $ob = XML::ED::Bare->new( text => "[some xml]" )

    Create a new XML object, with the given text as the xml source.

  • parse

  • c_parse

  • free_tree

  • free_tree_c

  • get_root

  • xml2obj

AUTHOR

G. Allen Morris III <gam3@gam3.net>

LICENSE

  Copyright (C) 2010 G. Allen Morris III

  Portions may be Copyright (C) 2008 David Helkowski
  
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License as
  published by the Free Software Foundation; either version 2 of the
  License, or (at your option) any later version.  You may also can
  redistribute it and/or modify it under the terms of the Perl
  Artistic License.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

SEE ALSO

XML::ED, perl(1), XML::Bare, XML::XPath

http://www.gam3.org

http://www.w3.org/TR/xpath20/