From: Jimmy Z. <jz...@xi...> - 2017-09-02 02:49:41
|
The reason that you are getting that error message is because somewhere in the XML file a namespace prefix isn't backed by its URL declaration...that tells me that you are not either insert into places where the element is not under the umbrella of the namespace declaration... so you may have to do it by hand... that is the advice I can provide without looking at the original xml file and the element you want to insert into it.. ----- Original Message ----- From: W K To:"vtd...@li..." Cc: Sent:Fri, 1 Sep 2017 22:23:29 +0000 Subject:[Vtd-xml-users] Inserting XML content as a child element 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: [1] Name space qualification Exception: Element not qualified I am using v2.11, and not able to upgrade at this time. Links: ------ [1] http://com.ximpleware.ParseException |