Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Boell Fischer   on Mar 30 In Java Category.

  
Question Answered By: Hadil Khan   on Mar 30

I read ccppschema-20030226.xsd and the error.
I guess you have an illegal character in that schema,
and i think it is Double Quote (").
Read the error  message again:

** ERROR: Non-whitespace characters are not allowed  in schema
elements **

You don't receive error before BitsPerPixel entity,
i see them free of Double Quote in their comments.
and I guess the same error occurred for "CPU", "ColorCapable"
"InputCharSet" and other entities that their comment includes
Double Quote.

Share: