Guththila doesn't parse xml elements with default namespace correctly
---------------------------------------------------------------------

                 Key: AXIS2C-891
                 URL: https://issues.apache.org/jira/browse/AXIS2C-891
             Project: Axis2-C
          Issue Type: Bug
         Environment: Linux  (Ubuntu 7.10)
            Reporter: Dimuthu Gamage


For an example consider the following XML.
            <param0 xmlns="http://ws.apache.org/axis2/xsd";>
               <rows>
            </param0>

Whenever I checked the qname of param0 and rows0, it returns the namespace uri 
with NULL values. But they actually should belong to the 
"http://ws.apache.org/axis2/xsd";.
This leads to fail code-generation tests with Guththila.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to