RE: [xsl] Processing Stylesheet with multiple namespaces

Subject: RE: [xsl] Processing Stylesheet with multiple namespaces
From: Michael Daniloff <mdanilof@xxxxxxxxx>
Date: Fri, 21 Sep 2007 11:51:32 -0700 (PDT)
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