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?
 
Back
Top