Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / var-dumper / Tests / Fixtures / xml_reader.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <foo>
3     <bar></bar>
4     <bar />
5     <bar>With text</bar>
6     <bar foo="bar" baz="fubar"></bar>
7     <bar xmlns:baz="http://symfony.com">
8         <baz:baz></baz:baz>
9     </bar>
10 </foo>