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.

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.
>
>



Re: XSL on Pocket PC 2003 using Visual Studio .NET by John

John
Wed Sep 10 14:00:04 CDT 2003

No, I'm afraid that there's no plans to upgrade the MSXML version for
existing PPC 2003 and earlier devices. The next version of PocketPC may
(but I don't think is guaranteed to yet) ship with MSXML3.

John

"Pascal D." <pascalforum@yahoo.fr> wrote in message
news:bjmr13$55t$1@s1.read.news.oleane.net...
> Thanks a lot John. Is there any plan to include MSXML 4 ?
>
> Best regards,
>
> Pascal.
>
>



Re: XSL on Pocket PC 2003 using Visual Studio .NET by Pascal

Pascal
Thu Sep 11 10:52:58 CDT 2003

Thanks a lot. I'll try to make all this works !



Re: XSL on Pocket PC 2003 using Visual Studio .NET by Frank

Frank
Sat Sep 13 13:04:45 CDT 2003

You could of course, get an open source code base and build to run on the
PPC with your own xml parser and xslt engines .. see apache.org

"Pascal D." <pascalforum@yahoo.fr> wrote in message
news:bjmr13$55t$1@s1.read.news.oleane.net...
> Thanks a lot John. Is there any plan to include MSXML 4 ?
>
> Best regards,
>
> Pascal.
>
>