Files
CXML/doc/GNUmakefile
dlichteblau 21aa3df3bd <li>Fixed attributes to carry an lname even without when occurring
without a namespace.</li>

      <li>Klacks improvements: Incompatibly changed
      klacks:find-element and find-event to consider the current event
      as a result.  Added klacks-error, klacks:expect, klacks:skip,
      klacks:expecting-element.</li>
2007-03-04 18:30:40 +00:00

6 lines
165 B
Makefile

all: dom.html index.html installation.html klacks.html quickstart.html sax.html xmls-compat.html
%.html: %.xml html.xsl
xsltproc html.xsl $< >$@.tmp
mv $@.tmp $@