You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to convert
{| border="1"
|-
| row 1, cell 1
|}
with the following:
String html_text_problem =
be.devijver.wikipedia.Parser.toHtml(text_problem, null);
i've got
be.devijver.wikipedia.parser.ast.parser.ASTParseException: Error while
handling AST object
[be.devijver.wikipedia.parser.ast.SpecialConstruct@6736dc]: Error while
handling AST object
[be.devijver.wikipedia.parser.ast.SpecialConstruct@6736dc]: Lexical error
at line 1, column 14. Encountered: "\r" (13), after : ""
be.devijver.wikipedia.parser.ast.parser.DefaultASTParser.doInvokeParseMethod(DefaultASTParser.java:31)
[...]
instead of the html table...
I'm using the wikipedia-parser-0.1 (jar) in a jsp-page on mac OSX
With other strings it works...
Original issue reported on code.google.com by [email protected] on 23 Mar 2008 at 1:16
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Mar 2008 at 1:16The text was updated successfully, but these errors were encountered: