Alejandro Raiczyk wrote:
Registro.getUltimoRegistro returns a xml string like "<log><inicio>243543254325</inicio><fin>23485845</fin></log>", 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 example, run it through an XML parser. I'm not sure whether this would work in a XSP, but you can put it in special element and use a custom transformer in the next pipeline stage matching this element. Another possibility is to write a custom generator and aggregate it's output to the rest of the data.
J.Pietschmann --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>