Hi, Just fooled around with Docbook XSL stylesheets and last version od MSXML (4.0 RTM) and couldn't get it to work : (but it works fine with MSXML 3 SP2)
---- <?xml version="1.0"?> <article> <title>Title</title> <section> <title>Section title</title> <para>Text</para> </section> </article> ---- d:\temp>msxsl -u 4.0 test.xml \utils\docbook\xsl\html\docbook.xsl -o test.htm Error occurred while executing stylesheet '\utils\docbook\xsl\html\docbook.xsl'. Code: 0x80070057 The parameter is incorrect. ---- d:\temp>msxsl -u 3.0 test.xml \utils\docbook\xsl\html\docbook.xsl -o test.htm ---- I'm using msxsl commandline utility as a frontend to MSXML but it is not significant because same behaviour exhibits from other environments ... Anyone has a clue ? Thank you Martin -- Martin Krumpolec <[EMAIL PROTECTED]>
