Turns out it was because msxml3.dll wasn't registered.

regsvr32 c:\windows\system32\msxml3.dll

On Jan 13, 9:01 am, alex <[email protected]> wrote:
> Hi,
>
> I was having a problem with client side xml parsing getting the below
> error. I tried running the SimpleXML sample and got exactly the same
> error. I'm running this on Windows XP.
>
> Any ideas?
>
> Cheers,
>
> Alex
>
> =================================================================
>
> [ERROR] Uncaught exception escaped
> com.google.gwt.xml.client.impl.DOMParseException: Failed to parse: <?
> xml version="1.0" encoding="US-ASCII"?>
> <CustomerRecord id="123">
>         <name>Karen Smith</name>
>         <notes>Karen likes to be addresse
>         at com.google.gwt.xml.client.impl.XMLParserImpl.parse
> (XMLParserImpl.java:280)
>         at com.google.gwt.xml.client.XMLParser.parse(XMLParser.java:47)
>         at com.google.gwt.sample.simplexml.client.SimpleXML.customerPane
> (SimpleXML.java:93)
>         at com.google.gwt.sample.simplexml.client.SimpleXML.renderXML
> (SimpleXML.java:204)
>         at com.google.gwt.sample.simplexml.client.SimpleXML.access$1
> (SimpleXML.java:195)
>         at com.google.gwt.sample.simplexml.client.SimpleXML
> $1.onResponseReceived(SimpleXML.java:59)
>         at com.google.gwt.http.client.Request.fireOnResponseReceivedImpl
> (Request.java:254)
>         at com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch
> (Request.java:226)
>         at com.google.gwt.http.client.Request.fireOnResponseReceived
> (Request.java:217)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>         at java.lang.reflect.Method.invoke(Unknown Source)
>         at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:
> 103)
>         at com.google.gwt.dev.shell.ie.IDispatchImpl.callMethod
> (IDispatchImpl.java:126)
>         at com.google.gwt.dev.shell.ie.IDispatchProxy.invoke
> (IDispatchProxy.java:155)
>         at com.google.gwt.dev.shell.ie.IDispatchImpl.Invoke
> (IDispatchImpl.java:294)
>         at com.google.gwt.dev.shell.ie.IDispatchImpl.method6
> (IDispatchImpl.java:194)
>         at org.eclipse.swt.internal.ole.win32.COMObject.callback6
> (COMObject.java:117)
>         at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
>         at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:1925)
>         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2966)
>         at com.google.gwt.dev.GWTShell.pumpEventLoop(GWTShell.java:720)
>         at com.google.gwt.dev.GWTShell.run(GWTShell.java:593)
>         at com.google.gwt.dev.GWTShell.main(GWTShell.java:357)
> Caused by: com.google.gwt.core.client.JavaScriptException: (Error):
> Property name is invalid.
>
>  number: -2147467259
>  description: Property name is invalid.
>
>         at com.google.gwt.xml.client.impl.XMLParserImplIE6.createDocumentImpl
> (Native Method)
>         at com.google.gwt.xml.client.impl.XMLParserImplIE6.parseImpl(Native
> Method)
>         at com.google.gwt.xml.client.impl.XMLParserImpl.parse
> (XMLParserImpl.java:278)
>         at com.google.gwt.xml.client.XMLParser.parse(XMLParser.java:47)
>         at com.google.gwt.sample.simplexml.client.SimpleXML.customerPane
> (SimpleXML.java:93)
>         at com.google.gwt.sample.simplexml.client.SimpleXML.renderXML
> (SimpleXML.java:204)
>         at com.google.gwt.sample.simplexml.client.SimpleXML.access$1
> (SimpleXML.java:195)
>         at com.google.gwt.sample.simplexml.client.SimpleXML
> $1.onResponseReceived(SimpleXML.java:59)
>         at com.google.gwt.http.client.Request.fireOnResponseReceivedImpl
> (Request.java:254)
>         at com.google.gwt.http.client.Request.fireOnResponseReceivedAndCatch
> (Request.java:226)
>         at com.google.gwt.http.client.Request.fireOnResponseReceived
> (Request.java:217)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to