In my index.xsp..
<xsp:page
  xmlns:xsp="http://apache.org/xsp/core/v1";
  xmlns:esql="http://apache.org/xsp/SQL/v2";
  xmlns:param="http://axkit.org/NS/xsp/param/v1";
  xmlns:if-param="http://axkit.org/NS/xsp/if-param/v1";
  xmlns:f="http://axkit.org/NS/xsp/perform/v1";
  xmlns:util="http://apache.org/xsp/util/v1";
  language="Perl"
>
...

    <util:include-file name="b.xml" />
... results in ...
[Tue Aug 26 05:47:19 2003] [notice] child pid 2161 exit signal Illegal
instruction (4)

...
      <xi:include href="b.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
... results in ...

 [Tue Aug 26 05:53:29 2003] [notice] child pid 2199 exit signal Illegal
instruction (4)

... Any idea what's going on here?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to