I am trying to use the splitter on a simple BOD and am getting a "content not allowed in prolog" error. I have used the splitter successfully on a purchase order BOD, so I'm not sure what the problem is here.
The looks like this:
<ProcessXYZ><br /> <ApplicationArea> ... </ApplicationArea><br /> <DataArea><br /> <Process> ... </Process><br /> <XYZ><br /> <DocumentID> ...</DocumentID><br /> <Lines> ... </Lines><br /> <Lines> ... </Lines><br /> <Lines> ... </Lines><br /> </XYZ>
<br /> </DataArea><br /></ProcessXYZ>
The splitter is configured for XYZ/Lines after using the magnifying glass to pick out the split path
What am I missing?