Defer-node-expansion - false
Status: Alpha
Brought to you by:
jimbodean
The application was throwing a class cast exception for
DeferredNodeImpl which I have solved by adding
setFeature("http://apache.org/xml/features/defer-node-expansion",
false);
in the constructor for the XercesXMLDriver
Also, will there be an upgrade to Xerces 1.4.3? I had
to unuinstall this to get the application to work
This looks like being a fantastic app, once I learn how
to use it
Logged In: NO
Hi, *some* problems between versions of Xerces can actually
be solved by doing a recompile against your version. It
might be worth a try. As for upgrades, the next version of
Xybrix should be much more adaptable to different versions
of different parsers. It's been sitting for a while
though, and I have no idea when it will be released at this
point...
Hope that helps...
Jim