I have a static method that converts a html file and returns an XMLDocument object.
After doing extensive research, the following question has arised:
Can pass an XMLDocument object to a XPathDocument object, to make it easy when simply reading data from the document and not editing it.
Please reply and let me know if this is possible? If so, how?
Cheers.