Switch encoding to UTF-8.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / data / SimpleXMLObjectWithChildren.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <test:SimpleElement xmlns:test="http://www.example.org/testObjects"><test:SimpleElement Id="Foo"/><test:SimpleElement>Bar</test:SimpleElement><test:DerivedElement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="test:SimpleElementType">Baz</test:DerivedElement></test:SimpleElement>