v / vlib / encoding / xml / test / local / 14_attributes / attributes.xml
7 lines · 7 sloc · 235 bytes · 35558df96c5c3645143a3b7c80e81c25c1ad90e3
Raw
1<?xml version="1.0" encoding="UTF-8"?>
2<book category="web">
3 <title lang="en" code:type="const char*">Learning XML</title>
4 <author attr=" surrounding spaces ">Erik T. Ray</author>
5 <year>2003</year>
6 <price>39.95</price>
7</book>
8