How to read XML Attributes in Haxe?

100 Views Asked by At

How can I read a XML attribute from a XML file in Haxe? This is my XML file:

<scene>
    <page image="0.png" text="Hello"/>
    <page image="1.png" text="Goodbye"/>
</scene>

Thanks for all answers!

1

There are 1 best solutions below

0
Andrew On BEST ANSWER

You could use Access API to access to the most common Xml methods.