nicolaken    2002/07/12 08:30:18

  Modified:    src/documentation/skins/avalon-site/xslt/html site2xhtml.xsl
  Log:
  Fixed breadcrumb.
  If you want to output a comment, you must wrap it in a
  CDATA section, or output as entities or with a comment tag.
  
  Revision  Changes    Path
  1.2       +2 -0      
jakarta-avalon/src/documentation/skins/avalon-site/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/documentation/skins/avalon-site/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- site2xhtml.xsl    30 May 2002 16:23:42 -0000      1.1
  +++ site2xhtml.xsl    12 Jul 2002 15:30:18 -0000      1.2
  @@ -27,6 +27,7 @@
                 <a href="@link2.href@" class="menu">@link2@ &gt;</a>
                 <a href="@link3.href@" class="menu">@link3@</a>                       
 
                                <script language="JavaScript1.2" 
type="text/javascript">
  +                             <![CDATA[ 
                                <!--
                                        function sentenceCase(str) {
                                                var lower = str.toLowerCase();
  @@ -45,6 +46,7 @@
                                        }
                                        getDirsAsArray();
                                // -->
  +                             ]]>
                                </script>
                        </div>
                        <!-- end breadcrumb trail -->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to