withintext5xml.xml (525B)
1 <doc> 2 <head> 3 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"> 4 <its:param name="withinTextParam">footnote</its:param> 5 <its:withinTextRule withinText="yes" selector="//b|//u|//i"/> 6 <its:withinTextRule withinText="nested" selector="//fn[@id=$withinTextParam]"/> 7 </its:rules> 8 </head> 9 <body> 10 <p> 11 This is a paragraph with 12 <b>bold</b> 13 , 14 <i>italic</i> 15 , and 16 <u>underlined</u> 17 . 18 </p> 19 <p> 20 This is a paragraph with a footnote 21 <fn id="footnote">This is the text of the footnote</fn> 22 at the middle. 23 </p> 24 </body> 25 </doc>