<myDoc>
 <head>
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" its:version="1.0">
   <its:locInfoRule locInfoType="alert" selector="/body/p[1]">
    <its:locInfo>This p element has to be handled carefully.</its:locInfo> 
   </its:locInfoRule>
  </its:rules>
 </head>
 <body>
  <p>Paragraph to translate.</p>
 </body>
</myDoc><!-- timestamp $Id: EX-locInfo-element-1.xml,v 1.1 2006/05/11 06:18:43 fsasaki Exp $ -->