xsl-list
[Top] [All Lists]

RE: Yahoo shopping feed, XSLT choking on xmlns

2005-08-26 07:24:37
Take a look at this XML feed:
http://api.shopping.yahoo.com/ShoppingService/v1/productSearch?results=5
&appid=yahoodemo&query=cheese

The <ResultSet> node has an attribute:
xmlns="urn:yahoo:prods"

XSL is choking on that attribute. If I remove it, my transformation
proceeds fine. But - in the real world, I can't edit the incoming XML. I
only have control over my XSL sheet.

I've been trying for 3 days to make an XSLT that will transform that
into HTML.
I'm using Microsoft .NET, XSL version 1.0

Can anyone help me?
A little sample XSL code that gets past the <ResultSet> node is all I'll
need
~ i



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