On Mon, 29 Jul 2002, Riley James wrote:

> Is there anyway to receive the child tags of an XSP function in a
> stringified format?

Sorry, no. It wouldn't be too hard for anyone to add, though.

> 
> 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]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to