• 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

NameSpace Using Xerces2

 
Ranch Hand
Posts: 71
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello all,

I have a small problem hope you guys help me out with this. I am creating a xml document using Xerces2. And the elements to this document are coming from another document, I have figured out how to add them to the main document(ie, by importing them into the destination document), but the problem here is that I would like to change the namespace of the elements that are getting added to some specific one say, at present the namespace is <jjj:elementname> and want to change it to <aaa:elementname>, can any body tell me how to change the namespace using Xerces2,


Regards
Harish
reply
    Bookmark Topic Watch Topic
  • New Topic