X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 08 May 2011 03:40 AM by  anon
IDL 8.1 XML parsing
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
08 May 2011 03:40 AM
    Has there been a change in the XML parsing? I have encountered a problem in porting my app from IDL 6.4 to 8.1 in the following code snippet. oDocument = OBJ_NEW('IDLffXMLDOMDocument') oDocument->Load, FILENAME=xml_file oProduct = oDocument->GetFirstChild() the error occurs at the GetFirstChild line, from that point onwards, nothing is read.

    Deleted User



    New Member


    Posts:
    New Member


    --
    09 May 2011 12:03 PM
    Hi, There have not been any changes to the way that XML files are handled in IDL, so this problem is unexpected. Could you please provide me with the output from the IDL command "print, !version" so that I can start trying to determine what the problem might be? Also, are you running from the IDL command line, or are you running from the IDL Workbench? Thanks in Advance, Paul

    Deleted User



    New Member


    Posts:
    New Member


    --
    10 May 2011 04:52 AM
    Hi Paul, Very odd...the error no longer appears. Must be finger trouble on my part.. Tony
    You are not authorized to post a reply.