Hi,
I am currently using transforming XML -> XSL-FO -> PDF.
The source XML file is validated against a DTD that references several
entity files. The entities are scattered through my source XML; here is an
example:
<para>&rdquot;Foo‐Bar&ldquot;</para>
This should result in the following output:
"Foo-Bar"
All of the entities are resolved properly except for "hyphen". (It just
comes over as the generic "block" character) Here is the entity declaration:
<!ENTITY hyphen "-">
All the entities are declared with their equivalent Unicode in this same
manner, and I have tried using both Verdana and Arial fonts for output, to
no avail. Does anyone know what could be going wrong here?? I have even
tried declaring the hyphen entity as another entity that I know is resolved
correctly:
<!ENTITY hyphen "—">
Any insight is greatly appreciated.
Thanks,
Ryan Graham
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list