xslt nevow and escaped xml

Hi all, We are using XSLT with twisted/nevow and want to pass xml through fillslots or stan generated API without getting escaped. Any suggestions or pointers to how to do? Thanks, e
erik swan splunk technologies 548 Fourth St. San Francisco
spelunk vb: explore natural caves splunk vb : explore IT infrastructure

On 03/25/05 20:09, ErikSwan wrote:
Hi all,
We are using XSLT with twisted/nevow and want to pass xml through fillslots or stan generated API without getting escaped. Any suggestions or pointers to how to do?
Thanks, e
Hi Erik I've had the same problem within a sequence-mapping renderer. Attached is an example of the workaround I used. Maybe it gives you some ideas for possible solutions. The trick is to use: tags.xml(someData) A cooler solution would be if one could set a flag on slots telling nevow how they should be rendered. e.g: <nevow:slot name="myslot" escape="false" /> But for this to work you'ld have to hack nevow itself. hth cheers Steven
participants (2)
-
ErikSwan
-
Steven Armstrong