From: SourceForge.net <no...@so...> - 2010-11-01 11:44:47
|
Feature Requests item #1804572, was opened at 2007-09-29 02:22 Message generated for change (Settings changed) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=1804572&group_id=13153 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) >Summary: don't process entities in attributes when LiteralAttribs on Initial Comment: It would be nice to really treat attributes as literals when the option 'LiteralAttribs' is selected. In addition to current functionality of 'LiteralAttribs', also the entities inside attributes should not be processed. Possible solution: /* this line (2497), should be replaced */ //if (c == '&') /* by this one */ if (munge && c == '&') ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-09-29 02:47 Message: Logged In: NO Lexer.java ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=363153&aid=1804572&group_id=13153 |