2011-10-19 10 views
5

Instalé Magento. Cuando lo abro con eclipse o Zend Studio, muestra un montón de errores relacionados con XML. No estoy muy seguro de por qué está sucediendo. ¿Alguien sabe cómo solucionar este problema?Magento 1.6 XML errors

Los siguientes son los primeros errores. Pero hay alrededor de 212 errores y 1225 advertencias.

-------------------------------------------------------------------------------------- 
Description Resource Path Location Type 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/Api/etc line 111 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/Catalog/etc line 956 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/CatalogInventory/etc line 76 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/Checkout/etc line 571 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/Customer/etc line 252 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/Directory/etc line 64 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/GiftMessage/etc line 88 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl.xml /Magento/app/code/core/Mage/Sales/etc line 871 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'binding' is not valid with respect to its type, 'NCName'. wsdl2.xml /Magento/app/code/core/Mage/Api/etc line 167 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'wsdl:binding' is not valid with respect to its type, 'NCName'. wsi.xml /Magento/app/code/core/Mage/Api/etc line 290 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'wsdl:binding' is not valid with respect to its type, 'NCName'. wsi.xml /Magento/app/code/core/Mage/Catalog/etc line 1531 XML Problem 
cvc-attribute.3: The value '{{var wsdl.handler}}Binding' of attribute 'name' on element 'wsdl:binding' is not valid with respect to its type, 'NCName'. wsi.xml /Magento/app/code/core/Mage/CatalogInventory/etc line 107 XML Problem 

Gracias,

+0

Tiene un problema similar con CE 1.9.1 – tzvi

Respuesta

0

Lo sentimos, no es la respuesta completa a su problema:

  • has necesitado mirar en Ventana> Preferencias> Validación?

No sé qué tocar exaclty para eliminar estos errores y advertencias.

Desactivar el validador XML debería ser el truco, pero supongo que no es aceptable ya que queremos que este validador se ejecute.

Quizás alguien sepa cómo escribir una regla (XML Validator> Configuración> Agregar regla) que eliminará los errores.