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: > is for things like XPath which, being an application of > XML, is also case sensitive. If I write an XPath expression, it will only > work on HTML and not XHTML or vice-versa, but not both. Being able to write common expressions for XHTML/HTML is good; explain what environment you are using XPath in. You have to have the document parsed into a DOM, right? Mark