On Dec 1, 2009, at 4:28 PM, Thomas Mortagne wrote:
Hi all,
Since i finished a first POC, I would like to introduce a new XML based syntax. the goal is to provide an easy to parse exact mapping of the rendering events.
You can look at http://dev.xwiki.org/xwiki/bin/view/Design/xmlsyntax for more details.
Would be great to have comments about this.
The main things to discuss are: - what XML syntax exactly (http://dev.xwiki.org/xwiki/bin/view/Design/xmlsyntax#HProposedformat)
Just a remark, why not using names for parameters? This would make the format more robust wrt evolutions. Currently the order introduces a stronger coupling with the beginEvent semantics for a given event. Using names, this would not be the case anymore (and as a side effect debugging would be easier). -Fabio