summaryrefslogtreecommitdiffstats
path: root/ns-schema.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'ns-schema.xsl')
-rw-r--r--ns-schema.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ns-schema.xsl b/ns-schema.xsl
index 92d5f19..c41a0f2 100644
--- a/ns-schema.xsl
+++ b/ns-schema.xsl
@@ -34,7 +34,7 @@
encoding="UTF-8"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
- <xsl:param name="xmlfile"/><!--** target xml file name if the parameter is provided by sysytem -->
+ <xsl:param name="xmlfile"/><!--** target xml file name if the parameter is provided by system -->
<!-- avoid Opera error
<xsl:variable name="_doas" select="document('')//rdf:Description[1]"/>
-->
@@ -933,7 +933,7 @@ if(navigator.userAgent.indexOf('MSIE') != -1) document.getElementById('ie-notice
</xsl:template>
<xsl:template name="href-dispname">
- <!--** gives href attribute and display name. Staps: -->
+ <!--** gives href attribute and display name. Steps: -->
<xsl:param name="id"/>
<xsl:param name="hash"/>
<!--xsl:value-of select="concat('{',$id,'}')"/-->