/
niceSOFT
/
libxml2
Обзор
Документация
Войти
/
niceSOFT
/
libxml2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/XPath/tests/simpleabbr
10 строк
188 B
Daniel Veillard
Fixes in the plane: - xpath.c: fixed a [] evaluation problem reported -
05 апр 2001, 20:54
05 апр 2001, 20:54
d8df6c0
Код
Авторство
О чём код?
/EXAMPLE /EXAMPLE/head /EXAMPLE/chapter[1] //p //chapter/image //p/text() //p/text()[position()=1] //p/text()[position()=last()] (//p/text())[position()=1] (//p/text())[position()=last()]