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: XML handling in Kawa


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/
>


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