/ tests / sam-test-infrastructure / src / sam_test_infrastructure / test_data / web_content / sample.xml
sample.xml
1 <?xml version="1.0" encoding="UTF-8"?> 2 <root> 3 <item id="1"> 4 <name>Test Item One</name> 5 <value>100</value> 6 <description>First test item</description> 7 </item> 8 <item id="2"> 9 <name>Test Item Two</name> 10 <value>200</value> 11 <description>Second test item</description> 12 </item> 13 <metadata> 14 <created>2024-01-01T00:00:00Z</created> 15 <purpose>Testing XML content type handling</purpose> 16 </metadata> 17 </root>