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]
Other format: [Raw text]

Re: [docbook] non English in HtmlHelp


I just realized I replied to a very old post. Please disregard the 
previous post.

Taro

Taro Ikai <tikai@abinitio.com> wrote on 08/28/2003 03:07:50 PM:

> > <?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>
> 
> Wojciech,
> 
> You did not describe your 'problems', so I don't know what to help you 
> with.
> Did you mean to include references to the entities you declared?
> 
>   <?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>
>     &chap1;
>     &chap2;
>     &book2;
>     &faqs;
>   </set>
> 
> Also, what language is your document in? Does windows-1250 characterset
> support all of your characters?
> 
> You might also want to use these the following parameters. Here, I'm 
> using Japanese:
> 
>   <xsl:param name="l10n.gentext.language" select="'ja'"/>
>   <xsl:param name="l10n.gentext.default.language" select="'ja'"/>
>   <xsl:param name="l10n.gentext.use.xref.language" select="ja"/>
> 
> Taro Ikai
> 
> To unsubscribe from this list, send a post to docbook-
> unsubscribe@lists.oasis-open.org.
> 


To unsubscribe from this list, send a post to docbook-unsubscribe@lists.oasis-open.org.


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