A
adam
Hi
we have a need to store data on a PDA running pocket
pc2003 in an encrypted form which we do as xml, and then
transform it to html for display.
we are currently trying to use an embedded C# app with
the html viewer control to display the html. We chose
this over pocket IE because if the user turns off the
device with pocket IE showing, and then the device is
stolen, when switched on it will display the unencrypted
data.
The problem is how to transform the (decrypted) XML using
XSLT into HTML. We have have read that the compact
framework doesnt support xslt. This really surprised us
with the whole focus of dotnet on xml. Also, pocket IE
runs the transforms fine.
Is there a way of transforming the xml to html
(preferably using our stylesheet)?
(We can manage the decryption etc. fine).
Thanks
Adam
we have a need to store data on a PDA running pocket
pc2003 in an encrypted form which we do as xml, and then
transform it to html for display.
we are currently trying to use an embedded C# app with
the html viewer control to display the html. We chose
this over pocket IE because if the user turns off the
device with pocket IE showing, and then the device is
stolen, when switched on it will display the unencrypted
data.
The problem is how to transform the (decrypted) XML using
XSLT into HTML. We have have read that the compact
framework doesnt support xslt. This really surprised us
with the whole focus of dotnet on xml. Also, pocket IE
runs the transforms fine.
Is there a way of transforming the xml to html
(preferably using our stylesheet)?
(We can manage the decryption etc. fine).
Thanks
Adam