[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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="‘"/>
<l:dingbat key="endquote" text="’"/>
<l:dingbat key="nestedstartquote" text="“"/>
<l:dingbat key="nestedendquote" text="”"/>
</l:l10n>
</l:i18n>
This should work. Sorry again.
--
Yoshihiro Toda
<mailto:ystoda@yahoo.co.jp>
__________________________________________________
Do You Yahoo!?
http://bb.yahoo.co.jp/
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]