Thursday, 5 February 2015

Windows RT XsltProcessor not work



In my App(run on windows surface),I need to transform the xml to html. (xslDoc is a custom xslt document) I used the XsltProcessor processor = new XsltProcessor(xslDoc);


It's always show the "Error HRESULT E_FAIL has been returned from a call to a COM component."


My environment: OS:windows 8 IDE: VS 2013 Express


In windows RT, is there another way to transform xml to html?


No comments:

Post a Comment