Skip to content

XiMpLe is a simple XML parser created to provide a tree based XML parser with a more desirable data structure than what was currently availible on CPAN.

License

Notifications You must be signed in to change notification settings

tiobe/XML-Ximple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What it is:
===========
This is XML::Ximple, a way to structure XML in Perl in a really easy way.

XML to a Perl data structure and back again.

Installation:
=============
See INSTALL for installation instructions.

Dependency:
=============
- XML::Parser

Usage:
======
Read the perldoc of XML::Ximple for complete usage instructions.

Data:
=====
  <ximple_tree>     ::=  [ <ximple_tag> ... ]
                     
  <ximple_tag>      ::=  { tag_name => <tag-name>,
                           attribs  => <attribs>
                           content => <ximple_tree>
                           tag_type => <tag-type> }

  <tag-name>        ::= <xml-identifier>

  <attribs>         ::= { <xml-identifier> => String, ... }
                     
  <tag-type>        ::= PL | XML_Decl | DOCTYPE | undef

Authors:
========
  Reliance Technology Consultants, Inc.   <http://goreliance.com>
    Mike MacHenry <[email protected]>   <http://www.ccs.neu.edu/home/dskippy>
    Mike Burns    <[email protected]> <http://netgeek.ws>

About

XiMpLe is a simple XML parser created to provide a tree based XML parser with a more desirable data structure than what was currently availible on CPAN.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages