Title: FW: Witango-Talk: XPATH and XSLT
The Witango 5.5 Server has had the XML engine replaced with a new one which supports XSLT, XPath, XPointer, DOM2 and the ability to expose a TCF as a Web Service (SOAP, WSDL).

In 5.5 the xml tags like dominsert, domdelete, domreplace, elementattribute, etc now accept Xpath or Xpointer syntax in the ELEMENT parameter so you will have the best of both worlds.

XSLT is as simple as this:
<@ASSIGN name="MyDom" scope="request" value="<@dom value='<@include file="<@appfilepath>XSLT/foo.xml">'>">
<@XSLT object="MyDom" scope="request" styleSheet="<@include file='<@appfilepath>XSLT/foo.xsl'>" encoding="NONE">


Beta versions of the server for all platforms will be available soon (Q1 2004).

Phil

> From: Bryan Hughes <[EMAIL PROTECTED]>
> Date: 18 February 2004 2:26:50 AM
> To: [EMAIL PROTECTED]
> Subject: Witango-Talk: XPATH and XSLT
> Reply-To: [EMAIL PROTECTED]
>
> Until this functionality is included in the server, what are my  
> options for using XPATH and XSLT in Witango?
>
> I'm looking for a platform independent tool. Been looking at IPWorks  
> but it seems to be over-kill (price/other functionality) for what I  
> need, but I do like the ability to add it as a bean and easily  
> manipulate it in the Witango editor.
>
> Suggestions would be greatly appreciated.
>
> Bryan Hughes
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to