説明
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
含まれる形式
- versions