Bonjour,
I try to call a XSLT stylesheet from a menu, I try this command :
<command name="Jurisprudence.XML2Html">
    <process showProgress="true">
        <copyDocument to="%P/../FicheTemporaire.xml" indent="true"/>
        <transform stylesheet="../../../XSLT/AffichageFicheJurisprudence.xsl" 
file="%D" to="./FicheTemporaire.htm"/>
    </process>
</command>  
(the copy is there because other try)
but I have this error messages :
----------
Copie du document vers 
"E:\Travail\LPAC\Unedic\GestionFonds\FondsCourant\FondsJurisprudence\2005/../FicheTemporaire.xml"
Transformation du fichier XML 
"E:\Travail\LPAC\Unedic\GestionFonds\FondsCourant\FondsJurisprudence\2005\F050222CassSocBouchara.xml"
 en "./FicheTemporaire.htm" en utilisant 
"../../../XSLT/AffichageFicheJurisprudence.xsl"
Compilation de la feuille de style 
"file:/D:/GestionFonds/XSLT/AffichageFicheJurisprudence.xsl"
Traitement du fichier XML 
"E:\Travail\LPAC\Unedic\GestionFonds\FondsCourant\FondsJurisprudence\2005\F050222CassSocBouchara.xml"
Erreur fatale: Failure reading 
file:/E:/Travail/LPAC/Unedic/GestionFonds/FondsCourant/FondsJurisprudence/2005/F050222CassSocBouchara.xml
--------------
I really don't understand why I simplify really the call.
  

-- 
Cordialement,
 Marc                          Courriel : Marc.Liste at free.fr

Post-Joint : <none>.


Reply via email to