bryonjacob / wikimodel

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

XHTML parsers fails to parse some HREF #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Input:

<html><p><a class="wikicreatelink"
href="/xwiki/bin/view/Space/UnknownPage"><span
class="wikicreatelinktext">label</span><span
class="wikicreatelinkqm">?</span></a></p></html>

Output:

beginDocument
beginParagraph
onWord: [label]
onSpecialSymbol: [?]
endParagraph
endDocument

As you see it's missing the onReference event.

Original issue reported on code.google.com by vmas...@gmail.com on 21 Aug 2008 at 8:33

GoogleCodeExporter commented 8 years ago
Won't fix for now since XWiki has it's own handler for references. However it's
possible there's a problem in wikimodel's XHTML parser handler somewhere.

Original comment by vmas...@gmail.com on 26 Oct 2008 at 1:51