• 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:

How to read xml file with tags..??

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am retrieving(reading) xml data from BLOB,oracle database. But it reads/shows only content of the xml tags, and not the tags. I mean...
BLOB contains binary data as.. <Name> Sandeep </Name>. But it shows/reads only Sandeep. and not the tag <Name></Name>.
Shall I have to set some encoding types during reading...???
Pl. guide..
Thanks in Advance.
Sandeep Oza
 
Chicken Farmer ()
Posts: 1932
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Howdy Sandeep, I'm going to send this to the XML forum, probably better answered there.
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry to bounce you like this, Sandeep, but I think this is related to Oracle-specific features so I'll move this thread into the Oracle forum...
Btw, you might want to post the relevant pieces of your JDBC code and/or the description of the database table your BLOB is in.
reply
    Bookmark Topic Watch Topic
  • New Topic