You are right. I wish the error was a little more informative! :)

James

On May 7, 2:17 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> On May 6, 10:43 pm, James <dreamten...@gmail.com> wrote:
>
> > I am using UiBinder. I have an Anchor in the XML file and when I
> > assign a URL to the href attribute that contains the string
> > "documentId" I get the "Error parsing XML" error (something like
> > <g:Anchor href='http://www.somewhere.com/documentId'></g:Anchor>).
> > Compiling with debug output reveals that it is a SAXParseException
> > causing the problem.  Here is a partial stack trace of the error:
>
> > org.xml.sax.SAXParseException: The reference to entity "documentId"
> > must end with the ';' delimiter.
>
> Are you sure it's not href="http://www.somewhere.com/blah?
> foo=bar&documentId=baz" ? '&' has to be written as &amp; in XML (as
> well as in HTML FWIW)
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.To post to this group, send email 
> togoogle-web-tool...@googlegroups.com.to unsubscribe from this group, send 
> email togoogle-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to