|
What this is
Other links
The source code<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/transitional" version='1.0'> <!-- change the following path to the root path of the docbook installation if you are using a more recent version of docbook xsl, then by all means update the path. If you have linked your actual docbook xsl path to a simple path link 'xsl' (which is a good idea), then this href becomes /xsl/html/docbook.xsl --> <xsl:import href="file:///c:/docbook/xsl/html/docbook.xsl" /> <xsl:output method="html" encoding="ISO-8859-1" indent="no"/> <xsl:param name="callout.graphics">1 <xsl:param name="admon.graphics">1 <xsl:param name="generate.toc"> book toc chapter nop </xsl:param> <xsl:param name="html.stylesheet">document_mvnforum.css <xsl:param name="tablecolumns.extensions">1 <xsl:param name="toc.list.type">ol <xsl:param name="table.borders.with.css" select="1"> <xsl:param name="table.cell.border.style" select="'solid'"> <xsl:param name="table.cell.border.thickness" select="'0'"> <xsl:param name="table.frame.border.thickness" select="'0'"> <xsl:template name="user.footer.content"> <div id="customfooter"> mvnForum documentation created using docbook. </div> </xsl:template> <xsl:template name="user.header.content"> <div id="customheader"> <xsl:text disable-output-escaping="yes"><!-- - $Header: /cvsroot/mvnforum/mvnforum/docbook/stylesheet/mvnforum.xsl,v 1.1 2004/06/23 10:11:02 minhnn Exp $ - $Author: minhnn $ - $Revision: 1.1 $ - $Date: 2004/06/23 10:11:02 $ - - ==================================================================== - - Copyright (C) 2002, 2003, 2004 by MyVietnam.net - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or any later version. - - All copyright notices regarding mvnForum MUST remain intact - in the scripts and in the outputted HTML. - The "powered by" text/logo with a link back to - http://www.mvnForum.com and http://www.MyVietnam.net in the - footer of the pages MUST remain visible when the pages - are viewed on the internet or intranet. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - Support can be obtained from support forums at: - http://www.mvnForum.com/mvnforum/index - - Correspondence and Marketing Questions can be sent to: - info@MyVietnam.net - - @author: Minh Nguyen minhnn@MyVietnam.net - @author: Mai Nguyen mai.nh@MyVietnam.net --<xsl:text disable-output-escaping="yes">> </div> </xsl:template> </xsl:stylesheet> |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.