spikepl
Eledittingent Beliped
- Local time
- Today, 10:14
- Joined
- Nov 3, 2010
- Messages
- 6,142
If I have an XML file, I can load it into an XML document and parse it.
For an HTML file, I have been unable to find similar parsing methods - that is, using DOM and not involving a browser (other than simply treating the file as text). I'd prefer to avoid the browser control because it is different for a number of different Access versions, so the only option remaining that I see is to run Internet Explorer with visibility off.
Can one parse HTML using the DOM without a browser? If yes how? If no, and you know that for sure, then please say so, so I stop chasing Nirvana
TIA
For an HTML file, I have been unable to find similar parsing methods - that is, using DOM and not involving a browser (other than simply treating the file as text). I'd prefer to avoid the browser control because it is different for a number of different Access versions, so the only option remaining that I see is to run Internet Explorer with visibility off.
Can one parse HTML using the DOM without a browser? If yes how? If no, and you know that for sure, then please say so, so I stop chasing Nirvana

TIA