Hi Justine, You need to escape some of those characters. the "&" needs to be replaced with "&"
Regards, Steve Payne On Sun, Oct 24, 2021 at 9:57 AM Justine Nowak <[email protected]> wrote: > Hello, > > I am trying to import our products into Ofbiz and some of our products have > a "&" in the productName field. For example, "Gummy with Vitamins A & D". > > How do we get the system to allow this product to get created? > > The Following Errors Occurred: > > ERROR: parsing file: ERROR parsing Entity Xml file: > org.xml.sax.SAXException: A transaction error occurred reading > data<br/>org.xml.sax.SAXException: Fatal Error reading XML on line 12, > column 408<br/>org.xml.sax.SAXParseException; lineNumber: 12; columnNumber: > 408; The entity name must immediately follow the '&' in the entity > reference. > > > Thanks, Justine >
