I would like to edit an HTML file, I thought this would be easy, just edit like an XML file. But the editing fails because the xml editor requires a true xml file
Are there any easy solutions?
I would like to edit an HTML file, I thought this would be easy, just edit like an XML file. But the editing fails because the xml editor requires a true xml file
Are there any easy solutions?
Hi John,
Depending on how much you want to modify the document, using regular expressions should be easy enough. If you get stuck, post an example of what you want to achieve and we should be able to give you a hand with the expression.
Regards,
Paul.
Thanks, I'll try the regular expression and get back to you if I have poblems. I need only change two links. Should be easy.
What I have is an index.html that is copied to a unique directory on my server. This include the FB log, coverage log, regression testing etc. So if in the future you want to add an edit HTML, it would be nice.
-jam