<?xml-stylesheet type="text/xsl" href="splitns-test.xsl" ?>
<root>
  <test>
    <uri>mailto:me</uri>
    <expected>mailto:m</expected>
  </test>
  <test>
    <uri>http://example.com/</uri>
    <expected>http://example.com/</expected>
  </test>
  <test>
    <uri>mailto:dave@example.com</uri>
    <expected>mailto:dave@</expected>
  </test>
  <test>
    <uri>tag:example.com,2005:ns</uri>
    <expected>tag:example.com,2005:</expected>
  </test>
  <test>
    <uri>tag:example.com,2005:ns/term</uri>
    <expected>tag:example.com,2005:ns/</expected>
  </test>
  <test>
    <uri>tag:example.com,2005:ns#term</uri>
    <expected>tag:example.com,2005:ns#</expected>
  </test>
  <test>
    <uri>http://example.com:80/term</uri>
    <expected>http://example.com:80/</expected>
  </test>
  <test>
    <uri>http://example.com/ns#term</uri>
    <expected>http://example.com/ns#</expected>
  </test>
  <test>
    <uri>http://example.com/ns#te&#x00de;rm</uri>
    <expected>http://example.com/ns#</expected>
  </test>
  <test>
    <uri>http://example.com/ns#te&#x203d;rm</uri>
    <expected>http://example.com/ns#te&#x203d;</expected>
  </test>
  <test>
    <uri>http://example.com/ns#te&#x0662;rm</uri>
    <expected>http://example.com/ns#</expected>
  </test>
  <test>
    <uri>http://example.com/ns#&#x0662;term</uri>
    <expected>http://example.com/ns#&#x0662;</expected>
  </test>
  <test>
    <uri>http://example.com/ns#te&#x0e06;rm</uri>
    <expected>http://example.com/ns#</expected>
  </test>
</root>

