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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[docbook-apps] Re: [docbook] non English in HtmlHelp


Wojciech Słupski wrote:

Hho could find error of my solution?

What's your problem. Any error messages during processing? Corrupted output?


My main XML file is:

<?xml version="1.0"?>
<!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
                    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd";
[
        <!ENTITY chap1 SYSTEM "chap1.xml">
        <!ENTITY chap2 SYSTEM "chap2.xml">
        <!ENTITY book2 SYSTEM "book2.xml">
        <!ENTITY faqs SYSTEM "faqs.xml">
]>
<set><title>To jest tytuł obu książek</title>
</set>

In a case that your document is not written in UTF-8 encoding, you should change 1st line to


<?xml version="1.0" encoding="iso-8859-2"?>

or something similar depending on actual encoding used.

--
-----------------------------------------------------------------
  Jirka Kosek  	
  e-mail: jirka@kosek.cz
  http://www.kosek.cz

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


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