This is the mail archive of the kawa@sources.redhat.com 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]

Re: Kawa and XML


Jocelyn Paine <popx@pop3.ifs.org.uk> writes:

> What's the latest on this? I think there were some people working
> on Kawa interfaces to XML parsers and generators; are these up
> and generally available?

There is an XML parser and an XML printer in gnu.xml, which is
part of Kawa.  There is an XPath implementation in the same place.
The gnu.lists.Consumer is intended to be a more abstract interface
(less tied specifically to XML) than SAX.  The gnu.lists.TreeList
class is (among other things) intended as a space-efficient
alternatve to DOM.

These as all in CVS as well as in 1.6.94.

I've just started work on a new input language for Kawa.  When
you start up Kawa with the --xquery language then the input
syntax will be the XML Query language (the recently released
draft proposal from W3C), with output in XML syntax.  I think
this will be very sexy.
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/


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