Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table problem? #3

Open
GoogleCodeExporter opened this issue Apr 11, 2015 · 4 comments
Open

Table problem? #3

GoogleCodeExporter opened this issue Apr 11, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant