build.xml
changeset 8 ad0ee12d13fd
parent 7 5b46493979c9
child 9 71275159d985
     1.1 --- a/build.xml	Sun Apr 03 16:51:06 2011 +0200
     1.2 +++ b/build.xml	Sun Apr 03 17:44:58 2011 +0200
     1.3 @@ -30,6 +30,17 @@
     1.4  			</factory>
     1.5  		</xslt>
     1.6  		
     1.7 +		<!-- RSS --> 
     1.8 +		<xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl">			
     1.9 +			<classpath location="/usr/share/java/saxonb-9.0.jar"/>
    1.10 +			<classpath location="${funkce}"/>			
    1.11 +			<factory name="net.sf.saxon.TransformerFactoryImpl">
    1.12 +				<attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/>				
    1.13 +			</factory>
    1.14 +		</xslt>
    1.15 +		
    1.16 +		<!-- TODO: Sitemap.xml -->
    1.17 +		
    1.18  	</target>
    1.19  	
    1.20  	<target name="kompiluj-funkce" description="">