C S Shyam Sundar's Weblog

Posts Tagged ‘xml

Its true!
I tried parsing a 15MB, proper XML file with nearly 20 sub nodes for a parent node.
Being newbie to Ruby, I came across the default option of REXML. I instrumented the code using the Ruby benchmark API.
A Single simple XPath query for one node to traverse thro’ the entire XML file using REXML takes [...]

Tags: , , , ,

(.net 2.0) how-to parse XML based RSS

Posted by: Shyam Sundar on: July 5, 2007

Of late, I have used vb.net 2.0 to code many of my applications. I’m simply awe struck to find that Microsoft has brought done .net to a level that, there can’t be any other substitute for programming in Windows Environments. Needless to say, he is making coders lazy too
Parsing XML using .net .20 [...]