You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"XMLReader::read(): Element 'phone': This element is not expected. Expected is one of ( platform, version, agency, email, currencies )."
Exception!
URL: https://3234444.com/export/yandex_yml4_.xml
Problem cause is XMLSchema in yml.xsd file provided with ymlparser. There is no phone node. While Shop class have it.
"XMLReader::read(): Element 'phone': This element is not expected. Expected is one of ( platform, version, agency, email, currencies )."
Exception!
URL: https://3234444.com/export/yandex_yml4_.xml
Problem cause is XMLSchema in yml.xsd file provided with ymlparser. There is no phone node. While Shop class have it.
Solution is to use corrected schema file.
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
The text was updated successfully, but these errors were encountered: