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: Quotation marks


I'm sorry my last post is misleading. quotes and nestedquotes use
dingbat element, so the customisation should have been:

<xsl:param name="local.l10n.xml" select="document('')"/>
<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";>
  <l:l10n language="en" english-language-name="English">
    <l:dingbat key="startquote" text="&#8216;"/>
    <l:dingbat key="endquote" text="&#8217;"/>
    <l:dingbat key="nestedstartquote" text="&#8220;"/>
    <l:dingbat key="nestedendquote" text="&#8221;"/>
  </l:l10n>
</l:i18n>

This should work. Sorry again.
-- 
Yoshihiro Toda
<mailto:ystoda@yahoo.co.jp>
__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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