Help with XML *.sax file [message #39221] |
Tue, 04 May 2004 16:06  |
jeanluc_picard_66
Messages: 8 Registered: April 2004
|
Junior Member |
|
|
I have an application that can export Y vs X data into an XML *.sax file.
Has anybody had to read these *.sax files with IDL?
Any hints or examples would be very helpful.
thanks!!
|
|
|
Re: Help with XML *.sax file [message #39298 is a reply to message #39221] |
Thu, 06 May 2004 06:00  |
jeanluc_picard_66
Messages: 8 Registered: April 2004
|
Junior Member |
|
|
"Karl Schultz" <kschultz_no_spam@rsinc.com> wrote in message news:<109ilicfj84ih31@corp.supernews.com>...
> "picard" <jeanluc_picard_66@hotmail.com> wrote in message
> news:8ff79ce0.0405051042.6788602e@posting.google.com...
>> Ben Tupper <btupper@bigelow.org> wrote in message
> news:<c7am3r$1po9o$1@ID-189398.news.uni-berlin.de>...
>>> picard wrote:
>>>
>>>> I have an application that can export Y vs X data into an XML *.sax
> file.
>>>>
>>>> Has anybody had to read these *.sax files with IDL?
>>>>
>>>> Any hints or examples would be very helpful.
>>>>
>>>> thanks!!
>>> Hello,
>>>
>>> Have your tried the built-in object XML parser IDLffXMLSAX? This object
>>> appeared in IDL 5.6.
>>>
>>> Ben
>>
>> Ben,
>>
>> I think IDLffXMLSAX is what I need. Thanks!
>>
>> I had a look at the manual and could not find any examples.
>>
>> Does anybody have an example of where you read an SAX file with the
>> IDLffXMLSAX parser and plot the data?
>
> There are some examples in the IDL documentation. The Reference Manual
> entry for the IDLffXMLSAX class has a Note in it that points to a section
> called "Using the XML Parser Object Class". The examples found there should
> get you on your way.
>
> Karl
Karl,
I found the examples. On example for reading in an array and one
example for reading in a structure. Thanks!
|
|
|
Re: Help with XML *.sax file [message #39302 is a reply to message #39221] |
Wed, 05 May 2004 14:02  |
Karl Schultz
Messages: 341 Registered: October 1999
|
Senior Member |
|
|
"picard" <jeanluc_picard_66@hotmail.com> wrote in message
news:8ff79ce0.0405051042.6788602e@posting.google.com...
> Ben Tupper <btupper@bigelow.org> wrote in message
news:<c7am3r$1po9o$1@ID-189398.news.uni-berlin.de>...
>> picard wrote:
>>
>>> I have an application that can export Y vs X data into an XML *.sax
file.
>>>
>>> Has anybody had to read these *.sax files with IDL?
>>>
>>> Any hints or examples would be very helpful.
>>>
>>> thanks!!
>> Hello,
>>
>> Have your tried the built-in object XML parser IDLffXMLSAX? This object
>> appeared in IDL 5.6.
>>
>> Ben
>
> Ben,
>
> I think IDLffXMLSAX is what I need. Thanks!
>
> I had a look at the manual and could not find any examples.
>
> Does anybody have an example of where you read an SAX file with the
> IDLffXMLSAX parser and plot the data?
There are some examples in the IDL documentation. The Reference Manual
entry for the IDLffXMLSAX class has a Note in it that points to a section
called "Using the XML Parser Object Class". The examples found there should
get you on your way.
Karl
|
|
|
Re: Help with XML *.sax file [message #39304 is a reply to message #39221] |
Wed, 05 May 2004 11:42  |
jeanluc_picard_66
Messages: 8 Registered: April 2004
|
Junior Member |
|
|
Ben Tupper <btupper@bigelow.org> wrote in message news:<c7am3r$1po9o$1@ID-189398.news.uni-berlin.de>...
> picard wrote:
>
>> I have an application that can export Y vs X data into an XML *.sax file.
>>
>> Has anybody had to read these *.sax files with IDL?
>>
>> Any hints or examples would be very helpful.
>>
>> thanks!!
> Hello,
>
> Have your tried the built-in object XML parser IDLffXMLSAX? This object
> appeared in IDL 5.6.
>
> Ben
Ben,
I think IDLffXMLSAX is what I need. Thanks!
I had a look at the manual and could not find any examples.
Does anybody have an example of where you read an SAX file with the
IDLffXMLSAX parser and plot the data?
thanks!
|
|
|
Re: Help with XML *.sax file [message #39312 is a reply to message #39221] |
Wed, 05 May 2004 05:19  |
btt
Messages: 345 Registered: December 2000
|
Senior Member |
|
|
picard wrote:
> I have an application that can export Y vs X data into an XML *.sax file.
>
> Has anybody had to read these *.sax files with IDL?
>
> Any hints or examples would be very helpful.
>
> thanks!!
Hello,
Have your tried the built-in object XML parser IDLffXMLSAX? This object
appeared in IDL 5.6.
Ben
|
|
|
Re: Help with XML *.sax file [message #39316 is a reply to message #39221] |
Tue, 04 May 2004 19:59  |
Michael Wallace
Messages: 409 Registered: December 2003
|
Senior Member |
|
|
> I have an application that can export Y vs X data into an XML *.sax file.
>
> Has anybody had to read these *.sax files with IDL?
Nope.
> Any hints or examples would be very helpful.
There's a lot of XML handling built into Java. I'd first try accessing
those classes via the IDL-Java Bridge. Otherwise, you'd have to roll
your own algorithm -- at least I haven't seen any native IDL routines
for XML.
-Mike
|
|
|