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
This commit is contained in:
Brian Rosenberger 2013-11-26 20:30:39 +00:00
parent 3376f9e5db
commit c96909e192

View File

@ -13,6 +13,11 @@
<property name="base.dir" value="${htmldir}" /> <property name="base.dir" value="${htmldir}" />
<target name="merge"> <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" /> <xsl.xinclude in="${docbooksource}/BruteXServices_User_Guide.xml" out="${docbooksource}/BruteXServices_User_Guide.dbk" />
</target> </target>