XML 검증
Google이 피드를 처리할 수 있도록 피드를 제출하기 전에 XML 스키마 검사기를 사용하세요. XML 파일의 구조를 검증하는 데 도움이 되는 다양한 도구가 있습니다.
xmllint를 사용하여 다음 명령어로 피드의 유효성을 검사할 수 있습니다.
xmllint --schema http://www.google.com/shopping/reviews/schema/product/2.3/product_reviews.xsd \
--noout file.xml
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 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."]]],[]]