# rbx_xml
[](https://crates.io/crates/rbx_xml)
[](https://docs.rs/rbx_xml)
Implementation of Roblox's XML model formats, rbxmx and rbxlx for the rbx-dom ecosystem.
## Coverage
rbx\_xml aims to support all property types from rbx\_tree.
Some properties serialize with different names in XML than the names exposed via Roblox's API dump or via the Lua API. In those cases, rbx_xml keeps a mapping that needs to be kept up to date. These cases are pretty uncommon, so that table is small.