[Fatal Error] stage2.fo:1:17127: The reference to entity "T2" must end with the ';' delimiter. #4568
Unanswered
DeekshaBhagat
asked this question in
Q&A
Replies: 2 comments 6 replies
-
|
Have you tried escaping ampersand using & in the DITA source file? |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
The PDF rendering fails, when we use our custom plugin. We are referencing com.elvorita.pdf plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
-
DITA Version - 4.2.3
Using Dita Java API to create pdf from the topic using a custom plugin.
The topic.xml contains ampersand. We are escaping ampersand with "&" before sending it to dita-ot.
Still, we get the error
"[Fatal Error] stage2.fo:1:17127: The reference to entity "T2" must end with the ';' delimiter."
topic.xml
<title >T&1</title>
desc
This topic fails while rendering
Kindly help with the issue. I have sent a full day. Couldn't find anything yet.
Beta Was this translation helpful? Give feedback.
All reactions