This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl element with mark of exclamation


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]