• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Need Help! XSD schema

 
Ranch Hand
Posts: 202
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded a tag (Bread Crumb Trail Tag) from the TopCoder. According to its Usage Notes, I could find the BreadCrumbTrailSchema.xsd in the downloaded docs folder.

But, I could not find that XSD schema anywhere. And I even used Google to search for it.

I am thinking to development the XSD schema to get around the problem. And I need help because I do not have the schema knowledge.

The XML file, which needs a XSD schema, looks like the one shown below. And where am I supposed to put the XSD schema (provided that I could have the help in developing it) in my application structure to parse that XML file? Thank you very much in advance.
 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It may be better to ask them directly where their schema is.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic