derrickorama
Programmer
Does anybody know of a way to load an ASP page whilst removing certain tags before it's fully loaded? Example: We use certain tags that are invalid such as <Content> and such (for a content management application) and it's difficult to validate a page sometimes due to these invalid tags. They aren't going to be removed anytime soon, so I was wondering if there was a way to remove them when the ASP page loads.
Currently, to validate a site that we've developed, we need to run the page through a PHP script that I made that removes the tags using regular expressions.
I just wanted to know if there was a way to correct these invalid tags without removing them from the pages themselves. More so, to remove them when they are loaded from a browser.
Any help is appreciated.
Thanks,
Derrick
Currently, to validate a site that we've developed, we need to run the page through a PHP script that I made that removes the tags using regular expressions.
I just wanted to know if there was a way to correct these invalid tags without removing them from the pages themselves. More so, to remove them when they are loaded from a browser.
Any help is appreciated.
Thanks,
Derrick