On Wed, Jan 05, 2005 at 07:11:06PM -0500, William Ballard wrote: > You can leave out the <CDATA> element.
Forgot to mention parsers are not obligated to respect whitespace and newlines unless it's in a <![CDATA[ ]]> tag, though they usually do (and they have flags to control this). It's like the <PRE> tag in HTML in that respect. This may be signicant to you in the long description. But either use & > < or <![CDATA[ & < > ]]> but not both. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]