RE: [xsl] xsl element with mark of exclamation

Subject: RE: [xsl] xsl element with mark of exclamation
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 3 Oct 2001 12:19:26 +0300
> I want to generate <!NameFunction="Save"> for Palm brouser. 
> It's call his
> function "Save". Maybe i can to do it with xsl extension?

Might be easier to generate something like 

<some-really-cool-token-hereName Function="Save">

or 

<?palm Name Function="Save">

and then use e.g sed to fix the output - or write your own serializer if you
feel like it.

Jarno

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread