Re: output html as lower case?
Mark Diekhans <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
Hi Richard, Richard Kunze <[email protected]> writes: > I'm all for it. Maybe make this configurable in the output options and have it > default to upper case so we don't break any existing apps. I don't believe it will address this problem. If code is working with a HTML DOM, it needs to be case-insensitive. Once the code is parsed into a HTML DOM, the tags names are upper case... MArk