<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
    Copyright 2009 Newport Software Technologies, UNICEN

    This file is part of XGAP.

    XGAP is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    XGAP 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 Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with XGAP.  If not, see <http://www.gnu.org/licenses/>.
-->
<!--+
    | Configuración para la documentación de las plantillas de generación de XGAP,
    | usando XSLTdoc (https://sourceforge.net/projects/xsltdoc/).
    +-->
<XSLTdocConfig>
    <Title>Plantillas XGAP</Title>
    <!-- This section is copied to the main documentation page. It can include any HTML tags. -->
    <Introduction>Documentación de las plantillas XSLT de XGAP.</Introduction>
    <!-- The absolute or relative path to the target directory where the HTML files are created.
        If a relative path is used it is always relative to the config file. -->
    <TargetDirectory path="xsltdoc"/>
    <!-- The absolute or relative path to the source directory.
        This is where the XSLT source files can be found.
        If a relative path is used it is always relative to the config file. -->
    <SourceDirectory path="../motores/ultimo/plantillas/"/>
    <!-- A list of source code files which shall be documented.
        Only stylesheets which are not included by another have to be listed here.
        The included stylesheets are found automatically by following the include
        or the import statements in the including stylesheet.
        Relative references are relative to the SourceDirectory defined above. -->
    <RootStylesheets>
        <File href="contenido.xsl"/>
        <File href="formulario_master.xsl"/>
        <!--File href="formulario_reporte.xsl"/-->
        <File href="formulario.xsl"/>
        <File href="grafico.xsl"/>
        <File href="listado_csv.xsl"/>
        <File href="listado_master_inline.xsl"/>
        <File href="listado_pdf.xsl"/>
        <File href="listado_rtf.xsl"/>
        <File href="listado_seleccion_m.xsl"/>
        <File href="listado_seleccion.xsl"/>
        <File href="listado_xls.xsl"/>
        <File href="listado.xsl"/>
        <File href="menu.xsl"/>
        <File href="reporte_odt.xsl"/>
        <File href="reporte_pdf.xsl"/>
        <File href="reporte_rtf.xsl"/>
    </RootStylesheets>
    <!-- A list of CSS Stylesheet files which should be added to the standard CSS file included (XSLTdoc.css) - Not mandatory - media attribute optional. -->
    <!--AdditionalCSS>
        <File href="print.css" media="print"/>
    </AdditionalCSS-->
</XSLTdocConfig>
