equal
deleted
inserted
replaced
28 <factory name="net.sf.saxon.TransformerFactoryImpl"> |
28 <factory name="net.sf.saxon.TransformerFactoryImpl"> |
29 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
29 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
30 </factory> |
30 </factory> |
31 </xslt> |
31 </xslt> |
32 |
32 |
|
33 <!-- RSS --> |
|
34 <xslt in="${výstup}/atom.xml" out="${výstup}/rss.xml" style="${šablona}/rss.xsl"> |
|
35 <classpath location="/usr/share/java/saxonb-9.0.jar"/> |
|
36 <classpath location="${funkce}"/> |
|
37 <factory name="net.sf.saxon.TransformerFactoryImpl"> |
|
38 <attribute name="http://saxon.sf.net/feature/allow-external-functions" value="true"/> |
|
39 </factory> |
|
40 </xslt> |
|
41 |
|
42 <!-- TODO: Sitemap.xml --> |
|
43 |
33 </target> |
44 </target> |
34 |
45 |
35 <target name="kompiluj-funkce" description=""> |
46 <target name="kompiluj-funkce" description=""> |
36 <mkdir dir="${funkce}"/> |
47 <mkdir dir="${funkce}"/> |
37 <javac |
48 <javac |