From: Mike N. <mh...@us...> - 2003-01-16 18:01:44
|
On Thu, 2003-01-16 at 09:37, Matthew McNaney wrote: > I have two versions of the parse functions. > > For the characters <, >, & : > > Normal makes the characters < &rt; and & > Unicode version makes them < , >, and & > > Which should be the final commit? Matt, I prefer the Unicode hex entity to the named entity. Unicode hex entities: + Better support in browsers + Ability to display more characters + Standard format for entity string (easier to test for) - Syntax not as widely used as named entities Named entities: + Syntax known by most website developers - String length varies with name (harder to test for) - Not all SGML named entities are supported by browsers -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |