Problem d'inclusion avec xsltproc

Philippe Coq <[email protected]> Tue, 20 Feb 2007 13:44:40 +0100
Newsgroups gmane.text.xml.french.tech
Organization Bull S.A
Message-ID <[email protected]>
 Bonjour,
Je n'arrive pas à processer correctement un document docBook contenent des
directives XInclude
via xsltproc:
1) DocBook document xx.xml:


  
              xmlns:xi="http://www.w3.org/2001/XInclude"[1] />


2) DocBook document xx1.xml:

  
  The services are:
   
    
      registry:
      
        It is automatically launched
        before all the other services when starting        
href="variables.xml" xmlns:xi="http://www.w3.org/2001/XInclude"[2]
        xpointer="appserver" />.
      
    
 

3) Document variables.xml:

  Variables used


  JOnAS


J'utilise un script qui fait:
xsltproc --xinclude  -o $OUTPUTDIR/xx.html $XSLDIR/html.xsl xx.xml

J'obtiens l'erreur suivante:
xx1.xml:16: element include: XInclude error : could not load variables.xml,
and no fallback was found

les fichiers variables.xml file ,XX.xml et xx1.xml se trouve dans la même
directory

J'utilise
xsltproc -version
Using libxml 20627, libxslt 10117 and libexslt 813
xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813
libxslt 10117 was compiled against libxml 20626
libexslt 813 was compiled against libxml 20626

Ai-je oublié quelque chose?

Merci
Philippe 

--- Links ---
   1 http://www.w3.org/2001/XInclude
   2 http://www.w3.org/2001/XInclude

-- Binary/unsupported file stripped by Ecartis --
-- Type: text/x-vcard