Problem with XPath query

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Given the following XML:

<Pages>
  <Page>
    <DisplayRef alias="Widget">
      <parameter alias="widgetType" type="variable" value="system"/>
    </DisplayRef>
  </Page>
</Pages>

I'm using the following query:

$oXPath->query( '//DisplayRef/parameter[@alias="widgetType and
@value="system"]' );

and I'm getting the following error:

Warning: DOMXPath::query() [function.DOMXPath-query]: Invalid predicate

If I remove this part of the query

[@alias="widgetType and @value="system"]

the error goes away.

As far as I can tell from googling around, the query is valid.  If
that's the case, I don't understand what's causing the error.
Could someone explain to me what I'm doing wrong?

thnx,
Christoph

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux