1.1 --- a/build.xml Sun Apr 03 16:34:42 2011 +0200
1.2 +++ b/build.xml Sun Apr 03 16:51:06 2011 +0200
1.3 @@ -21,14 +21,15 @@
1.4 </target>
1.5
1.6 <target name="agregace" description="Vytvoří agregované výstupy: RSS, Atom, Sitemap.xml">
1.7 + <!-- Atom -->
1.8 <xslt in="${vstup}/web.conf" out="${výstup}/atom.xml" style="${šablona}/atom.xsl">
1.9 - <param name="konfigurák" expression="../vstup/web.conf"/>
1.10 <classpath location="/usr/share/java/saxonb-9.0.jar"/>
1.11 <classpath location="${funkce}"/>
1.12 <factory name="net.sf.saxon.TransformerFactoryImpl">
1.13 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
1.14 </factory>
1.15 - </xslt>
1.16 + </xslt>
1.17 +
1.18 </target>
1.19
1.20 <target name="kompiluj-funkce" description="">