Groups | Blog | Home
all groups > dotnet xml > july 2004 >

dotnet xml : Clone XPathDocument



blair
7/21/2004 4:46:02 PM
Hello everyone,
I am converting a small personal program to .NET 2.0 and changing from using XmlDocument to XPathDocument. Ok so my problem is that the system currently clones a XmlDocument (it gets edited / used / and tossed but the orginal document is needed later). Is there some way to "Clone" an XPathDocument? And if so how?

Thanks,

Yan Leshinsky
7/23/2004 10:33:46 AM
XPathDocument is read-only. What is the reason to clone it?

[quoted text, click to view]

AddThis Social Bookmark Button