2 Jul
2008
2 Jul
'08
5:39 p.m.
Hi Vincent, I just tried the new rendering class. My test xhtml is: <html> <head> <title>title of this page</title> </head> <body> <div> <p>first paragraph, really.</p> <p>second paragraph for test.</p> </div> </body> </html> I use WikiModelXHTMLParser to parse it and use XWikiSyntaxRenderer to write the result to a file. The output is : page paragraph really. test. I have tried add a <a href="">link</a> to the input which bring a parser exception. Just tell you what I find and I'll drill into the code to see what's wrong. Any suggestion? Thanks. Wang Ning