Wiggins d'Anconia wrote: > I disagree with the above two statements. As part of the XHTML 1.0 > standard attribute values are all to be double quoted, it is a good > habit to get into. Not quoting numbers is a good habit in Perl or other > programming languages, but in an ML they are strings regardless unless > you are going to put another data type tag around them designating them > as such in which case they cease to be attribute values. > > Will it work in most browsers, sure, but that doesn't mean the move to > standards compliant coding should be contradicted. > > http://danconia.org
Thanks. For the sake of block termination and proper nesting requirements, I guess I can put up with a few superfluous control characters. In general, I tend to think that the fewer control characters used, the more readable the code. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]