I use to process DocBook and generate PDF/HTML with a Maven plugin (docbkx)... and I'm wondering how to process DocBook with MSBuild or XBuild. Has anyone already tried it? Does it work?
Asked
Active
Viewed 56 times
0
-
So far there is no existing MSBuild extension/task for DocBook. You either call DocBook command line utilities directly in your MSBuild script, or develop your own extension and tasks. – Lex Li Jun 07 '13 at 09:37
-
I know there is no plugin... but it should be possible just using a xslt task or whatever... isn't it? – j3d Jun 08 '13 at 07:42