Re: Only text of XSLT transformed data appearing no stlying!
Wonker <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Message-ID | <[email protected]> |
Axel Hecht wrote: > > Not looking at your example I'm pretty sure that you generate XML > elements without namespace instead of HTML elements, or XML elements in > the xhtml namespace. > > Make sure your output method is either set to html or that your > definition for the xhtml namespace actually covers all literal result > elements in all templates inside the XSLT stylesheet. > > Those are the most common mishaps leading to the behaviour you described. > > Axel Cheers dude. Converting the xsl output to html worked. I am sure I tried this, but ho hum...