• 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

XML

 
Ranch Hand
Posts: 295
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello there,

I have two questions to ask :

1. I have 7 .xsd files and I am validating my xml file but the problem is when program runs it says one of xsd is pointing to another xsd file which is not allowed and which is true. I realize that error but please can you tell is there any other solution for this problem I want to use array of xsd files or please let me other solution if possible.


2. Can I iterate my xml file without knowing the elements or attribute name if its possible then please tell me.

thanks in advance

gurpreet
reply
    Bookmark Topic Watch Topic
  • New Topic