Re: output html as lower case?
Mark Diekhans <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
Jacob Kjome <[email protected]> writes: > Actually, if we could implement html dom level2 which just became a > recommendation, then we could do this and also get rid XMLC's > XHTML-specific stuff since with html dom level2... > http://www.w3.org/TR/DOM-Level-2-HTML/ > http://www.w3.org/TR/DOM-Level-2-HTML/java-binding.html Ah, looks like some good reading. > Anyway, I know that Xerces2 does not yet have an dom level2 html > implementation as of yet. Maybe we can write it and contribute it to the > Xerces2 project? Or just let them write it, if they already have plans to > do so. I would let them implement it; it's not a fun task.. There are most likely going to be issues with the lazy DOM vs xpath; it maybe expanding nodes unncessarly; although probably best to wait until there is a demonstrated problem to deal with it. David, have you looked at this at all?