xref: /aosp_15_r20/external/libxml2/test/XPath/docs/id (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?>
2*7c568831SAndroid Build Coastguard Worker<EXAMPLE id="root" prop1="gnome is great" prop2="&amp; linux too">
3*7c568831SAndroid Build Coastguard Worker  <head id="head">
4*7c568831SAndroid Build Coastguard Worker   <title>Welcome to Gnome</title>
5*7c568831SAndroid Build Coastguard Worker  </head>
6*7c568831SAndroid Build Coastguard Worker  <chapter id="chapter1">
7*7c568831SAndroid Build Coastguard Worker   <title>The Linux adventure</title>
8*7c568831SAndroid Build Coastguard Worker   <p>bla bla bla ...</p>
9*7c568831SAndroid Build Coastguard Worker   <image href="linus.gif"/>
10*7c568831SAndroid Build Coastguard Worker   <p>...</p>
11*7c568831SAndroid Build Coastguard Worker  </chapter>
12*7c568831SAndroid Build Coastguard Worker  <chapter id="chapter2">
13*7c568831SAndroid Build Coastguard Worker   <title>Chapter 2</title>
14*7c568831SAndroid Build Coastguard Worker   <p>this is chapter 2 ...</p>
15*7c568831SAndroid Build Coastguard Worker  </chapter>
16*7c568831SAndroid Build Coastguard Worker  <chapter id="chapter3">
17*7c568831SAndroid Build Coastguard Worker   <title>Chapter 3</title>
18*7c568831SAndroid Build Coastguard Worker   <p>this is chapter 3 ...</p>
19*7c568831SAndroid Build Coastguard Worker  </chapter>
20*7c568831SAndroid Build Coastguard Worker  <chapter id="chapter4">
21*7c568831SAndroid Build Coastguard Worker   <title>Chapter 4</title>
22*7c568831SAndroid Build Coastguard Worker   <p>this is chapter 4 ...</p>
23*7c568831SAndroid Build Coastguard Worker  </chapter>
24*7c568831SAndroid Build Coastguard Worker  <chapter id="chapter5">
25*7c568831SAndroid Build Coastguard Worker   <title>Chapter 5</title>
26*7c568831SAndroid Build Coastguard Worker   <p>this is chapter 5 ...</p>
27*7c568831SAndroid Build Coastguard Worker  </chapter>
28*7c568831SAndroid Build Coastguard Worker</EXAMPLE>
29