On 6/25/07, oren maurer <[EMAIL PROTECTED]> wrote: > Does anyone know of a Perl module that can convert MS-Word documents > to Wiki markup? (I mainly mean - MediaWiki )
Crazy idea, but why not Save As HTML (perhaps with some Perl driven OLE automation), shake violently with HTML::Tidy -bare -xhtml, sanitize with XML::Twig to scrub away the span/font/width/margin/muck (i.e. almost everything), sprint to HTML, and finally squeeze through HTML::WikiConverter::MediaWiki? > # Please avoid sending me Word | > # or PowerPoint attachments But with this tool you could convert them to MediaWiki syntax! ;) -- Ran Eilam [EMAIL PROTECTED] _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
