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
Updated by O'Neil Delpratt about 9 years ago
- Is duplicate of Bug #2296: Serializer.SetOutputWriter seems to ignore omit-xml-declaration setting [Saxon-HE 9.6.0.4N] added
Updated by O'Neil Delpratt about 9 years ago
- Status changed from New to Duplicate
- Found in version changed from 9.6 to 9.6.0.4
After further investigation we found that the user was running with Saxon 9.6.0.4. This bug is a duplicate of #2296 which was fixed and patched in the 9.6.0.5 maintenance release.
Please register to edit this issue
Actions