You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2004/11/29 06:36:20 UTC

svn commit: r106888 - /cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt /cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt

Author: antonio
Date: Sun Nov 28 21:36:18 2004
New Revision: 106888

URL: http://svn.apache.org/viewcvs?view=rev&rev=106888
Log:
Fixing typo ;-)
Modified:
   cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt
   cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt
Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt?view=diff&rev=106888&p1=cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt&r1=106887&p2=cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt&r2=106888
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/scratchpad/samples/sitemap-viewer/transforms/xml2html.xslt	Sun Nov 28 21:36:18 2004
@@ -69,7 +69,7 @@
    <!-- match comments -->
    <xsl:template match="comment()">
       <DIV class="e">
-         <SPAN class="b" onclick="xml2html.toggle(event)">-</SPAN>
+         <SPAN class="b" onclick="xml2htmlToggle(event)">-</SPAN>
          <SPAN class="m">
             <xsl:text>&lt;!--</xsl:text>
          </SPAN>
@@ -119,7 +119,7 @@
    <xsl:template match="*[node()]">
       <DIV class="e">
          <DIV>
-            <SPAN class="b" onclick="xml2html.toggle(event)">-</SPAN>
+            <SPAN class="b" onclick="xml2htmlToggle(event)">-</SPAN>
             <SPAN class="m">&lt;</SPAN>
             <SPAN class="en">
                <xsl:value-of select="name(.)"/>
@@ -180,7 +180,7 @@
    <xsl:template match="*[*]" priority="20">
       <DIV class="e">
          <DIV>
-            <SPAN class="b" onclick="xml2html.toggle(event)">-</SPAN>
+            <SPAN class="b" onclick="xml2htmlToggle(event)">-</SPAN>
             <SPAN class="m">&lt;</SPAN>
             <SPAN class="en">
                <xsl:value-of select="name(.)"/>

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt
Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt?view=diff&rev=106888&p1=cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt&r1=106887&p2=cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt&r2=106888
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt	(original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/xml2html.xslt	Sun Nov 28 21:36:18 2004
@@ -65,7 +65,7 @@
    <!-- match comments -->
    <xsl:template match="comment()">
       <DIV class="e">
-         <SPAN class="b" onclick="xml2html.toggle(event)">-</SPAN>
+         <SPAN class="b" onclick="xml2htmlToggle(event)">-</SPAN>
          <SPAN class="m">&lt;!--</SPAN>
          <SPAN class="c">
             <PRE>
@@ -138,7 +138,7 @@
    <xsl:template match="*[node()]">
       <DIV class="e">
          <DIV>
-            <SPAN class="b" onclick="xml2html.toggle(event)">-</SPAN>
+            <SPAN class="b" onclick="xml2htmlToggle(event)">-</SPAN>
             <SPAN class="m">&lt;</SPAN>
             <SPAN class="en">
                <xsl:value-of select="name(.)"/>