xpath_new_context

(PHP 4)

xpath_new_context Создает новый xpath контекст

Описание

XPathContext xpath_new_context ( domdocument $dom_document )

Создает новый xpath контекст.

Смотрите также

  • xpath_eval() - Вычисляет XPath Location Path в переданной строке

[an error occurred while processing the directive]

Коментарии

Should that not be placed as:
DomDocument->xpath_new_context as it seems to be a method used from a DomDocument object.
2006-02-08 00:32:19
http://php5.kiev.ua/manual/ru/function.xpath-new-context.html
Автор:
WARNING FOR PHP5 USERS! (if you are having xpath problems)

There seem to be several versions of the DOM library/extension arround, it would appear that the one in this page is for PHP4 only, while this is the one in PHP5:

http://us2.php.net/manual/en/ref.dom.php

See the DOMXPath class for xpath functions.
2006-08-09 06:46:47
http://php5.kiev.ua/manual/ru/function.xpath-new-context.html

    Поддержать сайт на родительском проекте КГБ