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: —


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]