[GJC-2] HtmlScraper needs to be case insensitive | |
| Status: | Closed |
| Project: | Genjava |
| Component/s: | |
| Affects Version/s: | |
| Fix Version/s: | scrape-1.0 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| Need to make HtmlScraper case insensitive. The solution for this ought to be to create two strings, one with a lowercased version and one with an uppercase version? When looking at tags, always look at lowercase one, when returning a section or looking at values, use the normal one. Writing some unit tests ought to help a lot here. |
| Comment by bayard [ Sun, 14 Sep 2003 20:54:53 -0700 (PDT) ] |
| Case insensitivity seems to work now :) Unit tested and all. The basics anyway. |