Im not the familiar with namespace usage in xml. When trying to us mx 7 to
parse this im getting this message:

"The prefix "xmlns" cannot be bound to any namespace explicitly; neither can
the namespace for "xmlns" be bound to any prefix explicitly."

Not sure what these means in plain English. Should the xmlna point to a dtd
that defines the elements "products" ?

Any help would be great,

Thanks

gabe


<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0" xmlns:products="http://www.w3.org/2000/xmlns/";>
<channel>
<title>xxx Store Data Feed</title>
<category>xxx</category>
<description>xxx data feed for product search results</description>
<item>
<pubDate>Fri,  2 Sep 2005 10:27:29 -0700</pubDate>
<title><![CDATA[UFC Embroidered Logo Sweatshirt]]></title>
<link>http://test.test.com/detail.php?p=1933</link>
<description><![CDATA[Black hooded sweatshirt with xx logo embroidered on
front and sleeve.]]></description>
<guid>http://test.test.com/detail.php?p=1933</guid>
<products:id>1933</products:id>
<products:show_name><![CDATA[UFC Store]]></products:show_name>
<products:rank>1</products:rank>
<products:image_url>http://test.test.com/img/product/screens/00001933-031815
..jpg</products:image_url>
<products:image_height>85</products:image_height>
<products:image_width>85</products:image_width>
<products:retail_price>44.95</products:retail_price>
<products:sale_price>44.95</products:sale_price>
</item>
</channel>
</rss>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217405
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to