Jean Jordaan escribi?: > 'lo there > >>> I am looking for a process or procedure to import or copy and paste tables >>> from MS Word into the XMLmind/XMLEditor as quickly as possible? > > Before I've tried to export Word as HTML, and then use regexps and > macros in Vim to munge that to DocBook tables. > Pain.
Instead of using regexps and macros in Vim, a better approach could be to use HTMLTidy to clean-up the exported HTML code and *convert* it to XHTML. Then use a XSLT transform to convert HTML tables to DocBook tables. Hope this helps. -- Manuel Collado - http://lml.ls.fi.upm.es/~mcollado

