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

<foo>
  <qux xmlns="http://example.com/rosé">
    é: The namespace "http://example.com/rosé" in the stylesheet
    matches the namespace "http://example.com/rosé" in the document.
  </qux>
  <qux xmlns="http://example.com/ros&#xe9;">
    &amp;#xe9;: The namespace "http://example.com/rosé" in the stylesheet
    matches the namespace "http://example.com/ros&amp;#xe9;" in the document source.
  </qux>
  <qux xmlns="http://example.com/ros&#xE9;">
    &amp;#xE9;: The namespace "http://example.com/rosé" in the stylesheet
    matches the namespace "http://example.com/ros&amp;#xE9;" in the document source.
  </qux>
  <qux xmlns="http://example.com/ros%c3%a9">
    %c3%a9: The namespace "http://example.com/rosé" in the stylesheet
    matches the namespace "http://example.com/ros%c3%a9" in the document.
  </qux>
  <qux xmlns="http://example.com/ros%c3%A9">
    %c3%A9: The namespace "http://example.com/rosé" in the stylesheet
    matches the namespace "http://example.com/ros%c3%A9" in the document.
  </qux>
  <qux xmlns="http://example.com/ros%C3%a9">
    %C3%a9: The namespace "http://example.com/rosé" in the stylesheet
    matches the namespace "http://example.com/ros%C3%a9" in the document.
  </qux>
  <qux xmlns="http://example.com/ros%C3%A9">
    %C3%A9: The namespace "http://example.com/rosé" in the stylesheet
    matches the namespace "http://example.com/ros%C3%A9" in the document.
  </qux>
</foo>

