It depends. If you're not going to modify the XML (and you shouldn't if
you're going to cache it) just cache the document. As long as you keep the
document read only (so you don't run into synchronization issues) you'll be
fine. But be careful, XmlDocument is not officially thread safe.
Jerry
> B"H
>
> I know its simple, but hey I dont know the answer.
>
> Thanks
Moshe Plotkin - 26 Feb 2004 14:38 GMT
B"H
Does That change if I'm Caching many versions of it?
> It depends. If you're not going to modify the XML (and you shouldn't if
> you're going to cache it) just cache the document. As long as you keep the
[quoted text clipped - 8 lines]
> >
> > Thanks
Jerry III - 26 Feb 2004 17:14 GMT
No, as long as you don't modify the objects once you cache them.
Jerry
> B"H
>
[quoted text clipped - 13 lines]
> > >
> > > Thanks