summaryrefslogtreecommitdiffstats
path: root/libxslt/tests/docs/bug-90.xml
blob: 9989474605b98b1074cdad665945b0b57f9191a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>
<!-- 
============================================================
This is the input XML
============================================================
 -->
<fruit-sites>
  <fruit type="apples">
    <site><![CDATA[http://www.apples.com/site?args&stuff]]>
    </site>
  </fruit>
  <fruit type="pears">
    <site>http://www.pears.com/index.html</site>
  </fruit>
</fruit-sites>