detecting specific values in a text file......
Hi all,
The scenario....... a developer uses a tool like DreamWeaver to generate a series of HTML pages. Later, the code is run through a scanning tool to assure that all of the tags are compliant to specific rules. The code fails miserably. Some of the errors r false positives while still others are actual errors. Proposed solution....... Run the file through a process that will locate the tags that are in violation and replace them with valid tags. Can someone suggest for me what classes I might look to for assistance in parsing the file for certain character(s) and replacing them with other certain character(s). Any other suggestions for a solution would be welcome......
Regards,
Mat

