← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook] non English in HtmlHelp

From
Jirka Kosek <>
Date
2003-07-18T21:18:52+00:00
ID
Thread
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: 
   http://www.kosek.cz
← Prev in month ← Prev in thread
Next in thread → Next in month →