bryonjacob / wikimodel

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

XWikiParser - problem with table parameters syntax #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the parameter syntax (% %) is correctly parser for table top level but not
for row, cell and head cell:

(% tparam1="tvalue1" %)
|| col1 || col2
| cell11 | cell12

send the beginTable, endTable, etc. with the correct parameters but when trying

(% tparam1="tvalue1" %)
(% rparam1="rvalue1" %) || col1 || col2
| cell11 | cell12

it interpret first line as paragraphs with words and special symbols ("(%",
"||", etc.) and start table at cell11 level

Original issue reported on code.google.com by thomas.m...@gmail.com on 16 Sep 2008 at 9:02

GoogleCodeExporter commented 8 years ago
I think this can be closed: seems to work now with the last snapshot version, 
don't
know what changed...

Original comment by thomas.m...@gmail.com on 22 Sep 2008 at 2:12

GoogleCodeExporter commented 8 years ago
Closing as asked by Thomas.

Original comment by vmas...@gmail.com on 24 Oct 2008 at 7:36