From: Xavier V. <xav...@fr...> - 2004-04-24 13:35:10
|
Hello list, especially Javier ! I've began to write the dtd and xsl files for a xslt-based framework for documentation. The tarball contains : dtd/doc.dtd <- the dtd for the documentation format tmp/example.xml <- an example file, process with 'xsltproc xsl/doc.xsl tmp/example.xml > tmp/example.html' xsl/*.xsl <- the xsl files, the main one is doc.xsl which includes all the others. This is a 'technology preview', so don't expect it to do somethink useful ;) For the moment, it generates good xhtml code, which needs a css file, and there are a lot of unimplemented tags in info. Moreover, we 'll have to define all the xhtml tags we want in the dtd and the xhtml.xsl file, so it'll be quite long. What do you think about this ? Bye ! |