I have been looking around for word .doc -> xml converters for a while. The docvert approach seems promising ( http://holloway.co.nz/docvert/index.html ). It uses openOffice batch conversion to achieve the transformation. It does so by invoking: "C:\Program Files\OpenOffice.org 2.0\program\soffice.exe" %1 macro://macros/Standard.convert.toOasisOpenDocumentFormat(%2,%3)
Let's say I wanted to do this in Cocoon, as a Generator, giving a file as parameter. What would the best approach then be? Any ideas? Regards Hans --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
