comparison doc/xpath.txt @ 395:a81675590258 experimental-inline

inline branch: Merged [439:479/trunk].
author cmlenz
date Thu, 28 Dec 2006 18:17:10 +0000
parents 84168828b074
children 1bdccd3bda00 9755836bb396
comparison
equal deleted inserted replaced
359:e9101f20b796 395:a81675590258
34 This means you can't use the ``parent``, ancestor, or sibling axes in Genshi 34 This means you can't use the ``parent``, ancestor, or sibling axes in Genshi
35 (the ``namespace`` axis isn't supported either, but what you'd ever need that 35 (the ``namespace`` axis isn't supported either, but what you'd ever need that
36 for I don't know). Basically, any path expression that would require buffering 36 for I don't know). Basically, any path expression that would require buffering
37 of the stream is not supported. 37 of the stream is not supported.
38 38
39 Predicates are of course supported, but Path expressions *inside* predicates 39 Predicates are of course supported, but path expressions *inside* predicates
40 are restricted to attribute lookups (again due to the lack of buffering). 40 are restricted to attribute lookups (again due to the lack of buffering).
41 41
42 Most of the XPath functions and operators are supported, however they 42 Most of the XPath functions and operators are supported, however they
43 (currently) only work inside predicates. The following functions are **not** 43 (currently) only work inside predicates. The following functions are **not**
44 supported: 44 supported:
Copyright (C) 2012-2017 Edgewall Software