-2

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

Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
ariso
  • 1,433
  • 6
  • 21
  • 35
  • Please rephrase your question. – Electro Aug 12 '09 at 21:10
  • @Ariso: I didn't add another -1, but Electro is right in that we need more information to respond. For example, could you show an example of the code you're using, the exceptions that XSLT is giving you, etc? – anschauung Aug 12 '09 at 21:56
  • -1 voters are discouraging the community, I lost my interest in answering because ops don't care to up vote and stupid down voters are driving me nuts, this question has nothing wrong in it to get two minus votes. Op is clearly asking for alternative, not solution to his existing problem. – Akash Kava Aug 08 '11 at 18:24

1 Answers1

1

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.

anschauung
  • 3,697
  • 3
  • 24
  • 34
  • Great. let me have a look. It may help me learn another way to convert XHTML to XAML. -- flowdocument xmal – ariso Aug 13 '09 at 13:32