Hello all,
Do System.Xml.XmlNode's have a unique system ID available via a
property somehow?
I have nodes which may be very similar or even identical (but in
different locations) in a document and need to be able to look them up
via this ID. I have for now assigned my own GUID to each node, and can
use XPATH to grab the node I need, but I'm sure the DOM objects must
have something internal I could use instead and be much more efficient.
Many thanks for any help - have a super evening!
Cheers,
Rich