|
|
@@ -42,6 +42,7 @@
|
|
|
|
|
|
<property name="edge_paths_with_PE.xsl" value="edge_paths_with_PE.xsl"/><!-- stary-->
|
|
|
<property name="edge_paths_with_PE_controll.xsl" value="edge_paths_with_PE_controll.xsl"/><!-- nowy point matrix-->
|
|
|
+ <property name="edge_paths_with_PE_controll.xml" value="edge_paths_with_PE_controll.xml"/>
|
|
|
|
|
|
<property name="edge_paths_with_PE.xml" value="edge_paths_with_PE.xml"/><!-- biale_plamy_from_paths_php_to_place_PE-->
|
|
|
|
|
|
@@ -301,14 +302,14 @@
|
|
|
<target name="edge_paths_with_PE.xml">
|
|
|
<echo message="Wyznaczenie PE na podstawie tras ${edge_paths_with_PE.xml} nowym ${edge_paths_with_PE_controll.xsl} "/>
|
|
|
<delete file="${edge_paths_with_PE.xml}"/>
|
|
|
- <xslt basedir="./" style="${edge_paths_with_PE_controll.xsl}" in="${edge_joins_filled_paths.xml}" destdir="./" out="${edge_paths_with_PE.xml}" >
|
|
|
+ <xslt basedir="./" style="${edge_paths_with_PE_controll.xsl}" in="${edge_joins_filled_paths.xml}" destdir="./" out="${edge_paths_with_PE_controll.xml}" >
|
|
|
<factory name="net.sf.saxon.TransformerFactoryImpl">
|
|
|
<attribute name="http://saxon.sf.net/feature/xinclude-aware" value="true"/>
|
|
|
<!--<attribute name="http://saxon.sf.net/feature/initialMode" value="DITA_PARSE_templ"/>-->
|
|
|
<!--<attribute name="http://saxon.sf.net/feature/initialTemplate" value="asd"/>-->
|
|
|
</factory>
|
|
|
<classpath location="/opt/local/share/java/saxon9he.jar"/>
|
|
|
- <!--<param name="dita_task_template_file_param" expression="main.dita"/>-->
|
|
|
+ <param name="edge_paths_with_PE.xml" expression="${edge_paths_with_PE.xml}"/>
|
|
|
</xslt>
|
|
|
</target>
|
|
|
|