This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<tree name="chimie"> | |
<branche name="Chimie" handle="chimie"> | |
<syndicat name="UNSA Chimie" path="unsa-chimie"> | |
<section name="Action Pin" path="unsa-chimie/action-pin"/> | |
<section name="Adisseo" path="unsa-chimie/adisseo"/> | |
<section name="Antargaz" path="unsa-chimie/antargaz"/> | |
<section name="BASF" path="unsa-chimie/basf"/> | |
<section name="Beirsdorf Nivea" path="unsa-chimie/beirsdorf-nivea"/> | |
<section name="Bostik" path="unsa-chimie/bostik"/> | |
<section name="BRI" path="unsa-chimie/bri"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:xls="urn:schemas-microsoft-com:office:spreadsheet" | |
xmlns:string="http://www.getsymphony.com/functions" | |
exclude-result-prefixes="xls string"> | |
<xsl:import href="../utilities/functions/function.string.utilities.xsl"/> | |
<xsl:output method="xml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<xsl:stylesheet version="1.0" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:math="http://exslt.org/math" | |
extension-element-prefixes="math"> | |
<xsl:output method="xml" | |
omit-xml-declaration="yes" | |
encoding="UTF-8" | |
indent="yes" /> |