comparison doc/xpath.txt @ 902:09cc3627654c experimental-inline

Sync `experimental/inline` branch with [source:trunk@1126].
author cmlenz
date Fri, 23 Apr 2010 21:08:26 +0000
parents 1837f39efd6f
children
comparison
equal deleted inserted replaced
830:de82830f8816 902:09cc3627654c
84 ... <summary>Waz</summary> 84 ... <summary>Waz</summary>
85 ... </item> 85 ... </item>
86 ... </items> 86 ... </items>
87 ... </doc>''') 87 ... </doc>''')
88 88
89 >>> print doc.select('items/item[@status="closed" and ' 89 >>> print(doc.select('items/item[@status="closed" and '
90 ... '(@resolution="invalid" or not(@resolution))]/summary/text()') 90 ... '(@resolution="invalid" or not(@resolution))]/summary/text()'))
91 BarBaz 91 BarBaz
92 92
93 93
94 94
95 --------------------- 95 ---------------------
Copyright (C) 2012-2017 Edgewall Software