Edgewall Software

Changes between Initial Version and Version 1 of Ticket #213


Ignore:
Timestamp:
Apr 12, 2008, 9:57:20 PM (16 years ago)
Author:
cmlenz
Comment:

Genshi does not provide full XPath support, mostly due to its streaming nature. The limitations of the XPath implementation are documented:

Using XPath: Limitations

In this case, neither position() nor last() are supported.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #213

    • Property Status changed from new to closed
    • Property Component changed from General to XPath support
    • Property Resolution changed from to invalid
    • Property Milestone changed from 0.5 to
  • Ticket #213 – Description

    initial v1  
    88(given an element with the delimit=", " attribute, find all of its non-last children and append ", " to them)
    99
     10{{{
    1011ERROR:
    1112  File "build/bdist.linux-i686/egg/genshi/path.py", line 558, in _function_call
    1213    self.filename, self.lineno)
    1314PathSyntaxError: Unsupported function "position" (/home/mats/documents/.../myfile.html, line 53)
     15}}}
    1416
    1517Specification?: