Re: [PHP] xpath question

2008-02-19 Thread Nick Stinemates
RJO wrote: > Hey guys, > > I have a form accepting a KML file from users and from there I want to > draw polylines based on a KML file's > element. > > > The problem I am having is that sometimes the KML file can have a > or or none of the above, or any > number of random scenarios in the KML fi

Re: [PHP] xpath question

2008-02-19 Thread Andrew Ballard
On Feb 19, 2008 8:13 PM, RJO <[EMAIL PROTECTED]> wrote: > Hey guys, > > I have a form accepting a KML file from users and from there I want to > draw polylines based on a KML file's > element. > > > The problem I am having is that sometimes the KML file can have a > or or none of the above, or

[PHP] xpath question

2008-02-19 Thread RJO
Hey guys, I have a form accepting a KML file from users and from there I want to draw polylines based on a KML file's element. The problem I am having is that sometimes the KML file can have a or or none of the above, or any number of random scenarios in the KML file making it hard to parse.

[PHP] XPath question

2007-02-05 Thread Eli
Hi, I need to retrieve a list of all the INNER nodes (not the root i=0 node), that do not have an ancestor of any node but the root node. In other words: get a

[PHP] xpath question

2006-06-29 Thread bruce
hi... in getting information on xpath/xml.. i thought i'd ask these lists as well... i'm trying to find out if there's a tool that i could use to load an HTML web page into, that would allow me to point to a given item/element within the Tree/DOM structure and allow me to see what the Xpath state