cdeziuznicbifjeyv
New Member
I want to extract a specific line from this page: In this code I indicated the line/part to extract. Therefore the expected output must be:\[quote\] Drafted by the San Francisco Giants in the 1st round (22nd pick) of the 2003 amateur draft.\[/quote\]If the code isnt readable for you, you can use your internet browser clients viewer \[code\][ctrl+u]\[/code\]I tried with intersect but it returned nothing:\[code\]//*[@id='info_box']//b[contains(., 'Drafted')] intersect //*[@id='info_box']//b[contains(., 'Drafted')]/following::node()[self::br][3]\[/code\]