|
-
Jan 23rd, 2008, 02:33 PM
#1
Thread Starter
New Member
html to xhtml
I would like to build a program that would go through a selected folder of .aspx source files and edit them based on the rules I defined in the program.
I haven't really found a good way to get the document's data
example of changes made
<HTML> -> <html> i would like it loop through contents of file and change the uppercase tags to lowercase without changing the data inside the tags.
I've looked at just using regex for this but i wanted to know if there where any html controls that would do this kinda thing.
thanks for the help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|