blob: 814eed0da901cfff239da13d3b770a739a0675f4 (
plain) (
blame)
1
2
3
4
5
6
|
This module provide a single function called dump_xml() that takes
a list of perl values as argument and produce a string as result.
The string returned is an XML document that represents any perl
data structures passed in. Reference loops are handled correctly.
Seamus Venasse <svenasse@polaris.ca>
|