<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font size="-1"><font face="Helvetica, Arial, sans-serif">Tracing
        the lib, I've found that namespace "wml2" isn't defined in
        "/owslib/namespaces.py". At line 61:<br>
        <br>
        Change:<br>
                'xsi'   :   '<a class="moz-txt-link-freetext" href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>'<br>
        <br>
        To:<br>
                'xsi'   :   '<a class="moz-txt-link-freetext" href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>',<br>
                'wml2'  :   '<a class="moz-txt-link-freetext" href="http://www.opengis.net/waterml/2.0">http://www.opengis.net/waterml/2.0</a>' <br>
        <br>
        Now, the XML can be decoded.<br>
        <br>
        <br>
      </font></font>
  </body>
</html>