|
Re: output html as lower case?: msg#00016java.enhydra.xmlc
Richard Kunze <kunze@xxxxxxxxx> writes: > > but if the former, then this change would be very, very nice to have. > > Lets put it on the agenda for XMLC 3.0. A new DOM implementation is pretty > much a given for XMLC 3.0 anyway, so we can just as well include case > insensitive XPath support for HTML. Guys, this will break tons of code and it will no longer be W3C HTML compatiable DOM. This is a either a bug or missing feature in XPath, depending on your point of view... Submit a patch to em, the logic for checking for an HTML doc is easy: if (node.getDocument() instanceof org.w3c.dom.html.HTMLDocument) { ..... }
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: output html as lower case?, Mark Diekhans |
|---|---|
| Next by Date: | Re: output html as lower case?, Mark Diekhans |
| Previous by Thread: | Re: output html as lower case?, Richard Kunze |
| Next by Thread: | Re: output html as lower case?, Jacob Kjome |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |