I thought the existing nant documentation was lacking, and also wanted to
increase my xsl-fu. Hence, I'm converting the existing documentation to XML
and using XSL to get html files. as you can see, I don't use MS' msxsl
command-line util; I use one that's available from
http://www.fh-frankfurt.de/~igor/projects/libxml/ . In case you're horribly
lazy, you can get a pre-done collection of the thing at
www.cyclooctane.com/files/libxslt-in-a-box.zip .

The documentation:
www.cyclooctane.com/files/nant-doc.zip

Pending issues:
        Generalizing conditional additions for stuff like if, unless, verbose,
timeout, and other common attributes. I don't want to do the manual labor
involved in adding commmon boilerplate, and I'd rather factor out as much
text as possible. I've assumed that every task does if, unless, and verbose,
but I'd like something like <attributeset alsoincludes='timeout quux bar'>
or something like that.

Comments and constructive criticism welcome.

P.S. I also give my e-mail out as [EMAIL PROTECTED], by the way.


_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to