Re: Preserve Entites while Transforming with Jade?

Subject: Re: Preserve Entites while Transforming with Jade?
From: Holger Klawitter <holger@xxxxxxxxxxxx>
Date: Fri, 17 Dec 1999 09:49:16 +0100
Markus.Reinsch@xxxxxxxxxxxxxx wrote:
> 
> I want to transform some sgml and xml documents with jade.
> 
> How must I declare the entities, so that jade doesn't replace them.
> 
> IN           OUT
> --------------------
> &uuml;  ->   &uuml;

Add the following to your style sheet:

(declare-characteristic preserve-sdata?
  "UNREGISTERED::James Clark//Characteristic::preserve-sdata?"
  #t) 

and do not use the function "(data ...)". Is there any way to make
"data" to preserve sdata?

Regards,
	Holger Klawitter
--
Holger Klawitter                                     +49 (0)251 484 0637
holger@xxxxxxxxxxxx                             http://www.klawitter.de/



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


Current Thread