Done playing with xsl for a while. It just does not work as I want with respect to xhtml.

This commit is contained in:
Steve Checkoway
2007-08-06 10:10:18 +00:00
parent a56b120755
commit 6e1cd05800
+14 -10
View File
@@ -4,20 +4,24 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:sm="http://www.stepmania.com" xmlns:sm="http://www.stepmania.com"
exclude-result-prefixes="sm"> <!-- keep xslt from spittingout namespace info. --> exclude-result-prefixes="sm"> <!-- keep xslt from spittingout namespace info. -->
<!-- This could be xhtml 1.0 strict, but firefox is failing at xml -> xhtml, or something <!-- This could be xhtml 1.0 strict, but firefox is failing at displaying the
<xsl:output method="xml" encoding="UTF-8" version="1.0" standalone="yes" resultant document even though it seems to parse it just fine. -->
doctype-system="http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd" <xsl:output method="html"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" /> version="4.01"
--> encoding="UTF-8"
<!--<xsl:output method="html" encoding="UTF-8" version="4.01" standalone="yes"
doctype-system="http://www.w3.org/TR/html4/strict.dtd" doctype-system="http://www.w3.org/TR/html4/strict.dtd"
doctype-public="-//W3C//DTD HTML 4.01//EN" />--> doctype-public="-//W3C//DTD HTML 4.01//EN"
<xsl:output method="xml" encoding="UTF-8" version="1.0" media-type="text/html" />
<!--
<xsl:output method="xml"
version="1.0"
encoding="UTF-8"
doctype-system="http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd" doctype-system="http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-strict.dtd"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
media-type="application/xhtml+xml" media-type="application/xhtml+xml" />
indent="yes"/> -->
<xsl:template match="/"> <xsl:template match="/">
<xsl:comment>This file is automatically generated. Do not edit it.</xsl:comment>
<html> <html>
<head> <head>
<title>StepMania LUA Information</title> <title>StepMania LUA Information</title>