Convert xml to html using ant build
Hi,
i am trying to obtain html fil from xml files using ant build in eclipse.
I am using docbook xml 1.74.0..
When i try and build build.xml file it gives me error in xsl file present in docbook..
The error is as follows,
[xslt] : Error! Syntax error in '* or $generate.index != 0'.
[xslt] : Error! file:/C:/Eclipse/eclipse-rcp-ganymede-SR1-win32/eclipse/New%20Folder/newfoldertrial/docbook-xsl-1.74.0/html/autotoc.xsl: line 373: Error parsing XPath expression '* or $generate.index != 0'.
[xslt] : Error! file:/C:/Eclipse/eclipse-rcp-ganymede-SR1-win32/eclipse/New%20Folder/newfoldertrial/docbook-xsl-1.74.0/html/autotoc.xsl: line 373: Required attribute 'test' is missing.
Can anyone resolve this?