• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Create XML DOM with schema

 
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Using xerces 2.0.1 and the W3C DOM API, I'm generating an XML DOM tree. I would like to set attriubtes on the root element to specify a schema to be used later for validation during parsing. Here is a fragment of the latest code that I've tried:

Also, here is the relevant fragment of output from my JUnit TestCase:

I would appreciate very much any help you could offer to allow me to move forward.
Thanks,
Craig
 
reply
    Bookmark Topic Watch Topic
  • New Topic