summaryrefslogtreecommitdiff
path: root/tests/WithinText1.xml
blob: 4063c0d018117edbb809978354dad845a68306ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<doc>
 <head>
  <its:rules version="1.0" xmlns:its="http://www.w3.org/2005/11/its">
   <its:withinTextRule withinText="yes" selector="//b|//u|//i"/>
   <its:withinTextRule withinText="nested" selector="//fn"/>
  </its:rules>
 </head>
  <body>
   <p>This is a paragraph with <b>bold</b>, <i>italic</i>, and <u>underlined</u>.</p>
   <p>This is a paragraph with a footnote<fn>This is the text of the footnote</fn> at the middle.</p>
  </body>
 </doc><!-- timestamp $Id: WithinText1.xml,v 1.3 2007/02/02 16:55:05 srahtz3 Exp $ -->