Character mapping in DSSSL/Jade

Subject: Character mapping in DSSSL/Jade
From: "Stephen J. Tinney" <stinney@xxxxxxxxxxxxx>
Date: Wed, 7 May 1997 12:03:55 -0400 (EDT)
I have input like this:

  <ent>text in UTF<loc>95</ent>

which I am mapping to this for an index/lookup/display system:

  <l>95</l><d>text in UTF</d><x>text in ASCII</x>

(l=label; d=display; x=index).

I am generating the separate d and x parts quite happily using modes,
and what I would like to do now is use Jade to map the UTF to the
ASCII subset used by the indexer.  Is there a reasonable way to do
this or should I use a postprocessor?

 Steve

 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread