Change NameSpace in XML Systematically

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minjacks
    New Member
    • Jan 2016
    • 3

    Change NameSpace in XML Systematically

    Hello.

    We have a .xml file where before we import it into our application, we have to change the NameSpace (don't get me started on that... but we just have to.)

    Is it possible to use Access to do it systematically? I know I can import and export XML in Access. So, is there any VBA code that I could write to change the NameSpace?

    Thanks!
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    what about simple string replacement using any programming language you know?

    Comment

    Working...