Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: include file problem: namespaces?

From: Joe Kesselman <keshlam-nospam@-------.--->
To: NULL
Date: 5/4/2006 11:48:00 PM

Remember, inclusion in XML is semantic, NOT string based.

Your external entity doesn't define a default namespace, nor does it use 
prefixes bound to a namespace. Ergo, its elements are NOT in any 
namespace. Ergo, they are NOT the same as the ones in the namespace. 
That's exactly what the error message is telling you:

 > Element 'FeatureValueSet': This element is not expected. Expected is
 >  ( {http://lodl.ldc.upenn.edu/ParadigmDefn.xsd}FeatureValueSet ).
 >  TestSuite/bug.Defn.xml fails to validate

You provided a <FeatureValueSet>; it expected a
<FeatureValueSet xmlns="http://lodl.ldc.upenn.edu/ParadigmDefn.xsd">, or
<foo:FeatureValueSet 
xmlns:foo="http://lodl.ldc.upenn.edu/ParadigmDefn.xsd">, or something 
equivalent.

Fix your external entity.

-- 
() ASCII Ribbon Campaign  | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent