RE: How to append a xml string as content

2002-10-18 Thread Alejandro Raiczyk
Title: RE: How to append a xml string as content Sorry, but I don´t understand. Wich parser should I use and how should I use it ? I'm trying this that used to work in Cocoon 1 but it's not working here:   language="java"   xmlns:xsp=&q

Re: How to append a xml string as content

2002-10-18 Thread Antonio Gallardo Rivera
You have two options, but all the depends of your porpietary function Registro.getUltimoRegistro. I dont know what registro returns.. 1-If returns a string, then your code is fine and you can do something like: texto

RE: How to append a xml string as content

2002-10-18 Thread Alejandro Raiczyk
Title: RE: How to append a xml string as content Registro.getUltimoRegistro returns a xml string like "24354325432523485845", the thing is that I don´t want to treat that string as a string, I want it to form part of the xml content of my page, so I can apply a XSL to it,

Re: How to append a xml string as content

2002-10-18 Thread J.Pietschmann
Alejandro Raiczyk wrote: Registro.getUltimoRegistro returns a xml string like "24354325432523485845", the thing is that I don´t want to treat that string as a string, I want it to form part of the xml content of my page, so I can apply a XSL to it, any ideas ? If it's well wormed XML as in your