http://bugzilla.wpkg.org/show_bug.cgi?id=251 --- Comment #4 from Rainer Meier <r.meier at wpkg.org> --- The templates do not contain a mix of namespaces and path. I am using schemaLocation instead of noNamespaceSchemaLocation. When using schemaLocation the schema is specified along with a location hint (the relative path to XSD). It validates perfectly in Eclipse XML editor. <packages:packages xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wpkg.org/packages ../../xsd/packages.xsd" > So the XML editor either knows the schema location for http://www.wpkg.org/packages or uses relative path to locate it. -- Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. |