[XSLT] importation d'un fichier xslt
Bonjour, je debute totalement en XSL et je voudrais savoir si il est possible d'importer un fichier xsl autre part qu'au debut d'un fichier xls original
Ex:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="ISO-8859-1" />
<xsl:template match="/">
// traitement
.
.
.
<import mon fichier xls>
//traitement
.
.
.
</xsl:template>
</xsl:stylesheet> |
Voila j'espere etre assez claire ds mon explication