Is there anyway to receive the child tags of an XSP function in a
stringified format?
I.E.
-------------------
<ns:tag>
<name>Blah</name>
<occupation>Really big blah</occupation>
</ns:tag>
------------------
sub tag ($) {
print STDERR "Received: ",@_;
}
-------------------
Received: <name>Blah</name>
<occupation>Really big blah</occupation>
Thanks!
Riley
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]