diff --git a/Makefile b/Makefile index 4baecd3..d75dbac 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ events.ics: include default.mk -%.atom: %.xml +%.atom: %.xml xsl/atom.xsl java -classpath $(CLASSPATH) net.sf.saxon.Transform -o $@ $< $(ROOT)/xsl/atom.xsl $(XSLTARGS) sed -i 's| xmlns=""||' $@ diff --git a/xsl/common.xsl b/xsl/common.xsl index a449bbd..1cb5dfc 100644 --- a/xsl/common.xsl +++ b/xsl/common.xsl @@ -11,6 +11,8 @@
+ +