summaryrefslogtreecommitdiff
path: root/tests/preservespace1xml.xml
blob: 3282291e3a89f5bba473e4577ef5a6eb4bd1e24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<book
  xmlns:its="http://www.w3.org/2005/11/its" >
 <info>
  <its:rules
    its:version="2.0">
   <its:preserveSpaceRule selector="//verse" space="preserve"/>
  </its:rules>
 </info>
 <verse>
 ’Twas brillig, and the slithy toves
  Did gyre and gimble in the wabe;
 All mimsy were the borogoves,
  And the mome raths outgrabe.
 </verse>
</book>