Re: New use need your help
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2003-03-08 21:42:45
|
Because you are using the XML_OPTION_CASE_FOLDING option, you need to = do: $fdata =3D &$xPath->getNode('/LIBRARY[1]/BOOK[1]'); Sorry for the confusion. Cheers Nigel =20 ----- Original Message -----=20 From: Ji Tao=20 To: Nigel Swinson=20 Cc: php...@li...=20 Sent: Saturday, March 08, 2003 5:35 PM Subject: Re: New use need your help Hi Nigel, Thanks for your reply. I tried what you said '/library[1]/book[1]', = but it still return nothing. Can you try to run this small sample? It must be something else. but I don't know. |