withintext1xml.xml (449B)
1 <doc> 2 <head> 3 <its:rules version="2.0" xmlns:its="http://www.w3.org/2005/11/its"> 4 <its:withinTextRule withinText="yes" selector="//b|//u|//i"/> 5 <its:withinTextRule withinText="nested" selector="//fn"/> 6 </its:rules> 7 </head> 8 <body> 9 <p>This is a paragraph with <b>bold</b>, <i>italic</i>, and <u>underlined</u>.</p> 10 <p>This is a paragraph with a footnote<fn>This is the text of the footnote</fn> at the middle.</p> 11 </body> 12 </doc>