You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Jesús Pérez <je...@whitebearsolutions.com> on 2004/07/27 11:37:47 UTC

"í" not work !!!

org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
file:/opt/lenya/build/lenya/webapp/lenya/pubs/cms/content/authoring/quienes/index_es.xml:43:105:org.xml.sax.SAXParseException: The entity "iacute" was referenced,

because "&iacute" not work !!!


           W h i t e
          B  e  a  r
             Solutions
Jesús Pérez Franco
Jefe de Proyecto
Tlf: (+34) 913043824  Fax: (+34) 91304389
jesus.perez@whitebearsolutions.com


Re: "í" not work !!!

Posted by Rolf Kulemann <ro...@apache.org>.
On Tue, 2004-07-27 at 10:53, Andreas Hartmann wrote:
> Jesús Pérez wrote:
> 
> > org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
> > file:/opt/lenya/build/lenya/webapp/lenya/pubs/cms/content/authoring/quienes/index_es.xml:43:105:org.xml.sax.SAXParseException: 
> > The entity "iacute" was referenced,
> > 
> > because "&iacute" not work !!!
> 
> Did you add a reference to a declaration of this entity?
> &iacute; is not a predefined XML entity:
> 
> http://www.w3.org/TR/1998/REC-xml-19980210#sec-predefined-ent

Or use unicode as described here
http://de.selfhtml.org/html/referenz/zeichen.htm#benannte_iso8859_1
for example.

-- 
Rolf Kulemann


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: "í" not work !!!

Posted by Andreas Hartmann <an...@apache.org>.
Jesús Pérez wrote:

> org.apache.cocoon.ProcessingException: Failed to execute pipeline.: 
> file:/opt/lenya/build/lenya/webapp/lenya/pubs/cms/content/authoring/quienes/index_es.xml:43:105:org.xml.sax.SAXParseException: 
> The entity "iacute" was referenced,
> 
> because "&iacute" not work !!!

Did you add a reference to a declaration of this entity?
&iacute; is not a predefined XML entity:

http://www.w3.org/TR/1998/REC-xml-19980210#sec-predefined-ent

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


RE: "í" not work !!!

Posted by Ken Blackler <ke...@jrc.it>.
There is no need to use entities for accented characters in XML, as XML
files should be stored in Unicode format (in practice usually a compressed
UTF-8 form of Unicode). Either way, you just need to insert the characters
directly using your favourite editor.
 
Entities for accented characters are a work-around used in HTML because it
was not possible to assume that all browser clients would have support for
anything other than 255 characters.
 
In XML entities are only necessary for the "delimiting" characters used in
XML, i.e. < > " & and '
 
You can define additional entities in XML, but this gets messy and just
makes it all the more complicated to read. When the data is displayed in a
web page, the XSL engine in Cocoon will convert accented characters into
HTML entities if and when it needs to.
 
Ken


  _____  

From: Jesús Pérez [mailto:jesus.perez@whitebearsolutions.com] 
Sent: 27 July 2004 11:38
To: Lenya Users List
Subject: "&iacute" not work !!!


org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
file:/opt/lenya/build/lenya/webapp/lenya/pubs/cms/content/authoring/quienes/
index_es.xml:43:105:org.xml.sax.SAXParseException: The entity "iacute" was
referenced,

because "&iacute" not work !!!






W h i t e
B  e  a  r
Solutions 	Jesús Pérez Franco
Jefe de Proyecto
Tlf: (+34) 913043824  Fax: (+34) 91304389
 <ma...@whitebearsolutions.com>
jesus.perez@whitebearsolutions.com