 | Which problems have you found using XML in Pike?
(speed, bugs...) |
 | Which features are missing in the current XML support?
(XSLT, XPath, SAX, XQuery...) |
 | How can they be added? |
 | Continue working on Parser.XML? |
 | Take libraries like sablotron/expat or libxml/libxsl? |
 | Could (and should) an XSLT parser in one of those libraries
be integrated with Parser.XML.DOM? |
 | Is there a chance to get the XSLT/XPath implementation
from Roxen Platform? |
 | Hardship of implementing of W3C's sucking documentation
which contains several white spots... |
 | Better to implement most things in C, as the current Pike
implementation is not fast enough. |
 | Glue existing XML libs. |
 | Libs need to be evaluated.
 | Need to be able to hook into any level of the xml parsing process... |  | Skip XSLT and go straight to implementing XQuery. |  | What will the Pike XML layer be used for? |  | What are the most used operations done on XML data?
(inserting, deleting, moving nodes...) |
|
 | What else?
(XML output, ...) |