[xsl] Using XSL on Pocket IE

Subject: [xsl] Using XSL on Pocket IE
From: anita.jena@xxxxxxxx
Date: Wed, 07 Aug 2002 09:10:08 +0100
> The Microsoft website states that "MSXML on Pocket PC also provides
> support for XSL".
> 
> But when I try to read my XML file (with a built-in ref to its XSL
> stylesheets) it doesn't pull any XML through, displaying only the static
> HTML formatting tags that I've added to the stylesheet.
> 
> Has anyone tried transforming files with XSL on Pocket IE? I suspect my
> problem is to do with MSXML - I've developed the stylesheet using MSXML 4
> (latest version), and I think an older version sits on my Pocket PC (HP
> Jornada 568).
> When I tried to build a stylesheet from scratch that would work on my
> pocket PC, I noticed that the following W3C declaration won't work:
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
> version="1.0">
> 
>  but this one will:
> <xsl:stylesheet version="1.0" xmlns:xsl="uri:xsl">
> 
> what's the difference? but with this declaration, it seems like the
> <xsl:apply-templates/> rule isn't recognised. Which basically screws up
> the structure of my entire XSL document. Should I be thinking about using
> another parser (e.g. Saxon?)
> 
> Hope you can help, I'm really stuck. Thanks in advance
> 
> Anita Jena
> 
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread