enso/test/Table_Tests/data/xml/library.xml
GregoryTravis 7383db0e04
Restructuring XML into Table form (#8083)
# Important Notes
Adds `.to Table` support, as well as XML support for `expand_column`.
2023-10-19 07:02:48 +00:00

8 lines
246 B
XML

<Library catalog="Fiction" letter="A">
Hello
<Book author="An Author">My Book</Book>
World
<Book author="Another Author">Your Book</Book>
<Magazine month="August-2023" series="AutoCar">Cheap Cars For You</Magazine>
</Library>