[udig-devel] [jira] Created: (UDIG-761) schemaLocation encoding causes XML parsing error

Rhonda Fetters (JIRA) jira at codehaus.org
Wed May 10 15:22:41 PDT 2006


schemaLocation encoding causes XML parsing error
------------------------------------------------

         Key: UDIG-761
         URL: http://jira.codehaus.org/browse/UDIG-761
     Project: uDIG
        Type: Bug

  Components: tool edit  
    Versions: UDIG 1.1.M8    
 Environment: Client: WIndows XP
WFS-T 1.1.0 (not a public service)
    Reporter: Rhonda Fetters
 Assigned to: Jesse Eichar 
    Priority: Blocker
 Attachments: transaction.xml

When transacting the service throws an XML parsing error.  The transaction encoding is attached.  The error is:

BEYrB.BPH: expected character (found "=") (expected ";") at line 2 column 296

When I try to validate the transaction using XML Spy, I get the same error.  I believe the problem is the encoding of the ampersand in the schemaLocation since it is a special character to XML-compliant parsers. When I modify the schemaLocation (like below) it works and it validates in XML Spy:

xsi:schemaLocation="http://www.ionicsoft.com/wfs http://134.120.64.116:8082/ionicweb/wfs/BOSTON_ORA?REQUEST=DescribeAllFeatureType&SERVICE=WFS"


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the udig-devel mailing list