Hi all,
I added a new alternative interface to wikimodel (IWemPositionListener)
in order
to pass line and column position for each begining/end of block event.
Initial scanner has been modified too.
Modifications donc break IWemListener clients because I added a wrapper
for that.
I rencently proposed a patch,
http://code.google.com/p/wikimodel/issues/detail?id=112 ,
some test/event hasn't been written yet.
Once this has been done I will workon the core, I intend to :
- add a class (named Location) that wrap line/column number
- add to AbstractBlock a Location reference, getters and setters for
this new type
- modify XDOMGeneratorListener in order to set AbstractBlock Location
reference
- write an XHTML renderer that also print location.
Please tell if you think something is wrong.
Thanks,
Lucien Pereira