Re: [xsl] Processing Stylesheet with multiple namespaces

Subject: Re: [xsl] Processing Stylesheet with multiple namespaces
From: "Joe Fawcett" <joefawcett@xxxxxxxxxxx>
Date: Fri, 21 Sep 2007 14:38:08 -0500
Michael

Did you try the one I posted?


Joe http://joe.fawcett.name

----- Original Message ----- From: "Michael Daniloff" <mdanilof@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Friday, September 21, 2007 1:51 PM
Subject: RE: [xsl] Processing Stylesheet with multiple namespaces



I downloaded and installed Saxon 8.9 for .net
framework.

Still get "o:ole" attribute in the output.

But I had to put "w" prefix back to OLEObject element
to get the desired output.

Thanks,

Michael

-------------- In reply to -------------
I ran your stylesheet with Saxon 8.7.3 and the o:ole
attribute did not
appear in the output. I then put back the w:
namespace on

<xsl:apply-templates select="OLEObject"/>

which became

<xsl:apply-templates select="w:OLEObject"/>

and this too, did not appear in the output.

There is nothing wrong with your stylesheet. There is
something wrong
with your XSLT processor.
--
Charles Knell
cknell@xxxxxxxxxx - email



____________________________________________________________________________________
Yahoo! oneSearch: Finally, mobile search
that gives answers, not web links.
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC

Current Thread