Description
Values in XML can be obtained by the following types.
+ string
+ int
+ float
+ bool
For example, you can easily refer to values ??by simply connecting tags with dots as follows:
<Root>
<ABC id=”1″>123</ABC>
<ABC id=”2″>456</ABC>
<ABC id=”3″>789</ABC>
</Root>
Root.ABC[1] => 456
Root.ABC[2].@id => 3
Technical Details
Code Modules: EasyXMLParser
Supported Development Platforms: Windows, Mac
Supported Target Build Platforms: Windows, Mac, iOS, Android
Documentation: https://github.com/ayumax/EasyXMLParser/blob/master/README.md
Example Project: https://github.com/ayumax/EasyXMLParser
Change log:
[08/29/2019] Version 1.0.1: (4.20, 4.21, 4.22)
(04/29/2019) Version 1.00:(4.20, 4.21, 4.22)
Supported Engine Versions
4.20 – 4.27, 5.0 – 5.2