ststeiger / wikimodel

Automatically exported from code.google.com/p/wikimodel
0 stars 0 forks source link

MediaWiki parser : to parse nested link/reference #198

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Nested link are not properly parsed for mediawiki text.

Ex OK :
"[[Image:Foo.jpg|thumb|right| blablabla on Article etc.]]"... you get a call to 
onImage.

But :
"[[Image:Foo.jpg|thumb|right| blablabla on [[Article]] etc.]]"... you don't get 
a call to onImage, but a miriad calls to onEscape, onReference, 
onSpecialSymbol, onWord...

See real nested links at http://fr.wikipedia.org/wiki/Arbre, for instance.

Original issue reported on code.google.com by ista...@gmail.com on 5 Nov 2010 at 4:36

GoogleCodeExporter commented 9 years ago

Original comment by thomas.m...@gmail.com on 11 Jul 2011 at 9:11