Skip to content

Table problem? #3

Open
Open
@GoogleCodeExporter

Description

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 armisael...@gmail.com on 23 Mar 2008 at 1:16

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions