Ruby on Rails Wednesday, February 25, 2015



On Wednesday, February 25, 2015 at 9:40:39 AM UTC, bette...@gmail.com wrote:
Hi,

I am facing issue with the Nokogiri XML Parser:

I am using the following code to parse:

doc = Nokogiri::HTML.fragment(xml)
puts doc.to_xml

What is the input you're feeding it? if the input is malformed, then nokogiri will have to guess at how to fix it.

Fred 

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e9c47452-4bc4-4c54-b048-b31d48edfb0d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment