Actions
Bug #2464
closedxsl:output method 'html' and DOCTYPE decl problem in s9api
Start date:
2015-10-06
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Platforms:
Description
Reported by user:
We found a problem when generating html files on .NET API.
We need HTML 5 doctype () in the transformation output and we tried to use xsl:output (see below) for that:
<xsl:output method="html" version="5.0" encoding="UTF-8" indent="yes" doctype-public="html" />
It works fine with c:\Program Files\Saxonica\SaxonEE9.6N\bin\Transform.exe – i can see in the output.
But it doesn’t work when using .NET API.
Related issues
Please register to edit this issue
Actions