[libxml-devel] Can't seem to get node with xpath

2008-04-23 Thread Abdul-Rahman Advany
Hi guys, I am getting xml from jabber (send by twitter), and I am trying to parse it, but somehow it won't parse. http://pastie.caboo.se/185558 (code can be found here) I just keep seeing nil as output Greets, -- Abdul-Rahman Advany IM: [EMAIL PROTECTED] _

[libxml-devel] Validating xml in a string

2008-04-23 Thread dwTwiLighT a.k.a. dwCyMpaK
Greetings. I want to check if xml received by my application (made with RoR and libxml-ruby) via POST request is well-formed. This is the source code of that part: p = XML::Parser.new p.string = params[:xml] if p.context.well_formed? doc = p.parse surely that is

[libxml-devel] [ libxml-Bugs-19738 ] malloc errors in libxml

2008-04-23 Thread noreply
Bugs item #19738, was opened at 2008-04-23 20:01 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=1971&aid=19738&group_id=494 Category: None Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: malloc erro