xsl-list
[Top] [All Lists]

Re: Frustrated with xxx:node-set

2005-06-01 15:32:32
Uggg... just modified the xslt decleration to:

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
        xmlns:fx="http://exslt.org/common";>

..and still miss-behaving : (

Oddly enough, works if I change the 4.0 to 3.0 like this:
exmsxsl foobar.xml get_foobar.xsl -o result.xml -u '3.0*ex'

So wondering if I am still hooked into Microsoft's MSXML Lib somehow.


On 6/1/05, Dimitre Novatchev <dnovatchev(_at_)gmail(_dot_)com> wrote:
On 6/2/05, Karl Stubsjoen <kstubs(_at_)gmail(_dot_)com> 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)

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>