/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/XPath/tests/simplebase
16 строк
626 B
Nick Wellnhofer
Fix axis traversal from attribute and namespace nodes
31 май 2017, 15:57
31 май 2017, 15:57
40f5852
Код
Авторство
О чём код?
/child::* /child::EXAMPLE /child::EXAMPLE/child::head /child::EXAMPLE/child::* /child::EXAMPLE/child::head/child::title /child::EXAMPLE/child::head/child::title/child::text() /child::EXAMPLE/child::head/node() /child::EXAMPLE/attribute::prop1/self::node() /child::EXAMPLE/attribute::prop1/self::* /child::EXAMPLE/attribute::prop1/descendant-or-self::node() /child::EXAMPLE/attribute::prop1/descendant-or-self::* /child::EXAMPLE/attribute::prop1/ancestor-or-self::node() /child::EXAMPLE/attribute::prop1/ancestor-or-self::* /descendant::title /descendant::p/ancestor::chapter /child::EXAMPLE/attribute::prop2/preceding::text()