This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Converting DOM to Qexo Infoset?


Daniel Aborg wrote:
However, I'm wondering if there is a Kawa distribution where KNode and friends are compiled to implement the DOM interfaces directly? Looks like that is an option based on the sources.

The pre-built .jar files are built for JDK 1.4. While JDK 1.4 includes DOM, it is an older version of DOM which is not compatible with the newer version, which is implemented by JDK 1.5.

To build Kawa/Qexo for JDK 1.5, do:

./configure --with-java-source=5
make
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]