thank you > -----Message d'origine----- > De: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Date: jeudi 5 septembre 2002 13:32 > �: Ant Users List > Objet: Re: save the result of xslt into a variable ?? > > > > [EMAIL PROTECTED] wrote: > > Hello everyone, > > > > Does anyone know if it is possible to execute an XSL transformation > > and save the output into a variable or property so that we can use > > it later in the ANT script ? > > Use xmlproperty, which loads the xml result as an xml file, > or the load > the complete file (see the Ant manual for this task). > > BTW, The xmlproperty task has a patch in Bugzilla that enables it to > give the result of multiple tags like a,b,c. > > Last but not least, in proposal/embed there is a drop-in > enhancement to > Ant that makes it possible to load an XML file as DOM and get > properties > from it using xpath syntax. > > -- > Nicola Ken Barozzi [EMAIL PROTECTED] > - verba volant, scripta manent - > (discussions get forgotten, just code remains) > --------------------------------------------------------------------- > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
