[Jopenrpg-users] Export node / send node to player bug
Status: Alpha
Brought to you by:
tedberg
|
From: Ted B. <te...@et...> - 2001-08-25 20:26:54
|
You *will* get a "org.apache.crimson.tree.DomEx: WRONG_DOCUMENT_ERR: That node doesn't belong in this document." exception when trying to export a node or send a node to another player. This is a bug in the java xml API (JAXP) that I'm using, and not a bug in jOpenRPG. It will ( hopefully ) be fixed when JDK1.4 is release. I am not sure when the bug will be fixed in the JAXP library, hopefully before then. I am considering changing XML APIs. JDom ( jdom.org ) looks much more friendly, has been accepted as a potential addition to the java spec, and does not have this bug ( i've checked ). ted |