Skip to content

Latest commit

 

History

History
 
 

XML

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
XML::Lite

A light-weight, read-only XML parser for small files

This XML parser is written in pure perl and provides basic methods
for most things you need to do with XML files.

It is not dependent on any other modules or external programs for installation.

NOTE that this parser will do many things that you want with XML but
not everything. It is not a validating parser! It will not handle
international characters (unless run on those systems). Use
at your own risk.

Copyright 2001-2003 Wadsack-Allen. All rights reserved.

This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.