XML handling in Kawa

Colin Fleming colin.mailinglist@gmail.com
Wed Dec 2 08:44:00 GMT 2009


Hi Per,

Thanks for all the help, I'll try that out when I get a chance.

Cheers,
Colin

2009/12/2 Per Bothner <per@bothner.com>:
> On 12/01/2009 11:52 PM, Per Bothner wrote:
>>
>> You can checkout the update or as a work-around do:
>>
>> (gnu.kawa.xml.Document:parse "file:xxxx")
>>
>> This creates an XML "document" object - which implements
>> org.w3c.dom.Document, but somewhat incompletely. (There
>> appears to be a bug in getDocumentElement.)
>
> I fixed that (It didn't skip initial comments before).
> So you should now be able to invoke getDocumentElement()
> on the result of parse-xml-from-url.
> --
>        --Per Bothner
> per@bothner.com   http://per.bothner.com/
>



More information about the Kawa mailing list