OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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

S/MIME Cryptographic Signature



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]