> 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,
As far as I remember, the http://www.w3.org/2000/xmlns/ uri as a very special meaning (visit that url to learn more). So you can't use it. If you change the uri to something else (like http://www.myself.org/2000/xmlns/) it works. Hope it could help ---------------------------- Massimo Foti Tools for ColdFusion and Dreamweaver developers: http://www.massimocorner.com ---------------------------- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217416 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

