• 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

SqlXMLReader jar needed

 
Ranch Hand
Posts: 186
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear friends,

I want to populate an XML document from a ResultSet. I need to use SqlXMLReader.

I am new to XML and i am finding it very difficult to understand the file reading and parsing concepts of an XML document.

Could any one provide me with the link of the jar to be downloaded that contains SqlXMLReader?
Which package contains the SqlXMLReader class?

Please provide your help!!

Regards,
Vijay
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What makes you think there is a jar somewhere that contains a class with that name? I ask because when I put that name into an Internet search, the third link that came back was your question. This suggests that there isn't a widely used open-source class of that name. And the first link was a Sun technical tip. But I assume you already did the Internet search and found nothing, although you didn't say that.

If that wasn't what you had in mind, then you should go back to wherever you got the name from and follow up there.
reply
    Bookmark Topic Watch Topic
  • New Topic