Best way to read in an html file and replace data inside tags and update the file? Can do easily with XML, not sure if similar means available for HTML.
Printable View
Best way to read in an html file and replace data inside tags and update the file? Can do easily with XML, not sure if similar means available for HTML.
The File System Object is probably your best bet,
I dont think there are any parsers to do what you
want with html.