Closed josteinaj closed 10 years ago
Until such time as the underlying Saxon processor supports html-version, it won't have any effect.
I'll leave this issue open until then and then I'll add something to support it.
I implemented a workaround. When Saxon supports the underlying options, that'll work too.
Cool! So how do I use it?
I suppose it would have been nice if I'd included that!
See http://xmlcalabash.com/docs/reference/langext.html#ext.html-serializer
Section 6.1.2 of the XSLT and XQuery Serialization 3.0 spec describes a new attribute on
xsl:output
calledhtml-version
which, ifmethod="xhtml"
, lets you specify that the output should be serialized according to XHTML5 by settinghtml-version="5.0"
.Could this be exposed on
p:store
ascx:html-version
?