<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet href="test1.xsl" type="text/xsl"?>

<foo>
  <qux xmlns="http://example.com/%7E">
    %7E: The namespace "http://example.com/%7E" in the stylesheet
    matches the namespace "http://example.com/%7E" in the document.
  </qux>
  <qux xmlns="http://example.com/%7E">
    %7E: The namespace "http://example.com/%7E" in the stylesheet
    matches the namespace "http://example.com/%7E" in the document again.
  </qux>
  <qux xmlns="http://example.com/%7e">
    %7e: The namespace "http://example.com/%7E" in the stylesheet
    matches the namespace "http://example.com/%7e" in the document.
  </qux>
  <qux xmlns="http://example.com/~">
    ~: The namespace "http://example.com/%7E" in the stylesheet
    matches the namespace "http://example.com/~" in the document.
  </qux>
</foo>

