EasyXMLParser v1.0.1 (5.5 5.6 5.7)

EasyXMLParser v1.0.1 (5.5 5.6 5.7)
0
(0)

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

Original_Link: https://www.fab.com/listings/6bb95d43-7c38-4609-9df2-064fd32b8abf

Download Links:

Asset Version v1.0.1 (5.5 5.6 5.7)

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Leave a Reply