You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/09/25 07:06:16 UTC

[JIRA] Commented: (FOR-244) UTF escapes (entities) in site.xml label attributes makes forrest build fail

The following comment has been added to this issue:

     Author: David Crossley
    Created: Sat, 25 Sep 2004 12:05 AM
       Body:
However you can use the numeric Unicode values directly
... ouml ... #246 ... ö
http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_xhtml_character_entities

We deliberately did not define a DTD for the site.xml so leaving it to be able to use any element names. Hence we did not include the usual collections of named character entities.

You can explicitly declare these in an internal DTD subset for your local version of site.xml ...

<!DOCTYPE site [
 <!ENTITY % ISOlat1 PUBLIC
   "ISO 8879:1986//ENTITIES Added Latin 1//EN//XML"
   "ISOlat1.pen">
 %ISOlat1;
]>
<site ...
---------------------------------------------------------------------
View this comment:
  http://issues.cocoondev.org//browse/FOR-244?page=comments#action_11582

---------------------------------------------------------------------
View the issue:
  http://issues.cocoondev.org//browse/FOR-244

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-244
    Summary: UTF escapes (entities) in site.xml label attributes makes forrest build fail
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Forrest
 Components: 
             XML grammars & validation
   Versions:
             0.5.1

   Assignee: 
   Reporter: johan Eltes

    Created: Thu, 5 Aug 2004 2:21 AM
    Updated: Sat, 25 Sep 2004 12:05 AM

Description:
<consultant_bb label="Bj&ouml;rn" href="consultants/bb.html"/> in site.xml makes the forrest fail with:  BROKEN: The entity "ouml" was referenced, but not declared.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira