> > Exactly, so why do we need method="xhtml"??? we don't really...
In mode html, quoting from Michale Kay's book... 'HTML attributes whose value is a URI (for example, the href attribute of the <a> element, or the src attribute of the <img> element) are recognized, and special characters within the URI are escaped as defined in the HTML specification' So html href's get escaped. xml href's don't. xhtml is xml with correctly escaped href's. You need it if your doing wml for starters for 10. Mike. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
