comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Read XML and Base64 format
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Read XML and Base64 format [message #38793 is a reply to message #38787] Mon, 29 March 2004 11:53 Go to previous messageGo to previous message
Jeff Guerber is currently offline  Jeff Guerber
Messages: 41
Registered: July 2000
Member
On Mon, 29 Mar 2004, Nimportequoi wrote:

> Hi All,
> Does anybody have a routine that reads XML files and base64 encoded files?
> Thanks in advance
> DL

I don't know about Base64, but IDL has had an XML parser since version
5.6. Look up the IDLffXMLSAX class. There are a couple examples of how
to use it, too.

(The documentation for IDLffXMLSAX leaves out some useful details. For
example, the Characters() method returns _all_ characters from a > (ending
one tag) to the next < (beginning the next tag), including any initial and
final linefeeds. Also, "&...;" forms ("&lt;", "&amp;", etc.) are
automatically translated into their respective characters (<, &, etc.), in
both attribute values and element content, but in content they always seem
to force a new Characters() call starting at that character.)

Hope this helps,

Jeff Guerber
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: widget objects
Next Topic: How to set elements of arrays as blank (not zero)?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 00:34:51 PDT 2025

Total time taken to generate the page: 1.12290 seconds