You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Robert Kagoro <ru...@gmail.com> on 2013/07/02 15:32:23 UTC

HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.

hi,

am getting this error i dont know if you help out

file:///C:/Users/RobertK/Desktop/JARs/New%20folder/dummy.xsl; Line #0;
Column #0; org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was
made to insert a node where it is not permitted.



Regards
Robert

Re: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.

Posted by "USHAKOV, Sergey" <s-...@yandex.ru>.
Hi Robert,

and what do you do? :)  Do you use existing command line tool? Or 
embedded Xalan-J? What is your XSLT file? Anything special about the data?

Regards,
Sergey


On 02.07.13 17:32, Robert Kagoro wrote:
>
> hi,
>
> am getting this error i dont know if you help out
>
> file:///C:/Users/RobertK/Desktop/JARs/New%20folder/dummy.xsl; Line #0; 
> Column #0; org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt 
> was made to insert a node where it is not permitted.
>
>
>
> Regards
> Robert


Re: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.

Posted by ke...@us.ibm.com.
The node you have tried to add as a child is not an acceptable child for 
the node you have tried to use as a parent. Fix your program.

See, for example, 
http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-1590626202


______________________________________
"Everything should be as simple as possible. But not simpler." -- 
attributed to Albert Einstein



From:
Robert Kagoro <ru...@gmail.com>
To:
xalan-j-users@xml.apache.org, 
Date:
07/06/2013 09:46 PM
Subject:
HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is 
not permitted.




hi, 

am getting this error i dont know if you help out

file:///C:/Users/RobertK/Desktop/JARs/New%20folder/dummy.xsl; Line #0; 
Column #0; org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was 
made to insert a node where it is not permitted. 



Regards
Robert