Close
Results 1 to 8 of 8
  1. #1
    Beer Meister DFBrews's Avatar
    Join Date
    Dec 2010
    Location
    With the classyish Hipsters...Stapleton
    Posts
    3,175

    Default xml file modification

    I have a file that is in .xml format I need to edit some info in it preferably in Excel and than drop it back into .xml any ideas oh wise and all knowing tech guys?
    You sir, are a specialist in the art of discovering a welcoming outcome of a particular situation....not a mechanic.

    My feedback add 11-12 ish before the great servpocaylpse of 2012

  2. #2
    Paintball Shooter enfield's Avatar
    Join Date
    Jan 2011
    Location
    Fort Collins
    Posts
    49

    Default

    XML is just text. Use any text editor, such as notepad.

  3. #3

    Default

    you can save as to XML from Excel when you're done too
    _______________________________________________
    My Feedback
    http://www.ar-15.co/threads/27366-ghettodub




    Quote Originally Posted by Byte Stryke View Post
    Yeah, Leave it to our congress to be bipartisan when it comes to screwing the constitution.
    "Al Qaeda had better benefits than Wal-Mart. Although at Wal-Mart, you get to wear your vest more than once." -- Stephen Colbert

  4. #4
    Machine Gunner Hoosier's Avatar
    Join Date
    Nov 2009
    Location
    Stone City
    Posts
    1,518

    Default

    It is a text file. If your changes are simple, the "open in notepad, Find, change, save" method should work.

    If your changes are more complex, you can find an XML editor. I know there are a number of free ones, but I don't have any personal experience with them.

    http://lmgtfy.com/?q=xml+editor

    H.

  5. #5
    Beer Meister DFBrews's Avatar
    Join Date
    Dec 2010
    Location
    With the classyish Hipsters...Stapleton
    Posts
    3,175

    Default

    Quote Originally Posted by Hoosier View Post
    It is a text file. If your changes are simple, the "open in notepad, Find, change, save" method should work.

    If your changes are more complex, you can find an XML editor. I know there are a number of free ones, but I don't have any personal experience with them.

    http://lmgtfy.com/?q=xml+editor

    H.
    Haha love lmgtfy
    on a work comp so all that stuff is locked down as freeware sharing. Posting from my phone think I got it figured it out though font did not transfer completely right so I will need to adjust. And also the file has abunch of borders and line spaces in html so I got into the source code and changed what was needed just need to fix the font and I should be gtg.
    You sir, are a specialist in the art of discovering a welcoming outcome of a particular situation....not a mechanic.

    My feedback add 11-12 ish before the great servpocaylpse of 2012

  6. #6
    Gong Shooter
    Join Date
    Oct 2006
    Location
    Boulder
    Posts
    360

    Default

    Notepad (assuming Microsoft platform) seems straightforward, and for simple typo fixes it is -- but XML cares deeply about special characters (such as the ampersand), and character encodings sometimes bite. It may look good but then an XML parser down the line may puke it back out.

    I'd recommend an XML editor. If you have this need now, you'll have it again. Best to have a good tool.

  7. #7
    Machine Gunner Hoosier's Avatar
    Join Date
    Nov 2009
    Location
    Stone City
    Posts
    1,518

    Default

    Quote Originally Posted by DFBrews View Post
    Haha love lmgtfy
    on a work comp so all that stuff is locked down as freeware sharing. Posting from my phone think I got it figured it out though font did not transfer completely right so I will need to adjust. And also the file has abunch of borders and line spaces in html so I got into the source code and changed what was needed just need to fix the font and I should be gtg.
    Depending on how sensitive the data you're trying to manipulate is, you might be able to find an on-line XML editor service, where you upload the file, edit it on the web, and download it. Sounds like you've got it sorted though.

    Does your work prevent personal computers on their network?

    H.

  8. #8
    Paper Hunter Storm's Avatar
    Join Date
    Nov 2010
    Location
    Westminster, CO
    Posts
    152

    Default

    If you know what you're doing (i.e. can understand/read/write xml), then use a text editor. Otherwise, I'd try something else (excel perhaps or altova).
    Loyalty Above All Else, Except Honor

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •