Closed martin-honnen closed 2 years ago
I found some problems with following-sibling::text() and preceding-sibling::text(), see issue https://github.com/sissaschool/elementpath/issues/42, and have tried to fix the obvious omissions to process parent.text and/or item.text.
following-sibling::text()
preceding-sibling::text()
parent.text
item.text
Hi, thank you for the fix. I merge this and then i will fix static typing tests.
I found some problems with
following-sibling::text()
andpreceding-sibling::text()
, see issue https://github.com/sissaschool/elementpath/issues/42, and have tried to fix the obvious omissions to processparent.text
and/oritem.text
.