Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

SAX-like events for XML content

Morph Wollongong
Not a Copy
Join date: 19 May 2006
Posts: 13
11-30-2006 06:40
Is it worth proposing an addition to LSL that allowed for SAX-like events to ease the processing of XML results from HTTP requests?

I think this would be a huge win for developers interfacing to existing web services.
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
12-01-2006 13:03
I'd prefer to see general-purpose regular expression functionality added first, such as those in Perl and the Java API library. This would be a step toward what you propose, and it would also allow for pretty complex parsing in chat/notecard/e-mail interfaces.