• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/XML/H02-May-2004-385140

t/H02-May-2004-169

ChangesH A D02-May-2004248 117

Makefile.PLH A D21-Mar-2004256 159

READMEH A D22-Mar-20041.2 KiB4833

test.plH A D02-May-2004768 3222

README

1XML::Code - Perl module for converting XML hash structures into plain text.
2
3/*
4   Description
5*/
6
7XML::Code module is designed to enable simple object-oriented procedure of creating XML data.
8As soon as a programmer realizes that XML and OOP are kindred and have sibling connections
9he or she wants to use objects instead of plain text in the phase of producing XML files.
10XML::Code allows thinking of XML tags as of nested named objects and expects XML::Code::code()
11method be called to produce plain text XML.
12
13XML::Code only produce code: that means the module does not provide methods of random access
14(like XPath does) to the XML structure though tree elements are fully accessible as nested hashes.
15
16/*
17   Installation
18*/
19
20Standard way of installing:
21
22perl Makefile.PL
23make
24make install
25
26/*
27   Usage
28*/
29
30Information on using XML::Code is contained in Code.pm file ad pod parts.
31
32Full description of the latest release of XML::Code module is also available
33in Russian at http://webcode.ru/cgi/xml-code/.
34
35/*
36   Author
37*/
38
39Andrew Shitov <andy@shitov.ru>
40
41Please feel free to contact me via e-mail.
42
43/*
44   Copyright
45*/
46
47XML::Code modude is a free software. You may redistribute and (or) modify it under the same terms as Perl.
48