> -----Original Message-----
> From:
> [mailto:]
>
> I tried the command twice (once where I manually constructed it from
> the sysproperties you gave and once from the command you gave in the
> email, which turned out to be the same length - so I guess they were
> identical). It seems to help some. However, it does not appear to be
> doing xinclude, because the output is (after 40 seconds of waiting):
>
> Making portrait pages on USletter paper (8.5inx11in)
> xi:include encountered in book, but no template matches.
> xi:include encountered in book, but no template matches.
> xi:include encountered in book, but no template matches.
You need a namespace declaration for XInclude in
Engineering_Optimization.xml.
Also, versions of of Xerces before 2.5.0 (I think), had no support for
XInclude. I use Xerces 2.8.0 myself.
Yet another gotcha to watch out for is the namespace URI for XInclude which
has changed in confusing ways a couple of times. The official URI is
http://www.w3.org/2001/XInclude, but some versions of Xerces expect it to be
http://www.w3.org/2003/XInclude.
/MJ