On Wed, March 16, 2005 9:39 am, Simon Turvey said:
> (Apologies for the larger than normal wrapping - there are some long
> lines)
>
> I'm playing with SimpleXML for reading REST responses from Amazon Web
> Services.
> Having successfuly read the response to my request I'd like to perform an
> xpat
Hi all,
(Apologies for the larger than normal wrapping - there are some long lines)
I'm playing with SimpleXML for reading REST responses from Amazon Web Services.
Having successfuly read the response to my request I'd like to perform an xpath
query
on the result. I've pared down the original res
> So I've just recently fallen in love with simplexml. But from what I've
> read, is it true that xpath doesn't really work properly?
>
> I'm using an XML file that has a section like this:
>
>
> Title
> Link
> Desc Subject
> 2004-09-20T18:15:00+00:00
>
>
> My sample of my PHP code is:
>
> $libr
21, 2004 1:42 PM
To: [EMAIL PROTECTED]
Subject: [PHP] simplexml and xpath
So I've just recently fallen in love with simplexml. But from what I've
read, is it true that xpath doesn't really work properly?
I'm using an XML file that has a section like this:
Title
Link
Desc S
So I've just recently fallen in love with simplexml. But from what I've
read, is it true that xpath doesn't really work properly?
I'm using an XML file that has a section like this:
Title
Link
Desc
Subject
2004-09-20T18:15:00+00:00
My sample of my PHP code is:
item as $item) {
echo $item->
5 matches
Mail list logo