एक्सएमएल की पुष्टि करने वाला प्रोग्राम
यह पक्का करने के लिए कि Google आपके फ़ीड को प्रोसेस कर सके, अपना फ़ीड सबमिट करने से पहले, कृपया एक्सएमएल स्कीमा के पुष्टि करने वाले प्रोग्राम का इस्तेमाल करें. एक्सएमएल फ़ाइलों की बनावट की पुष्टि करने में आपकी मदद करने के लिए कई टूल उपलब्ध हैं:
इस निर्देश की मदद से अपने फ़ीड की पुष्टि करने के लिए, आप xmllint का इस्तेमाल कर सकते हैं:
xmllint --schema http://www.google.com/shopping/reviews/schema/product/2.3/product_reviews.xsd \
--noout file.xml
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2020-06-11 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2020-06-11 (UTC) को अपडेट किया गया."],[[["Google Shopping requires XML data feeds to adhere to a specific XML schema for successful processing."],["Use the `xmllint` command with the provided schema URL to validate your XML feed before submission."],["Several alternative tools for XML schema validation are available, including those listed from W3C, Altova, Oxygen, and libxml2."]]],["Validate XML feeds before submitting to Google using an XML schema validator. The `xmllint` command with the Google schema URL verifies the feed structure: `xmllint --schema http://www.google.com/shopping/reviews/schema/product/2.3/product_reviews.xsd --noout file.xml`. Alternative tools for XML validation include resources from W3C, Altova XMLSpy, oXygen XML Editor, and `xmllint` from `libxml2`. These tools help check the structure and validity of the XML files.\n"]]