rbx_xml 3.0.0

Implementation of Roblox's XML file formats, rbxlx and rbxmx
Documentation
---
source: rbx_xml/src/tests/mod.rs
expression: encoded_text
---
<roblox version="4">
  <Item class="IntValue" referent="0">
    <Properties>
      <string name="Name">Value=1234567</string>
      <BinaryString name="AttributesSerialize"></BinaryString>
      <BinaryString name="Tags"></BinaryString>
      <int64 name="Value">1234567</int64>
    </Properties>
  </Item>
  <Item class="IntValue" referent="1">
    <Properties>
      <string name="Name">Value=1337</string>
      <BinaryString name="AttributesSerialize"></BinaryString>
      <BinaryString name="Tags"></BinaryString>
      <int64 name="Value">1337</int64>
    </Properties>
  </Item>
  <Item class="IntValue" referent="2">
    <Properties>
      <string name="Name">Value=-7654321</string>
      <BinaryString name="AttributesSerialize"></BinaryString>
      <BinaryString name="Tags"></BinaryString>
      <int64 name="Value">-7654321</int64>
    </Properties>
  </Item>
</roblox>