Saxon 6.5.1 and 7.0 were tested with JDOM beta 7, and
they do not work with JDOM beta 8, which has made
incompatible changes to the way text nodes are
represented.
Source code fixed in both branches (tested in the 7.0
branch only). The new code works with both JDOM beta 7
and JDOM beta 8.
At line 56 of jdom.NodeWrapper, change
if (node instanceof String)
to
if (node instanceof String || node instanceof Text)
The change to JDOM means that the wrapper need no
longer maintain a pointer to the wrapper for the
parent node; however, I have left it in for the time
being.
Nobody/Anonymous
None
None
Public
|
Date: 2002-08-28 13:10 Logged In: YES |
|
Date: 2002-04-26 17:00 Logged In: YES |
|
Date: 2002-04-12 17:35 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2002-08-28 13:10 | mhkay |
| resolution_id | None | 2002-08-28 13:10 | mhkay |
| close_date | - | 2002-08-28 13:10 | mhkay |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use