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-apps] Can I make XSL template for i18n


Akihiro Moriguchi wrote:


> I think it means I need a template for the "its" namespace, but I'm
> quite not for sure because of my lack of DocBook XML and XSL knowledge.
> 
> I'm now reading "DocBook XSL: The Complete Guide".
> Is it possible to write the template for the feature or need further
> reference?

Yes, you must add custom templates for handling your Ruby markup into
your customization layer, something like:

<xsl:template match="its:ruby" xmlns:its="http://www.w3.org/2005/11/its";>
  ... code for handling ruby markup ...
</xsl:template>

Probably you will have to map Ruby markup to layout tables as support
for Ruby in web browsers and FO engines is very poor.

			Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------

OpenPGP digital signature



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