Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 149195
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:05:31+00:00 2026-05-11T09:05:31+00:00

I was just wondering if someone could give my XML validation code a once

  • 0

I was just wondering if someone could give my XML validation code a once over to see if I’m doing it right. Here’s the portion of code that is giving me the trouble…

SAXParserFactory factory = SAXParserFactory.newInstance();  SchemaFactory schemaFactory = SchemaFactory     .newInstance(XMLConstants.W3C_XML_SCHEMA_NS_URI);  // *** CODE FAILS ON THE BELOW LINE **/ factory.setSchema(schemaFactory     .newSchema(new Source[] { new StreamSource(schemaStream) }));  SAXParser parser = factory.newSAXParser();  SAXReader reader = new SAXReader(parser.getXMLReader()); reader.setValidation(false); reader.setErrorHandler(new ResultProducingErrorHandler()); reader.read(content); 

Whenever I run the above code, I get an error along the lines of:

src-resolve: Cannot resolve the name 'ns:myStructure' to a(n) 'type definition' component. 

The elements mentioned in the error messages are all ones that are imported into the schema via calls to <xs:import />. The schema seems to validate OK via the W3C XML Schema Validator.

Do I have to include each of these schema’s individually or is Java smart enough to go off and fetch these extra schema’s too? I tried adding them in the array passed to the newSchema call but that didn’t make any difference.

I don’t think I can give out the link to the schema, so I’m really just looking for a yes or no regarding if my code looks at least acceptable.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:05:32+00:00Added an answer on May 11, 2026 at 9:05 am

    Ensure that the xs:import statements point to paths that are reachable from the current directory of your application. The current directory may not be what you think it is.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm just wondering if it's possible, and if so could someone lead me into
Just wondering if a .NET app can be compiled down to native machine code
Just wondering what little scripts/programs people here have written that helps one with his
Was wondering if someone could assist with some Postgres. I have a table which
just wondering if anyone knows of a truly restful Put/delete implementation asp.net mvc preview
Just wondering if there is an easy way to add the functionality to duplicate
Just wondering why people like case sensitivity in a programming language? I'm not trying
Just wondering what the difference between BeginInvoke() and Invoke() are? Mainly what each one
Just wondering where is best to put functionality in an MFC application that is
Just wondering what the difference between MFC control messages prefixed with the following is:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.