--- a/build.xml Sun Apr 03 16:51:06 2011 +0200
+++ b/build.xml Sun Apr 03 17:44:58 2011 +0200
@@ -30,6 +30,17 @@
</factory>
</xslt>
+ <!-- RSS -->
+ <xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl">
+ <classpath location="/usr/share/java/saxonb-9.0.jar"/>
+ <classpath location="${funkce}"/>
+ <factory name="net.sf.saxon.TransformerFactoryImpl">
+ <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>
+ </factory>
+ </xslt>
+
+ <!-- TODO: Sitemap.xml -->
+
</target>
<target name="kompiluj-funkce" description="">