On Jul 30, 2009, at 6:17 AM, Jörg Agatz wrote:
Also, i use the Comandline tool "java .jar post.jar xyz.xml"
i donkt know what you are mean with
It sounds like you're not using 'entities' for your '&' characters
(ampersands) in your XML.
These should be converted to "&" This should look familiar if
you've
ever written any HTML.
I dont understand this
i musst change even & to & ?
Yes, if you need an ampersand in an XML element, it must be escaped:
<field name="title">Harold & Maude</field>
Erik