Re: [xsl] Force Unicode change

Subject: Re: [xsl] Force Unicode change
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 23 Apr 2008 09:54:27 +0100
> You mean &hyphen; to &dash;. I tried it and it gives the same
> result(&#x02010;).

no he means just modify you dtd so that instead of saying

<!ENTITY hyphen "&#x02010;">

it says


<!ENTITY hyphen "-">


Although if you want a normal ascii - why not just use - in the source
rather than &hyphen; ?

David

Current Thread