Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
BderPan
Contributor III
Contributor III

tXMLMap - org.dom4j.IllegalAddException: No such namespace prefix

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

Labels (3)
1 Solution

Accepted Solutions
akumar2301
Specialist II
Specialist II

Did you add ord in namespace ?
On tXMLMap, right click on ord and select 'set a namespace' option to add a namespace. Let me know if it resolves the issue.

View solution in original post

2 Replies
akumar2301
Specialist II
Specialist II

Did you add ord in namespace ?
On tXMLMap, right click on ord and select 'set a namespace' option to add a namespace. Let me know if it resolves the issue.
BderPan
Contributor III
Contributor III
Author

Hi, I solved the Problem with the namespace.

Thanks for Help, Chris