When I have the output method set to XML, the page doesn't load properly in Opera/Chrome/Firefox. The page doesn't render past the first object insert. When it's set back to HTML, it works fine, Viewing the source, the browsers download the entire page correctly
Creating an image link removes the end tag "/" and throws validation error.
I have one XSLT file
and one HTML Tag
Every time I use these two, the end tag "/" disappears. Am I doing someing wrong?
Just to clarify, the "/" is removed from the img and I am running 4.6.1
Hi Shannon,
This happens when this line is missing from your XSLT:
(- and some stars align to make the XSLT gues you're outputting HTML :-) - or, if the method is specifically set to "html".
Try to add the line before the <xsl:param name="currentPage" /> line and you should be good to go.
/Chriztian
I had HTML instead of XML. Thanks.
Just to rehash this issue, I also have a <object> in the middle of blog roll I use to display ads in the middle.
When I have the output method set to XML, the page doesn't load properly in Opera/Chrome/Firefox. The page doesn't render past the first object insert. When it's set back to HTML, it works fine, Viewing the source, the browsers download the entire page correctly
is working on a reply...