terminology4htmlrules.xml (395B)
1 <its:rules xmlns:its="http://www.w3.org/2005/11/its" xmlns:h="http://www.w3.org/1999/xhtml" version="2.0"> 2 <its:param name="termParam">keywords</its:param> 3 <its:termRule selector="//h:p[2]/h:em" term="yes" termInfoPointer="../h:dfn"/> 4 <its:termRule selector="//h:p[3]/h:em[@id=$termParam]" term="no"/> 5 <its:termRule selector="//h:p[1]/h:em" term="yes" termInfoPointer="../h:dfn"/> 6 </its:rules>