SOURCE=29-ns-policy.xml

TARGET=$(SOURCE:%.xml=%.html)

$(TARGET): $(SOURCE)
	xsltproc $(HOME)/specs/2004/ws/addressing/xmlspec-addressing.xsl  $< > $@
