hello just bought this plugin couple days ago, right now to deal with XML honestly i'm having hardtime figuring how Elfdata and parser works. might have some...
I was wondering as I didn't see it mlentioned anywhere, but xml rb plug is pretty new, how's the speed of XML RB plugin vs Elfdata for doing XML stuff like the...
Hi dazz, My TinyXML.rb project is faster than RB's XML parser, but the speed varies depending on the amount of text in the XML. I prefer my TinyXML simply...
... oki thanks, I just spent some time figuring how the parser class work can't get it right so far : I have taken your class TinyXMLParser in a simpe project...
You'll find this a lot easier if you don't try to write your own XML parser ;) Just use TinyXML.rb's classes, don't alter any of it's code!! You can drag the...
Heh, I totally concur with Theo. In fact, ElfDataParser can be a bitch if you're just starting out using Elfdata. Trust me, I know! Contrary to Theo I use...
Ronald Vogelaar
enter@...
Feb 6, 2007 6:32 pm
102
OK Ronald, Glad to know you've been inventive enough to make use of the parser ;) And no the parser is not disappearing ever :) It's too neat for that. I think...
... Well sorry, my purpose was not only parsing XML even that's mostly what I need to do. so to start with the beginning : I need to analysed small chunks of...
... oki thanks for the explanations, I'll give this a try, maybe to speed test too. Maybe you didn't opened my rb file, but i was just wondering, if i had a...
... Well... do you want it triggered that many times? The parser parses from the position that you return in the handler. So if you return a number past the...
... didn't you get my previous mail ? I'll repost below then : ... Well sorry, my purpose was not only parsing XML even that's mostly what I need to do. so to...
... Sorry Dazz! I replied in the wrong order. Yes I see you just wanted a light implementation. It does make sense then to use ElfdataParser. Sorry for all the...
... OK so you are saying you have a non-XML language? What is the name of this language? Or is it just a custom format for your app? Can you paste me the data...
... oki here's some XML datas example I need to parse, it's jabber XMPP protocol (IM messaging) this is one data I need to parse : <iq type="get" id="aabda" > ...
well in fact last night some friend saw this conversation on this list and sent me his example of a ElfdataParser, so I got a better picture of it in a more...
... server seems up and running again... Ronald Vogelaar http://www.rovosoft.com...
Ronald Vogelaar
enter@...
Feb 8, 2007 6:43 am
113
... Very sorry about that everyone. I've moved away from iPowerWeb to Dreamhost.com due to iPowerWeb's incompetance . Everything seems to be up and running...
Hi people, I've finally moved my website away from iPowerWeb to dreamhost.com It's taken me a few hours to do this, but it was necessary. iPowerWeb.com just...
Hi people, I've finally got a version of ElfData 4.9 working for Mac Carbon, Mac UB, Linux, and Windows. Right now I'm just updating the help files. I don't...
Ha! ElfDataSlider! I've been waiting with great expectations for that one! I'm thrilled! I'll be using it when reading and writing compressed, serialized data....
enter@...
Feb 15, 2007 8:14 pm
117
... I'm curious Ronald, how would you like to use ElfDataSlider, ideally, just in theory. Would you use it via ElfDataFields? Or... would you be altering the...
Hi people, with version 4.9 of my ElfData plugin, my ElfDataStream class (Written in RB), seems to allow for me to beat perl's speed by 2x even on Intel macs....
ElfData v4.9 is out. http://elfdata.com/plugin/elfdata.zip No bugs were fixed because there weren't any found in 4.75 ElfDataSlider class has been added, but...
Oh, I did undocument ElfDataScanner btw. If anyone needs the documentation for it, I'll put it's docs online in a "deprecated" section. I don't think anyone...
Theodore H. Smith wrote: On 15 Feb 2007, at 20:13, enter@... wrote: Ha! ElfDataSlider! I've been waiting with great expectations for that one! I'm...
Ronald Vogelaar
enter@...
Feb 16, 2007 6:39 am
122
... The ElfDataSlider class is not yet documented though? Ronald Vogelaar http://www.rovosoft.com...
Ronald Vogelaar
enter@...
Feb 16, 2007 8:11 am
123
... Not yet... Right now it's only used through ElfDataFields. You see, the .Start and .After properties are properties of ElfDataSlider. But I thought if I...