usually you don`t do this as HTML ISNOT XML
maybe you would bether explain a bity more what you want , cause just
loading a HTML file into a XmlDocument isn`t going to work
however you could just load the HTML data in a XML node in a XML document
and you could etc etc etc etc etc etc
Ok. I figured out how to do what I needed and I had to use the WebBrowser
control, but that's ok since I wanted to use it somewhere in the project
anyways.