Subject: RE: html5 with xQuery
From: "JS rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Thu, 12 May 2011 16:27:43 +0530
|
Try This!!!
<xsl:output method="html" doctype-public="-//...//EN"
omit-xml-declaration="no" doctype-system="html.dtd"/>
-----Original Message-----
From: Leo Studer [mailto:leo.studer@xxxxxxxxxxx]
Sent: Thursday, May 12, 2011 3:52 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: html5 with xQuery
Hello
I am aware that this is a xsl list... Here my question anyway.
I am using Oxygen and try to generate an html5 output with xQuery
(transformer SAXON-EE xQuery 9.3.0.4. )
How can I get <!DOCTYPE html> in the output document?
Thanks in advance
Leo
|