Re: Problem with namespace and server-side XSLT
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Georges Discry wrote: > The main problem is more or less coming from Firefox, as it apparently > has a problem with XHTML served as application/xhtml+xml with a prefix > for the html element. Although that is not XSLT related that claim astonishes me. If you serve as application/xhtml+xml then the document is parsed by the XML parser and that is namespace aware so there should not be any problems if the XHTML namespace is properly declared and applied to all elements supposed to be XHTML elements (e.g. html, head, body, title and so on). -- Martin Honnen http://JavaScript.FAQTs.com/