G
Guest
Guest
Archived from groups: microsoft.public.pocketpc (More info?)
hi there
I'm battling against the lack of documentation for PIE 2003, and wonder
if anyone has any idea about support for XSLT?
In particular, the "eXtensible" bit, I'd like to define new namespaces and
functions therein. Actually, the namespace bit isn't important
What documentation I've got suggests that PIE supports msxml2, which
means that <xsl:script implements-namespace="custom"> should allow
me to define and use functions like <xsl:value-of
select="custom:doThing()"/>
and, lo, it parses just fine which implies that the tag names are - at
least -
recognised by PIE but it utterly fails to recognise the namespace or
function
subsequently.
Can anyone verify that this isn't supported by PIE (wouldn't be surprised
but,
as it's an exception to the msxml2 rule, I am surprised it's not mentioned
in
those places where PIE limitations _are_ discussed)? Or can anyone help me
in finding ways to get this to work? It might just be that I've got the
blah:xmlns
declarations wrong for PIE, for instance.
Anyway, I'm pretty sure that I can live without it by trundling through the
DOM and doing text fixups as appropriate, but if I could build it into the
stylesheet directly, it would be many times less effort and much cleverer.
many thanks for any pointers - if anyone wants to start a pocketIE survivors
group, I'm in...
ed
hi there
I'm battling against the lack of documentation for PIE 2003, and wonder
if anyone has any idea about support for XSLT?
In particular, the "eXtensible" bit, I'd like to define new namespaces and
functions therein. Actually, the namespace bit isn't important
What documentation I've got suggests that PIE supports msxml2, which
means that <xsl:script implements-namespace="custom"> should allow
me to define and use functions like <xsl:value-of
select="custom:doThing()"/>
and, lo, it parses just fine which implies that the tag names are - at
least -
recognised by PIE but it utterly fails to recognise the namespace or
function
subsequently.
Can anyone verify that this isn't supported by PIE (wouldn't be surprised
but,
as it's an exception to the msxml2 rule, I am surprised it's not mentioned
in
those places where PIE limitations _are_ discussed)? Or can anyone help me
in finding ways to get this to work? It might just be that I've got the
blah:xmlns
declarations wrong for PIE, for instance.
Anyway, I'm pretty sure that I can live without it by trundling through the
DOM and doing text fixups as appropriate, but if I could build it into the
stylesheet directly, it would be many times less effort and much cleverer.
many thanks for any pointers - if anyone wants to start a pocketIE survivors
group, I'm in...
ed