How to transform xml to html with xsl

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

It seems that compact framework doesn't support this function, and I can't find a solution for it.Who can give me some advice?

another question:
how to write a wrapper to invoke a COM dll in compact framework?
 
The easiest way would be to write a eVC DLL that internally calls into MSXML
and then returns a string in a buffer supplied by the managed code

--
Alex Feinman
---
Visit http://www.opennetcf.org
Henry said:
It seems that compact framework doesn't support this function, and I can't
find a solution for it.Who can give me some advice?
 
Thanks for your advice,
How to write this dll,I am not familiar with EVC. Would you please give me some detail information?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top