bryonjacob / wikimodel

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

xhtmlparser don't handle the target of rel attribute of link tag <a> #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Input <html><a href="url" ref="_blank">link</a>
The output of the parser only handle the href and label, but miss the rel.

This because in XhtmlHander, the code about <a> only handle the href and
label. Even though in WikiReference, there is 
private final WikiParameters fParameters to store the rel or target
information, but this is never used in parser and ReferenceHandler.

Original issue reported on code.google.com by daning...@gmail.com on 27 Aug 2008 at 4:55

GoogleCodeExporter commented 8 years ago
Don't handle query string of the link either.
Think input is <html><a href="url?querystring" ref="_blank">link</a>

Original comment by daning...@gmail.com on 27 Aug 2008 at 5:06

GoogleCodeExporter commented 8 years ago
Duplicate of http://code.google.com/p/wikimodel/issues/detail?id=39

Original comment by vmas...@gmail.com on 27 Aug 2008 at 5:19