Re: XSL on Pocket PC 2003 using Visual Studio .NET by John
John
Mon Sep 08 11:16:55 CDT 2003
PocketPC 2003 ships MSXML 2.0, so if you're willing to have part of your
code be native that makes this call then you can use the builtin MSXML
TransformNode call. Note that since MSXML 2.0 is old, it supports the old
XSL but not the newer XSLT transformations.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2003 Microsoft Corporation. All rights
reserved.
"Pascal D." <pascalforum@yahoo.fr> wrote in message
news:bji12e$271$1@s1.read.news.oleane.net...
> Hi all,
>
> According to what I read it seems that XSLTransform is not embedded in
.NET
> Compact Framework.
>
> So I am looking for a piece of code I could use to apply an XSL on a XML
> (the equivalent of TransformNode) in a Pocket PC 2003 environment. Do you
> have any idea, solution or work around ?
>
> Thanks a lot.
>
> Best regards,
>
> Pascal D.
>
>