(dsssl) entity-refs into attributes (oj 1.3.2, Linux)

Subject: (dsssl) entity-refs into attributes (oj 1.3.2, Linux)
From: Holger Klawitter <lists@xxxxxxxxxxxx>
Date: Tue, 15 Jul 2003 13:16:18 +0200
Hi there,

I would like to create an attribute from PCDATA, without touching entity refs.
	<FOO>&auml; 17</FOO>
should become
	<BAR VAL="&auml; 17"></BAR>

However, all I can get is either
	<BAR VAL="&amp;auml; 17"></BAR>
or
	<BAR VAL="ä 17"></BAR>

I know how to do the opposite way, but in this case I know nothing better then 
"fixing" wrong attributes afterwards using a different language than DSSSL.

Is there a way in DSSSL?

Mit freundlichem Gruß / With kind regards
	Holger Klawitter
--
lists <at> klawitter <dot> de


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

Current Thread