From: W K <wka...@ho...> - 2017-09-01 22:23:37
|
When inserting XML content as a child element (element names do have namespace prefixes), is it necessary for the inserted content to contain namespace declarations, even though the target document already has them in the root element? I am getting the following error when trying to insert: com.ximpleware.ParseException: Name space qualification Exception: Element not qualified I am using v2.11, and not able to upgrade at this time. |