Re: converting Transformer's result into NodeSet

2001-08-07 Thread Victor M. Moreno
Thanks Gary, that worked fine! ;) regards Victor - Original Message - From: "Gary L Peskin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 06, 2001 11:45 PM Subject: Re: converting Transformer's result into NodeSet > I'm not su

Re: converting Transformer's result into NodeSet

2001-08-06 Thread Gary L Peskin
I'm not sure what you're trying to accomplish here but how about: return new Nodeset(resultado.getNode()); Gary "Victor M. Moreno" wrote: > > Hello, > I would like to know how can I convert the result of a xalan transformation > into a NodeSet. > > So far I am trying: > > NodeSet funcion1(