Ah yes, I'd forgotten that there was more than one form for LLSD... I've only worked with the XML-style one thus far! Since, as you say, the format is not in the XML style, then it is likely that they hadn't. Or that they had, but chose this style for being more "human friendly" - like you said.
Since, as the linked page describes, the plan is to move this format into JSON, maybe this is a good opportunity for a community dev to get it fully into JSON format. ECMAScript 5th edition looks to be finalized: http://www.ecma-international.org/publications/standards/Ecma-262.htm Then we could just use some JSON tools to write a converter. Or we write a patch for exporting in XML notation, as that provides some fun options, as discussed previously. Ricky Cron Stardust On Fri, Oct 15, 2010 at 3:49 PM, Boroondas Gupte <slli...@boroon.dasgupta.ch> wrote: > On 10/15/2010 11:36 PM, Ricky wrote: > > Besides, back on Sept 2nd this was already discussed, and plans > invented. > https://lists.secondlife.com/pipermail/opensource-dev/2010-September/003162.html > > That was more throwing ideas around than actual plans. We probably can't > even be sure the display names team was aware of that discussion. > > All that's needed is a linked XSL stylesheet to make it just as easy > to read as the text files were. Just using a web browser instead of a > text editor. Josh solved the XSL in this response: > https://lists.secondlife.com/pipermail/opensource-dev/2010-September/003164.html > > That could be used for the XML serialization of LLSD. It looks like the new > log format uses the "notation serialization" (who came up with that name?) > of LLSD, which is more compact and supposed to be more human readable as-is > but probably difficult to format using standard tools. > > Tis is actually a good step. Admittedly the file size might jump, but > I'm pretty sure each of us has the drive space, and appending to a > file is trivial. I do believe it can be done in near constant time, > relative to the file size. > > Yeah, the new format looks just as suited for appending as the old was. > > What seems strange to me though: Why is a string used for the time, rather > than LLSD's date type? > > Cheers, > Boroondas > > _______________________________________________ > Policies and (un)subscribe information available here: > http://wiki.secondlife.com/wiki/OpenSource-Dev > Please read the policies before posting to keep unmoderated posting > privileges > _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileges