xsl-list
[Top] [All Lists]

Re: Re: [xslt transform & grouping] Using the Muenchian Method?

2004-10-06 05:24:59
Hi,


I figured out something:

I tried to use other namespace in XSLT file.

<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl"/>

Now, I don't get the same error.
So I must be able to configure the processor in the XSLT Namespace or something.

I am using version 3.0 by default in IE.

Check this article:

http://www.perfectxml.com/articles/xml/XSLTInMSXML.asp


--Michael

From: David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] Re: [xslt transform & grouping] Using the Muenchian Method?
Date: Wed, 6 Oct 2004 12:59:06 +0100

> using System.Xml.Xsl;
>
> and parse it trows an error.

So you have several choices.

1) report it as a bug to Microsoft and hope they supply a fix.
2) use a different processor (eg msxml) and look into integrating that
   into your application.
3) use System.Xml.Xsl and re-write the stylesheet  not to trigger the
   bug. For such a simple stylesheet that is almost certainly possible
   but hard to offer any advice as (unless some page somewhere has an
   explict bug description) It would amount to basically re-writing the
   code to "equivalent" expressions and then just experimenting to see
   if they work on the broken processor.

Depending on circumstances any of these is a plausible way forward.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--+------------------------------------------------------------------
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>
--+--


_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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