Meaningful XML Conversion from Word, RTF, HTML, Text and PDF?

2003-01-10 Thread michael
Hi, Are you looking for ways to improve how you convert existing content into XML? The CambridgeDocs xDoc Converter allows users to convert existing documents (Microsoft Word, RTF, HTML, PDF, Text, etc) into meaningful XML documents ( e.g. DocBook, HRXML, RIXML, IRXML, FPML, DAS-XML, NewsML, an

Re: html -> text

2000-01-08 Thread Brian Butler
Brian Mc Namara <[EMAIL PROTECTED]>: > Is there any command to convert html files to plain text? Yes. $ lynx -dump file-or-URL.html > textfile.txt Then do any 'cleaning-up' of the target textfile. --Brian Butler

Re: html -> text

2000-01-08 Thread Wayne Topa
Subject: html -> text Date: Sat, Jan 08, 2000 at 04:00:43PM - In reply to:Brian Mc Namara Quoting Brian Mc Namara([EMAIL PROTECTED]): >| Is there any command to convert html files to plain text? >| Thanks >| yep, its c

Re: html -> text

2000-01-08 Thread Alisdair McDiarmid
On Sat, Jan 08, 2000 at 04:00:43PM -, Brian Mc Namara wrote: > Is there any command to convert html files to plain text? lynx -dump infile > outfile? -- alisdair mcdiarmid[EMAIL PROTECTED] [the day is done but i'm having fun i think i'm dumb maybe just happ

html -> text

2000-01-08 Thread Brian Mc Namara
Is there any command to convert html files to plain text?     Thanks