You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/08/01 23:39:48 UTC

cvs commit: httpd-2.0/docs/manual/style common.xsl

slive       2002/08/01 14:39:48

  Modified:    docs/manual/style common.xsl
  Log:
  This little bit of text is what has been preventing Mozilla from working
  correctly.
  
  Revision  Changes    Path
  1.13      +1 -2      httpd-2.0/docs/manual/style/common.xsl
  
  Index: common.xsl
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/style/common.xsl,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -d -b -u -r1.12 -r1.13
  --- common.xsl	31 Jul 2002 20:45:50 -0000	1.12
  +++ common.xsl	1 Aug 2002 21:39:48 -0000	1.13
  @@ -1,8 +1,7 @@
   <?xml version="1.0"?>
   <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#160;"> ]>
   <xsl:stylesheet version="1.0"
  -              xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  -                  xmlns="http://www.w3.org/TR/xhtml1/strict">
  +              xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   
     <!--                                                          -->
     <!-- Please, don't hard-code output strings! Use the language -->
  
  
  

Re: cvs commit: httpd-2.0/docs/manual/style common.xsl

Posted by Joshua Slive <jo...@slive.ca>.
On 1 Aug 2002 slive@apache.org wrote:

> slive       2002/08/01 14:39:48
>
>   Modified:    docs/manual/style common.xsl
>   Log:
>   This little bit of text is what has been preventing Mozilla from working
>   correctly.

Woohoo!  This is the first time in a long time (or perhaps ever) I've been
able to get Mozilla (1.1beta, but I think it will work for 1.0 as well) to
properly transform the xml.  Now if you go to
http://httpd.apache.org/docs-2.0/mod/mod_alias
using Mozilla, it will pick up the xml format.

Joshua.


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org