Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello if i try to validate my website there is a problem inside the html
It generates a line like:
<?xml version="1.0" encoding="utf-16"?>
In the HTML - is there a way to remove this line out of the macro?
Thanks
Hi dominik,
In your XSLT stylesheet add the following straight-after the <xsl:stylesheet> opening tag:
<xsl:output method="xml" omit-xml-declaration="yes"/>
Cheers, Lee.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
XHTML validation
Hello if i try to validate my website there is a problem inside the html
It generates a line like:
<?xml version="1.0" encoding="utf-16"?>
In the HTML - is there a way to remove this line out of the macro?
Thanks
Hi dominik,
In your XSLT stylesheet add the following straight-after the <xsl:stylesheet> opening tag:
Cheers, Lee.
is working on a reply...