Ignore:
Timestamp:
04/16/08 11:15:20 (16 years ago)
Author:
pinsard
Message:

migration from DocBook? 4 to Docbook 5 : sources and production tools

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/saxo_html.xsl

    r139 r345  
    11<?xml version='1.0' encoding='ISO-8859-1'?>  
     2<xsl:stylesheet 
     3version="1.0" 
     4xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 
    25<!-- 
    36module : 
     
    1417et mettre pubdate 
    1518--> 
    16 <xsl:stylesheet  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  version="1.0">  
    1719 
    1820<!-- if there is some trouble with network, you can replace the following line 
    1921by this one on Mac 
     22--> 
    2023<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> 
     24 
     25<!-- for Mac without network  
     26<xsl:import href="/sw/share/xml/xsl/docbook-xsl/html/docbook.xsl"/> 
    2127--> 
    22  
    23  
    24 <xsl:import href="/sw/share/xml/xsl/docbook-xsl/html/docbook.xsl"/> 
    25 <!-- 
    2628<xsl:output method="xml" 
    2729encoding="utf-8" 
     
    3032doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" 
    3133doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/> 
    32 --> 
    3334 
    3435<xsl:include href="titlepage.saxo.xsl"/> 
Note: See TracChangeset for help on using the changeset viewer.