problem with Nokogiri::HTML::Element#line

M

malikb

Hello,

I have a problem with Nokogiri::HTML::Element#line, it always returns
zero(0):

html = Nokogiri::HTML(<<eohtml)
<html>
<head>
<title>test test</title>
</head>
<body>
Hello, world!
</body>
</html>
eohtml

html.xpath("/html/head/title")[0].line # 0
html.xpath("/html/body")[0].line # 0

if I replace Nokogiri::HTML with Nokogiri::XML, all going to be
perfect.

Nokogiri::HTML::Element extends Nokogiri::XML::Node, so, #line should
return the line of the HTML node, isn't it?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top