|
Re: [xmlc] 2.3beta getElementById() behavior: msg#00022java.enhydra.xmlc
You were correct. Here are the results: 2.3-beta: FAILS 2.2.13: FAILS 2.2.12: FAILS 2.2.11: FAILS 2.2.10: WORKS! 2.2.9: WORKS! 2.2.8.1: WORKS! Where: FAILS --> page.getElementById("importedNode") == null WORKS --> page.getElementById("importedNode") == the proper node I went so far back in time because it didn't occur to me until I got all the way back to 2.2.8.1 that the error that started in 2.2.10 (myPageHTMLImpl.syncWithDocument() was throwing "Node must be a document node") was because I had to be regenerating the interfaces and impls for every version. I will leave this with you now. Unfortunately, what this bug breaks is more important to me than my incredibly elegant 2.3 dynamic document loading hack, so I'm going to roll back to 2.2.10 until you can get this fixed. In case it helps, here's my options.xmlc: ---- <?xml version='1.0'?> <!DOCTYPE xmlc PUBLIC " -//ENHYDRA//DTD XMLC 1.1//EN" "http://www.enhydra.org/xml/xmlc/xmlc-1.1.dtd"> <xmlc> <html encoding="ISO-8859-1"/> <compileOptions warnings="true"/> <inputDocument processSSI="true" documentFormat="xml"/> <documentClass createGetTagMethods="true" suppressGetElementMethods="true" deferParsing="true" dom="xhtml"/> <parser name="xerces"/> </xmlc> ---- Good luck, and I hope to hear back from you pronto, Erik On Jan 25, 2007, at 3:01 AM, Jacob Kjome wrote: BTW, can you try out 2.2.11 and see if you still have the problem (I'm guessing you will) and then try out 2.2.10 and see it you don't have the problem (I'm guessing you won't). And then I'll take it from there to do some more research on why this is happening. -- You receive this message as a subscriber of the xmlc@xxxxxxxxxxxxx mailing list. To unsubscribe: mailto:xmlc-unsubscribe@xxxxxxxxxxxxx For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: [xmlc] 2.3beta getElementById() behavior, Erik Rasmussen |
|---|---|
| Next by Date: | Re: [xmlc] 2.3beta getElementById() behavior, Jacob Kjome |
| Previous by Thread: | Re: [xmlc] 2.3beta getElementById() behavior, Jacob Kjome |
| Next by Thread: | Re: [xmlc] 2.3beta getElementById() behavior, Jacob Kjome |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |