Options

FeatureExtraction - xpath - span

ullashullash Member Posts: 3 Contributor I
edited November 2018 in Help
Hi,

I am trying to use FeatureExtraction to extract some text from a web page (XHTML). But it does not seem to work.
The xpath location i get using mozilla firebug  is: /html/body/span/div/div/h2
For Rapidminer the xpath query i am using is: /h:html/h:body/h:span/h:div/h:div/h:h2/text()
The above xpath query does not seem to work in rapidminer.

But if i remove the span tag from the webpage, the resulting xpath query seems to work. [/h:html/h:body/h:div/h:div/h:h2/text()]

So my question is how do i extract text from a webpage which has a span tag.

Thanks

Answers

  • Options
    IngoRMIngoRM Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,

    I have actually not really an idea right now but it could be that the problem is that "span" is actually not allowed to have inner container tags like div etc., right? Maybe this is the reason why xpath fails here.

    Cheers,
    Ingo
Sign In or Register to comment.