Re: IDLffXML [message #54567] |
Mon, 25 June 2007 17:35 |
Robbie
Messages: 165 Registered: February 2006
|
Senior Member |
|
|
As yes. Apologies, I've been stuck in IDL 6.1 land while working on
E.Soft.
|
|
|
Re: IDLffXML [message #54577 is a reply to message #54567] |
Mon, 25 June 2007 06:42  |
bill.dman
Messages: 17 Registered: June 2007
|
Junior Member |
|
|
On Jun 25, 3:07 am, Robbie <ret...@iinet.net.au> wrote:
> Does anyone know how I can get IDLffXMLSAX to parse a string or read
> data from a logical unit? The current implementation only reads from a
> file. I currently write a string to a file and then read it back using
> IDLffXMLSAX, but this reduces the speed of my application by about
> 100x.
>
> Robbie
Version 6.4 seems to do what you want.
> From the New Features descriptions:
XML Read and Write Enhancements
The Init, Load, and Save methods to the IDLffXMLDOMDocument object now
support reading and writing XML data from and to IDL string variables,
avoiding the need for file input/output.
Similarly, the ParseFile method to the IDLffXMLSAX object allows XML
data to be read from a string variable or a remote URL.
For more information, see IDL Object Method Enhancements.
IDL Online Help (March 06, 2007)
|
|
|