6 lines
301 B
Text
6 lines
301 B
Text
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>
|