php - Xml Category on product feed

Solution:
As per the current version, this is the minimum XML that should pass the published XSD. It doesn't mean it'll work, as functionality built in the service may do additional validation.
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Sample XML generated by QTAssistant (http://www.paschidev.com) -->
<SportsMemorabilia>
<ProductType>SportsMemorabilia</ProductType>
<AuthenticatedBy>AuthenticatedBy1</AuthenticatedBy>
<ConditionProvidedBy>ConditionProvidedBy1</ConditionProvidedBy>
<ConditionRating>ConditionRating1</ConditionRating>
</SportsMemorabilia>
To access the services you need to have an account setup; you have to also fill in the other two elements, at least.
I would strongly suggest you to walk through the document posted here... At least the minimum above should get you over XSD validation errors.
Share solution ↓
Additional Information:
Link To Answer People are also looking for solutions of the problem: warning: undefined array key
Didn't find the answer?
Our community is visited by hundreds of web development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.