Search code examples
wpfxamlxhtmlconvertersflowdocument

Convert XHTML to XAML FlowDocument


Does anybody invent a workable converter program that can convert XHTML file to FlowDocument xml file?

I need this because my XHTML document have nested tag and it make my converter xslt thrown exceptions.

any ideas?

I appericate all replys and your times.

Best regards -Ariso


Solution

  • In advance of the revisions requested above:

    Microsoft has a demo of how to convert XAML to XHTML and vice-versa. This should get you most of the way to where you're going.