Menu

remove extra spaces in xml

2007-07-11
2012-11-13
  • Nobody/Anonymous

    Hi, not sure how to do this.

    I have a large xml file with lots of extra spaces within the xml tags as shown below.
    example:

    <xmltag>foo bar               </xmltag>

    i want it to look like this:

    <xmltag>foo bar</xmltag>

    Thanks for the help!

     
    • Nobody/Anonymous

      thanks pshute, that works!  I didnt even think of that.  I was trying to make an easier fix more complicated.

      :\

       
    • pshute

      pshute - 2007-07-12

      Can't you just find/replace " </" with "</" over and over till they're all gone?