← Prev in month
← Prev in thread
Re: [xml-dev] What tool can convert the HTML from an Outlook email message into XHTML such that the XHTML is valid in Outlook?
On 30.9.2019 19:39, Costello, Roger L. wrote: > Is there a tool that can convert the HTML generated by Outlook to XHTML, such that the XHTML can be reimported into Outlook? > > If no such tool exists, I will create my own tool. Would XSLT be suitable for such a task? /Roger You can use XSLT as long as you will replace XML parser with HTML parser with XML API: https://about.validator.nu/htmlparser/ I have used this combination to process HTML produced by MS Word. -- ------------------------------------------------------------------ Jirka Kosek e-mail: http://xmlguru.cz ------------------------------------------------------------------ Professional XML and Web consulting and training services DocBook/DITA customization, custom XSLT/XSL-FO document processing ------------------------------------------------------------------ Bringing you XML Prague conference http://xmlprague.cz ------------------------------------------------------------------
← Prev in month
← Prev in thread