I'm seeking for the example of the XML::Parser module implementation,
or by another words,
how to get the values from the simple XML structure (see example below) using XML::Parser (can't figure out it from doc-n) ?
<tag1>
<tag2>value1</tag2>
<tag3>value2</tag3>
<tag4>value3</tag4>
</tag1>
Regards.
_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
