Added a comment how to use the xsl.xinclude ant task

git-svn-id: https://brutex.net/svn/xservices/trunk@144 e7e49efb-446e-492e-b9ec-fcafc1997a86
xservices-jre6
Brian Rosenberger 2013-11-26 20:30:39 +00:00
parent 3376f9e5db
commit c96909e192
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@
<property name="base.dir" value="${htmldir}" />
<target name="merge">
<!-- XInclude support comes with Eclipse XML Tools Project,
the Ant target needs to be executed in the Eclispe Workspace JRE
in order to get found. Any custom project specific runtime
may not work.
-->
<xsl.xinclude in="${docbooksource}/BruteXServices_User_Guide.xml" out="${docbooksource}/BruteXServices_User_Guide.dbk" />
</target>