Hi!

I am woking with a UTF-8 encoded xml file, and I am including some latin 
characters ( is a spanish text ).

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<pagetest>
   TEXTO[&#250;] *
  * 250 is the numerical representation of u acute.
</pagetest>

This works just perfecty if I am using <?cocoon-format  type="text/html"?>.
But, I get strange characters while using  <?cocoon-format 
 type="text/plain"?> or <?cocoon-format  type="text/xml"?>

I've been diging the web for encoding information. and is quite confusing. 
c

Also have I tried with iso-8859-1 encoding, but because my site is 
externally hosted I can not add/modify the cocoon properties file to 
specify the iso-8859-1 encoding of the formaters ( instead of the default 
UTF-8 )

any tip or recomedation will be really aprecciated.

Thanks in Advance

Andres







---------------------------------------------------------------------
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]>

Reply via email to