Re: [xsl] RE: Yahoo shopping feed, XSLT choking on xmlns

Subject: Re: [xsl] RE: Yahoo shopping feed, XSLT choking on xmlns
From: Emmanouil Batsis <Emmanouil.Batsis@xxxxxxxxxxx>
Date: Fri, 26 Aug 2005 17:43:25 +0300
Ian Ring wrote:

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"



That is a namespace declaration, not an attribute. If your XSLT is not aware of the namespace, it will probably fail in dealing with nodes under that namespace scope. The short version is that your XSLT will probably work if you add the same (default?) namespace to it.


hth,

Manos

Current Thread