XML in Authorware 7.01

Posted by Mikael on Stack Overflow See other posts from Stack Overflow or by Mikael
Published on 2010-06-09T21:16:19Z Indexed on 2010/06/09 21:22 UTC
Read the original article Hit count: 140

Filed under:
|

Let me explain the setup that is being used.

Right now I have an authorware program which loads an ocx control. This control receives data in the form on an XML string. This part is working properly. However I need parse this XML string in authorware and have not been successful. I have been trying to use the XMLParser Xtra. The documentation listed here shows how to create a new XMLParser object and then shows how to call the object but never explains how to link the Parser to a XML file or XML string. The information I have been using can be found here

https://www.adobe.com/livedocs/authorware/7/using_aw_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Using_Authorware_7&file=09_va110.htm#224295

I need more information on how to Parse XML with this function or if there is another way to do this in Authorware.

As a side note the documentation says it cannot create or append to XML, I will need to do this also inside of Authorware. Is this possible and if so, how?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about adobe-authorware

  • XML in Authorware 7.01

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Let me explain the setup that is being used. Right now I have an authorware program which loads an ocx control. This control receives data in the form on an XML string. This part is working properly. However I need parse this XML string in authorware and have not been successful. I have been trying… >>> More