[ 
https://issues.apache.org/jira/browse/XMLBEANS-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacob Danner reassigned XMLBEANS-200:
-------------------------------------

    Assignee: Jacob Danner  (was: Yana Kadiyska)

> XmlObject node copy yields IllegalArgumentException: DocumentWrapper#wrap in 
> Saxon on further XPath executions of copied node
> -----------------------------------------------------------------------------------------------------------------------------
>
>                 Key: XMLBEANS-200
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-200
>             Project: XMLBeans
>          Issue Type: Bug
>          Components: XPath
>    Affects Versions: Version 2
>         Environment: Windows XP, Saxon 8.1, Java 1.4_05, XmlBeans 2.0
>            Reporter: Brian Rafalowski
>         Assigned To: Jacob Danner
>             Fix For: Version 2
>
>         Attachments: XPathCopy.zip
>
>
> A selectPath(Query)  returns a child node of the wrapped document.  The child 
> node is then copied with the XmlObject.copy() method. My application requires 
> a copy of the child node since it will be passed into a Threaded application 
> which has no need to modify the resulting XML. The Child node has further 
> children that I would like to use XPath queries to pull the desired node. 
> However, when I issue a select path on the returned child node, I get the 
> following error:
> java.lang.IllegalArgumentException: DocumentWrapper#wrap: supplied node does 
> not belong to the wrapped DOM document
> I do not wish to construct a new XML document for the Child (and its 
> children) to pass into my application. I just need the fragment to query, as 
> the XML just represents "ini" type information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to