Re: Bug in XML/XSLT display?
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Steven Scott wrote: > However, just viewing the XML makes it ignore formatting. Here's the > XML: http://progoth.com/~progoth/MSISDoc.xml and here's the XSL used > to translate/style it: http://progoth.com/~progoth/MSISDoc.xsl You are generating XML but some of your elements are not in the right namespace (http://www.w3.org/1999/xhtml) to be recognized as XHTML elements. -- Martin Honnen http://JavaScript.FAQTs.com/