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: 155
Xml
|adobe-authorware
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
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