콘텐츠로 건너뛰기
EasyXMLParser 제품 등�록을 위한 미디어 1개

설명

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.

포함된 포맷

태그