[ http://jira.codehaus.org/browse/DOXIA-310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=174876#action_174876 ]
Lukas Theussl commented on DOXIA-310: ------------------------------------- There must be something wrong with the regex pattern used to parse the entities. I checked that with the following local declarations {code:xml} <!ENTITY tritPos "𝟭"> <!-- MATHEMATICAL SANS-SERIF BOLD DIGIT ONE --> <!ENTITY tritNeg "𝟙"> <!-- MATHEMATICAL DOUBLE-STRUCK DIGIT ONE --> <!ENTITY tritNeu "𝟶"> <!-- MATHEMATICAL MONOSPACE DIGIT ZERO --> <!ENTITY MyAlpha "Α"> <!-- greek capital letter alpha, U+0391 --> {code} only MyAlpha gets added to the list of entities in addDTDEntities of AbstractXmlParser. > Unable to get custom entity references to work > ---------------------------------------------- > > Key: DOXIA-310 > URL: http://jira.codehaus.org/browse/DOXIA-310 > Project: Maven Doxia > Issue Type: Bug > Components: Core > Affects Versions: 1.1.1 > Environment: maven-site-plugin 2.1-SNAPSHOT w/ XDOC > Reporter: Malachi de AElfweald > Attachments: testcase.tgz > > > followed these instructions: > http://svn.apache.org/viewvc/maven/doxia/site/src/site/fml/faq.fml?annotate=739143&pathrev=739143 > to include these entity references: > http://kallisti.eoti.org/ambrosia/kallisti/trit.ent > included test case has 3 different examples: > 1. using the character references defined in the trit.ent. Character > references were removed from the table during site:site > 2. using the character references by number. Character references were > replaced with '?' during site:site > 3. copied site generated test2 and added the character references in by hand. > That is the only one that works. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira