Author Topic: XML editor  (Read 4298 times)

drmechxico

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
    • View Profile
XML editor
« on: December 30, 2016, 07:06:10 PM »
Is there an app that can edit the XML lists and attributes? I can never save them back in the correct way.

ryuuji

  • Full Member
  • ***
  • Posts: 166
  • Karma: +1/-0
    • View Profile
Re: XML editor
« Reply #1 on: December 30, 2016, 07:06:56 PM »
tried notepad++ ?

drmechxico

  • Newbie
  • *
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: XML editor
« Reply #2 on: December 30, 2016, 07:48:49 PM »
To add a field in every game entry? I don't think I can replace text when a return is involved.

I tried hitting shift+enter but I couldn't make the line longer.

Sent from my LG-LS980 using Tapatalk


Pieter Hulshoff

  • Administrator
  • Hero Member
  • *****
  • Posts: 1534
  • Karma: +46/-14
    • View Profile
    • Towel 42
Re: XML editor
« Reply #3 on: December 30, 2016, 08:01:05 PM »
I'm so happy to use Linux at times. 😀 Joe has no issues with multiline expression based search/replace.

Sent from my SM-G920F using Tapatalk


KMetalMind

  • Newbie
  • *
  • Posts: 44
  • Karma: +1/-0
    • View Profile
Re: XML editor
« Reply #4 on: January 01, 2017, 09:21:54 AM »
I have had that problem for most of the year, but I´ve found a good enough solution on Windows. Surprisingly, MS Office Excel 2003 and later versions support editing XML better than ever many Visual Studio editions. If you already have Excel on your computer give it a try. You can open the XML and edit it easily. In 2003, the only problem is adding new fields, which should be added on Notepad before opening on Excel. Once the XML is edited as an Excel sheet, you can filter, replace, etc, easily  ;)

hundergrn07

  • Newbie
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: XML editor
« Reply #5 on: January 19, 2017, 08:03:08 AM »
If you give notepad++ another go you can use regular expression in conjunction with the text replacement to replace returns and all sorts of things. I think to replace returns its either /n or /r.