This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: DSSSL problem?


/ Horst Tellioglu <telliogl@h2hobel.phl.univie.ac.at> was heard to say:
| The problem is as follows: when I try to use ISO Latin 2 entities within
| the title element everything works fine if I use the tex or rtf backends
| of Jade. If I try to use this entities within the surname element they
| disappear from the output.

This works fine in RTF for me:

<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
<book><title>Tellio&gbreve;lu</title>
<bookinfo>
<title>Tellio&gbreve;lu</title>
<author><firstname>Horst</firstname><surname>Tellio&gbreve;lu</surname>
</author>
</bookinfo>
<chapter><title>chapter</title>
<para>foo</para>
</chapter>
</book>

In HTML it doesn't work because ISO Latin 2 isn't supported.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | certain: adj., insufficiently
http://www.oasis-open.org/docbook/ | analysed
Chair, DocBook Technical Committee |


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]