I need to display an xml using xslt transformation in WebBrowser control in Windows Phone 7.1. I saved xml and xsl files into isolated file storage. Then I did
uxWebBrowser.Source = new Uri(xmlFileName, UriKind.Relative);
......
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="mytransf.xsl"?>
<root>
<ta>foo<ta>
</root>
但是,我只看到“foo”,没有任何变化。 从根本上说,它不处理我在上文描述的脑膜炎。 其结果总是一样的。 见WebBrowser不能找到我的翻译。 我确信,这一档案存在于正确的地方。 有趣的是,在Windows Telephone 7.0中,所有东西都是罚款。
如何解决这一问题的想法?