I am using Import Agent to read XML's from a network folder and import documents into the repository. It works fine BUT, if the field value in the XML contains an AMpersand (&), the document errors out. See below:
This will error out:
<LF:field_value name="Agent Name">Customer 1 & Customer 2</LF:field_value>
This works fine:
<LF:field_value name="Agent Name">Customer 1, Customer 2</LF:field_value>
I am creating the XML from another program.
I have two questions:
- Should I have it (the other program) automatically replace ampersands with another value,
- Are their any other characters that Import Agent doesn't like in XML's as well