Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to create a XML structure in tXMLMap so I create it, following error was generated
org.dom4j.IllegalAddException: No such namespace prefix: ord is in scope on: org.dom4j.tree.DefaultElement@73d4cc9e [Element: <WS_Sales_Voucher attributes: []/>] so cannot add element: ord:WS_Sales_Voucher at org.dom4j.tree.AbstractElement.addElement(AbstractElement.java:841)
All other Nodes are accepted
Hi, I solved the Problem with the namespace.
Thanks for Help, Chris