tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

locqualityissue2xml.xml (708B)


      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:locQualityIssueRule selector="//span[@id='q1']"
      6        locQualityIssueComment="Sentence without capitalization"
      7        locQualityIssueSeverity="50"/>
      8      <its:locQualityIssueRule selector="//span[@id='q2']"
      9        locQualityIssueComment="should be 'transport include'"
     10 locQualityIssueSeverity="75"/>
     11    </its:rules>
     12  </header>
     13  <para>
     14   <span id="q1">transport</span> or transportation is the movement of people, animals and goods from one location to another.
     15   Modes of <span id="q2">tranport inc.</span> air, rail, road, water, cable, pipeline, and space.
     16 </para>
     17 </doc>