Has anyone written a code library for reading XML in LSL?
I tried to do a search in the ScriptingLibrary forum, and was told that "XML" was an invalid search term -- too short or too common or something.
Thanks!
These forums are CLOSED. Please visit the new forums HERE
XML reader |
|
Strangeweather Bomazi
has no clever catchphrase
Join date: 29 Jan 2005
Posts: 116
|
03-08-2005 11:27
Has anyone written a code library for reading XML in LSL?
I tried to do a search in the ScriptingLibrary forum, and was told that "XML" was an invalid search term -- too short or too common or something. Thanks! _____________________
Strangeweather Designs - classic casual home furnishings
Now open in Mochastyle, Mocha (13, 115) |
Cienna Rand
Inside Joke
![]() Join date: 20 Sep 2003
Posts: 489
|
03-08-2005 12:03
I thought about it one afternoon at work, but then came to my senses.
_____________________
You can't spell have traffic without FIC.
Primcrafters (Mocha 180,90) : Fine eyewear for all avatars SLOPCO (Barcola 180, 180) : Second Life Oil & Petroleum Company Landmarker : Social landmarking software Conversation : Coming soon! |
Strife Onizuka
Moonchild
![]() Join date: 3 Mar 2004
Posts: 5,887
|
03-08-2005 15:37
once upon a time when i was new to scripting i started to write one... but got distracted.
The question you should be asking your self is, how could the data be meaningfuly stored in a script. Better put, to make a generic script to do this would result in a very slow script with huge memory overhead. Maybe XML is the wrong format for storing your data. _____________________
Truth is a river that is always splitting up into arms that reunite. Islanded between the arms, the inhabitants argue for a lifetime as to which is the main river. - Cyril Connolly Without the political will to find common ground, the continual friction of tactic and counter tactic, only creates suspicion and hatred and vengeance, and perpetuates the cycle of violence. - James Nachtwey |
Christopher Omega
Oxymoron
Join date: 28 Mar 2003
Posts: 1,828
|
03-08-2005 15:57
I have started one, and Im almost done with it, I just have to work out a few glitches... should I post it in its current form?
|
Strangeweather Bomazi
has no clever catchphrase
Join date: 29 Jan 2005
Posts: 116
|
03-08-2005 17:28
I have started one, and Im almost done with it, I just have to work out a few glitches... should I post it in its current form? Yeah, that would be awesome. Thanks! ![]() _____________________
Strangeweather Designs - classic casual home furnishings
Now open in Mochastyle, Mocha (13, 115) |
Carnildo Greenacre
Flight Engineer
Join date: 15 Nov 2003
Posts: 1,044
|
03-08-2005 23:40
An XML parser in LSL? No thanks, I had enough trouble with just writing sprintf()!
_____________________
perl -le '$_ = 1; (1 x $_) !~ /^(11+)\1+$/ && print while $_++;'
|