cvs commit: jakarta-commons/math/xdocs/userguide xdoc.xsl

2004-01-30 Thread mdiggory
mdiggory2004/01/30 11:58:37

  Modified:math/xdocs xdoc.xsl
   math/xdocs/userguide xdoc.xsl
  Log:
  Ajusting xdoc templates css styles appropriately, these are just used for 
testing/preview in xml/xslt enabled browsers.
  
  Revision  ChangesPath
  1.2   +10 -2 jakarta-commons/math/xdocs/xdoc.xsl
  
  Index: xdoc.xsl
  ===
  RCS file: /home/cvs/jakarta-commons/math/xdocs/xdoc.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xdoc.xsl  15 Nov 2003 18:38:16 -  1.1
  +++ xdoc.xsl  30 Jan 2004 19:58:37 -  1.2
  @@ -6,8 +6,9 @@



  - @import url("./stylesheets/tigris.css");
  - @import url("./stylesheets/maven.css");
  + @import url("./style/tigris.css");
  + @import url("./style/maven.css");
  + @import url("./style/project.css");



  @@ -33,6 +34,13 @@



  + 
  + 
  + 
  + 
  + 
  + 
  +  



  
  
  
  1.2   +10 -2 jakarta-commons/math/xdocs/userguide/xdoc.xsl
  
  Index: xdoc.xsl
  ===
  RCS file: /home/cvs/jakarta-commons/math/xdocs/userguide/xdoc.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xdoc.xsl  15 Nov 2003 18:43:24 -  1.1
  +++ xdoc.xsl  30 Jan 2004 19:58:37 -  1.2
  @@ -6,8 +6,9 @@



  - @import url("../stylesheets/tigris.css");
  - @import url("../stylesheets/maven.css");
  + @import url("../style/tigris.css");
  + @import url("../style/maven.css");
  + @import url("../style/project.css");



  @@ -33,6 +34,13 @@



  + 
  + 
  + 
  + 
  + 
  + 
  +  



  
  
  

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



cvs commit: jakarta-commons/math/xdocs/userguide xdoc.xsl

2003-11-15 Thread dirkv
dirkv   2003/11/15 10:43:24

  Added:   math/xdocs/userguide xdoc.xsl
  Log:
  Reapply changeset (mdiggory2003/11/09 12:17:50)
   Adding documentation for Contributors.
   Adding xsl stylesheets to render xdoc in browser and css to style content, this 
makes testing documentation additions easier without rendering the entire site. Simply 
open up xdoc in browser to see what it will look like after rendering.
  
  Revision  ChangesPath
  1.1  jakarta-commons/math/xdocs/userguide/xdoc.xsl
  
  Index: xdoc.xsl
  ===
  
  http://www.w3.org/1999/XSL/Transform";>

http://www.w3.org/2001/XMLSchema-instance";>




@import url("../stylesheets/tigris.css");
@import url("../stylesheets/maven.css");











 



















  
  
  
  

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