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
Yesterday I try to use inline feature, but it adds xml declaration to output:
code in template
<XsltResult:XsltResult runat="server"> <InlineXslt> <xsl:template match="/"> <xsl:if test="umbraco.library:RequestCookies('prices_type')!='withoutVat'"> checked='checked' </xsl:if> </xsl:template> </InlineXslt> </XsltResult:XsltResult>
generated output
<?xml version="1.0" encoding="utf-16"?> checked='checked'
Of course it is not only markup in template ...
Petr
Be carefull, by the looks of it you won't be able to upgrade to 4.5.2 soon if you use this package..
Why I'm not able to use it in 4.5.2 ?
It sais so in the downloadcenter:
Hi it's only about xml schema (and I think it is not schema dependant)
You should be able to use it in 4.5, although I've not tested it.
I've not got the time to fix this just now, but if anyone wants to modify the source then I'll definately add then as a contributor
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Inline xslt adds xml declaration to output
Yesterday I try to use inline feature, but it adds xml declaration to output:
code in template
generated output
Of course it is not only markup in template ...
Petr
Be carefull, by the looks of it you won't be able to upgrade to 4.5.2 soon if you use this package..
Why I'm not able to use it in 4.5.2 ?
It sais so in the downloadcenter:
Hi it's only about xml schema (and I think it is not schema dependant)
You should be able to use it in 4.5, although I've not tested it.
I've not got the time to fix this just now, but if anyone wants to modify the source then I'll definately add then as a contributor
is working on a reply...