Decoding of XML/HTML character entities (see #14) should be done in a safe way and only if they are complete. A sequence &or (in &order=lexical) must not be treated as entity ∨.
The Translate.decode(...) method of htmlparser.org is not safe in this point as it does not require a closing `;'.
Decoding of XML/HTML character entities (see #14) should be done in a safe way and only if they are complete. A sequence
&or(in&order=lexical) must not be treated as entity∨.The Translate.decode(...) method of htmlparser.org is not safe in this point as it does not require a closing `;'.