> From: Ferran Urgell [mailto:[EMAIL PROTECTED]] > > I've the next xml file: > > <?xml version="1.0" encoding="ISO-8859-1"?> > <PETICIO> > <PRU COD="1121-1" DESC="Sodi" RESU="138" UNI="mmol/l" VREF="(<145)" />
This is invalid XML file. > I would to know if it's possible to change the VREF values (I'm getting an > error of <), I would to change the < for <, before to apply an xsl > stylesheet... > Is that possible ? Cocoon works only with at least well-formed XML files. You have to write own generator for invalid files. Vadim --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>