EasyXMLParser
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
About the Open Source Version
This plugin is also available as open source under the MIT License on GitHub.
If you use the GitHub version, you need to build it yourself from the source code.
Technical details
Code Modules: EasyXMLParser
Supported Development Platforms: Windows, Mac
Supported Target Build Platforms: Windows, Mac, iOS, Android
Documentation: https://www.ayumaxsoft.com/easyxmlparser/
Change log:
[08/29/2019] Version 1.0.1: (4.20, 4.21, 4.22)
Compatible with android, ios and mac
(04/29/2019) Version 1.00:(4.20, 4.21, 4.22)
Initial release