locqualityissue11xml.xml (898B)
1 <?xml version="1.0"?> 2 <doc> 3 <header> 4 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"> 5 <its:param name="locqualityissueParam">q1</its:param> 6 <its:locQualityIssueRule selector="//span[@id=$locqualityissueParam]" 7 locQualityIssueComment="Sentence without capitalization" 8 locQualityIssueSeverity="50" 9 locQualityIssueProfileRef="http://example.org/qaMovel/v1"/> 10 <its:locQualityIssueRule selector="//span[@id='q2']" 11 locQualityIssueComment="should be 'transport include'" 12 locQualityIssueSeverity="75" 13 locQualityIssueProfileRef="http://example.org/qaMovel/v1"/> 14 </its:rules> 15 </header> 16 <para> 17 <span id="q1">transport</span> or transportation is the movement of people, animals and goods from one location to another. 18 Modes of <span id="q2">tranport inc.</span> air, rail, road, water, cable, pipeline, and space. 19 </para> 20 </doc>