Validate your Landing pages feed (formerly Points of sale (POS) feed)

Microsoft provides the PointsOfSale XSD that you use to validate your landing pages feed before sending it to Microsoft. This saves time and round trips by catching document syntax errors. You should always validate your feed file before sending it to Microsoft. Because the PointsOfSale XSD references the PrivateRates XSD, you'll need to copy it locally, too.

The following example shows using xmllint to validate the SamplePointsOfSale.xml feed file.

xmllint.exe --schema point_of_sale.xsd SamplePointsOfSale.xml