summaryrefslogtreecommitdiff
path: root/examples/cxx/tree/order/mixed/text.xml
blob: 815b76e60aba887e1c5874de8f26ed0ea7df0b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>

<!--

file      : examples/cxx/tree/order/mixed/text.xml
author    : Boris Kolpackov <boris@codesynthesis.com>
copyright : not copyrighted - public domain

-->

<text xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="text.xsd">

The first paragraph of this text talks about <a href="http://en.wikipedia.org/wiki/time">time</a>.
  
And this paragraph talks about <a href="http://en.wikipedia.org/wiki/space">space</a>.

</text>