Dolphin ST and XML ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Dolphin ST and XML ?

Geoff
What features does DST have to process XML files?

Bill Rodgers


Reply | Threaded
Open this post in threaded view
|

Re: Dolphin ST and XML ?

Sean Malloy-5
> What features does DST have to process XML files?

Theres access to the MSXML COM objects, or you can use YAXO, which is
a native sax-based parser:

http://www.dolphinharbor.org/dh/projects/goodies/yaxo.html


Reply | Threaded
Open this post in threaded view
|

Re: Dolphin ST and XML ?

Chris Uppal-3
Sean Malloy wrote:

> > What features does DST have to process XML files?
>
> Theres access to the MSXML COM objects, or [...]

For more details on this option, see the package comment for 'XML DOM".
(Which is rather cleverly hidden in Object Arts\Dolphin\ActiveX\Components\)

    -- chris