xsl-list
[Top] [All Lists]

Re: [xsl] Processing Stylesheet with multiple namespaces

2007-09-21 12:38:42
Michael

Did you try the one I posted?


Joe
http://joe.fawcett.name

----- Original Message ----- From: "Michael Daniloff" <mdanilof(_at_)yahoo(_dot_)com>
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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(_at_)onebox(_dot_)com - email



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

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