[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Output of dpkg-scanpackages as XML



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 &amp; &gt; &lt; or <![CDATA[ & < > ]]> but not both.



Reply to: