Transforming XML

  • Thread starter Thread starter Carsten
  • Start date Start date
C

Carsten

Hi,

I need the possibility to transform xml with xslt into
html on smart devices running windows ce .net 4.2. Can
anybody tell me when this missing feature will be
implemented by microsoft or does anybody know a workaround?

Thanks,

Carsten
 
Hi Chris,

I tried to use the MSXML(msxml3.dll) COM-object on a
device running Windows CE .net 4.1. I didn't manage to
find the transformNode-method in the COM-object. In the
MSDN-help for transformNode I found this:
"This method is only valid if the XSLT feature has been
included in the operating system (OS). If a call to this
method is made and XSLT is not supported, an error message
will be returned."
Could you please explain me in more detail how CE 4.2
supports XSL and how to use it?

Thanks a lot

Carsten
 
Carsten,

Make sure XSLT is included into platform builder image.

This article might be of help:
http://msdn.microsoft.com/library/en-us/wceoak40/html/coconMSXMLImplementati
onConsiderations.asp

Best regards,

Ilya

--------------------
Content-Class: urn:content-classes:message
From: "Carsten" <[email protected]>
Sender: "Carsten" <[email protected]>
References: <[email protected]>
Subject: Re: Transforming XML
Date: Wed, 6 Aug 2003 02:42:28 -0700
Lines: 48
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcNb/wzSat+HV3pFQRWulWMxeFZ6ag==
Newsgroups: microsoft.public.dotnet.framework.compactframework
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.compactframework:30259
NNTP-Posting-Host: TK2MSFTNGXS01 10.40.2.125
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework

Hi Chris,

I tried to use the MSXML(msxml3.dll) COM-object on a
device running Windows CE .net 4.1. I didn't manage to
find the transformNode-method in the COM-object. In the
MSDN-help for transformNode I found this:
"This method is only valid if the XSLT feature has been
included in the operating system (OS). If a call to this
method is made and XSLT is not supported, an error message
will be returned."
Could you please explain me in more detail how CE 4.2
supports XSL and how to use it?

Thanks a lot

Carsten

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top