<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sylvestre Ledru a écrit :
<blockquote cite="mid1264606430.13861.8081.camel@korcula.inria.fr"
 type="cite">
  <pre wrap="">Hello Stephane,

Le mercredi 27 janvier 2010 à 16:27 +0100, StŽéphane Mottelet a écrit :
  </pre>
  <blockquote type="cite">
    <pre wrap="">StŽéphane Mottelet a écrit :
    </pre>
    <blockquote type="cite">
      <pre wrap="">Hi all,

Seems there is a problem within the xsl buils process with some 
(although valid) files
in xml2jar. When using the -nw to see something (otherwise Scilab 
crashes too fast),
I see the following : 
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->[...]
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Seems that the xsl sheet uses a function which does not exist. Is 
there a possibility to edit the xsl stylesheet to
figure out what is happening ?

S.


      </pre>
    </blockquote>
    <pre wrap="">I join the xml file which seems to cause the issue (there is a <table> 
element within).
    </pre>
  </blockquote>
  <pre wrap=""><!---->I believe that table is not a docbook keyword.
  </pre>
</blockquote>
From xxe's point of view, it is, since when you try to insert and
element e.g. after<br>
a <para>, you can insert a <table> element, but not an
<informaltable>.  Btw, there<br>
was no problem processing this file with xml2jar in Scilab 5.0.<br>
<br>
S.<br>
<br>
<blockquote cite="mid1264606430.13861.8081.camel@korcula.inria.fr"
 type="cite">
  <pre wrap="">You should try with an informaltable.
The following code should work:
    <informaltable border="1">
      <tr>
        <td>java.version</td>
        <td>Java Runtime Environment version</td>
      </tr>
    </informaltable>

Sylvestre


  </pre>
</blockquote>
<br>
</body>
</html>