VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.4/doc/examples/tree2.res@ 79862

Last change on this file since 79862 was 65950, checked in by vboxsync, 8 years ago

libxml 2.9.4: fix export

  • Property svn:eol-style set to native
File size: 453 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE root SYSTEM "tree2.dtd">
3<root>
4 <node1>content of node 1</node1>
5 <node2/>
6 <node3 attribute="yes" foo="bar">this node has attributes</node3>
7 <node4>other way to create content (which is also a node)</node4>
8 <node5>
9 <node51 odd="no"/>
10 <node52 odd="yes"/>
11 <node53 odd="no"/>
12 </node5>
13 <node6>
14 <node61 odd="no"/>
15 <node62 odd="yes"/>
16 <node63 odd="no"/>
17 </node6>
18</root>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette