But in parsing doc
Status: Beta
Brought to you by:
smsisko
if a doc has plane text outside html markup and that
plane text is a url with args passed to it, then the
doc isn't parsed. For example, if the plane text part
is sometyhing like this:
http://sourceforge.net/projects/htmlp?arg=0
it works fine
but if it's like this:
http://sourceforge.net/projects/htmlp?arg=0&arg2=0
then it doesn't parse at all.
"&" symbol processing as entity (like " ")
http://w3schools.com/html/html_entities.asp
write "&" in plain text if you want "&" character
Last edit: Andrey 2013-10-24