mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-26 19:22:15 -05:00
xsl: Set output mode to HTML
This makes the XEP XML viewable in browsers.
This commit is contained in:
parent
03940e8796
commit
696b2332e3
2
xep.xsl
2
xep.xsl
@ -34,7 +34,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
|
<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform' version='1.0'>
|
||||||
|
|
||||||
<xsl:output doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' method='xml'/>
|
<xsl:output doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' method='html'/>
|
||||||
|
|
||||||
<xsl:template name="status-notice">
|
<xsl:template name="status-notice">
|
||||||
<xsl:param name="thestatus"/>
|
<xsl:param name="thestatus"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user