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]

RE: —


Thanks for the answer. But, I actually want my XML data to still have — and when I convert it using XSL, I'd prefer to have the — replaced as 舒 instead of --

-----Original Message-----
From: jkj@kosek.cz [mailto:jkj@kosek.cz]
Sent: Thursday, June 29, 2000 10:46 AM
To: Prabhu, John
Cc: docbook-apps@lists.oasis-open.org
Subject: Re: DOCBOOK-APPS: —

On 27 Jun 2000 John.Prabhu@macmillanUSA.com wrote:

> I'd like to replace — with the hex decimal value 舒
> Currently, the XSL is converting this — as two hyphens (--), but
> I prefer to have it as 舒 Could someone help me in which file
> and and what exact change I should do?

One possible solution is to redefine — in the internal markup
section. This definition will override one defined in the DocBook
DTD. E.g.:

<!DOCTYPE book "...." [
<!ENTITY mdash "&#x8212;">
]>
<book>
 ...
</book>

-----------------------------------------------------------------
  Jirka Kosek  	                     
  e-mail: jirka@kosek.cz
  http://www.kosek.cz

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