tried wrapping it within div & still getting the same error.
Also noticed while trying to import urls that it is printing the link name once as a hyperlink (without the hyperlink font style of blue color & underline - but i read somewhere that you have not implemented font features yet - guess that's y) and another time as a simple word
eg. when i give the following input:
- Code: Select all
String xhtml= "<div><p>Sent: 5/2/2012 5:53 PM (<i>53 seconds ago</i>)<br/>Source:\n" +
"<a href=\"http://twitter.com/\">web</a>\n" +
"</p></div>";
instead of importing into word as
Sent: 5/2/2012 5:53 PM (53 seconds ago)
Source:web
with web hyperlinked to http://twitter.com/
it imports as:
Sent: 5/2/2012 5:53 PM (53 seconds ago)
Source:webweb
with the first "web" being hyperlinked & 2nd instance of "web" being a simple word
Probably needs to be fixed?