Plz Help
Brought to you by:
bs_php,
nigelswinson
From: Magno C. <ma...@en...> - 2003-05-13 22:39:39
|
Hello, =20 I have a xml title/content. <cdi> <title> <content> <title id=3D"WATERCOOLING"> <content/> </title> </content> </title> <cdi> =20 Now I want to return the xml of a title that matches the XPATH //title[@id=3D'WATERCOOLING']. =20 My problem usint this class is that I cant get the abs path so I can use = the <file:///C:\Documents%20and%20Settings\Magno\Desktop\test\Php.XPathDocume= nta tion.html#exportAsXml#exportAsXml> exportAsXml=20 =20 Well I hope I can receive help =20 PD: Remember the title can be 20 level inside so writing manually the = abs. path is absurd. =20 |