Actually, I want to display a string of HTML inside my Silverlight application. I have not found any solutions that work, I have read that such a control can be done, but it only works when the SL application is out of the browser, which is not an option for me, I thought I was using XAM in HTML I can change here using Microsoft's Examples Classes:
And after that there is a rich textbox control, which is the XAM property I will set the xml string on. However, it throws an argument expression with the "value" (not very useful) text. It seems that when you set this XML property, it will be eligible as an acceptable XML. My HTML is not fancy too, it has several tables (tr and td elements). Here is an example of XAML which works to set up Rich Textbox's XAML property:
gt; & Lt; Table & gt; & Lt; / Table & gt; & Lt; / Flow document & gt; I tried to change the "flow document" with "stream", and that too could not work either. It does not like the "table" element in XAMML. Do I want to complete? Thanks
No comments:
Post a Comment