Doug
Mon Oct 31 08:43:54 CST 2005
Thanks for the response and link. I think the drawback here is that msxml3
is not included in the PocketPC 2003 package, even though it is apparently
available in the CE 4.2 catalog (i had not known this). PPC includes the
msxml2 package instead, so only some XSL support is available.
- DP
"Christian Schwarz" <nospam@microsoft.com> wrote in message
news:3sklloFoi2heU1@individual.net...
>> Related to a question I asked in the Compact Framework group, I need a
>> mechanism to execute XSLT transforms on the PocketPC 2003 platform.
>> Ideally this would be something I can build into my own app but I suppose
>> launching a third party app programmatically would not be out of the
>> question. Any suggestions? Thanks.
>
> Why not using the unmanaged msxml3.dll? It supports xslt transformation.
> Of course, using it from managed code (.NET CF) requires an unmanaged
> wrapper...
>
> Take a look here:
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcexmlxs/html/ceconXSLTDevelopersGuide.asp
>
> Christian
>