King wrote:
> Is there any other way to define multiline text in a XML file:
> 
> <Help><![CDATA[
> multiline
> multiline
> multiline
> multiline
> ...
> ]]>
> </Help>

Unless someone has to edit the XML manually (which is bad anyway):
<Tip>first line\nsecond line</Tip>
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to