Edgewall Software

Changes between Version 1 and Version 2 of GSoC2008


Ignore:
Timestamp:
May 26, 2008, 7:14:39 PM (16 years ago)
Author:
mkurczych
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC2008

    v1 v2  
    11= Google Summer of Code 2008 =
    22
     3== The plan ==
     4* Reimplement XPath
     5* Add some kind of pre-rendering of parts that don't use variables
     6* Try compiling templates to Python bytecode
     7* Try adding some minor optimizations
     8
     9== What has been done ==
     10Nothing, but the coding has just started. ;-)
     11
     12== Currently working at: ==
     13=== XPath reimplementation ===
     14XPath implementation in Genshi is rather buggy (for example [http://genshi.edgewall.org/ticket/185]). I want to rewrite it. I'm going to implement ideas from docs from the internet like [http://www.cs.uni-paderborn.de/fileadmin/Informatik/AG-Boettcher/Lehre/WS_07_08/dbis1/dbis1k8b-xpath_queries_on_xml_streams.pdf] and [http://www.cs.uni-paderborn.de/fileadmin/Informatik/AG-Boettcher/Lehre/WS_07_08/dbis1/dbis1k8a-xml-streams.pdf].