Subject: Re: Frustrated with xxx:node-set
From: Dimitre Novatchev <dnovatchev@xxxxxxxxx>
Date: Thu, 2 Jun 2005 08:22:10 +1000
|
On 6/2/05, Karl Stubsjoen <kstubs@xxxxxxxxx> wrote:
> Hi Dimitre, thanks for the tips! Just tested your exMSXSL parser with:
> exmsxsl foobar.xml get_foobar.xsl -o result.xml -u '4.0*ex'
>
> But seems to have produced the same buggy response as msxm4. Could I
> have done something wrong on install?
You have to modify your xslt code: switch from the microsoft namespace to:
"http://exslt.org/common"
Cheers,
Dimitre Novatchev.
> (I dropped the exMsxsl.exe file
> in my Window 32 directory -- after running the setup.exe file)
|