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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.