practice-golang / edit-xml

xml editing practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple xml editing using etree

Each "main" package folders works as below

  • edit-xml : change something in computer.xml
  • set-filezilla-config : When run Filzilla, it change Notepad2 & Last local directory settings in filezilla.xml
    • Filezilla can be used as portable mode with fzdefaults.xml
    • I'v wanted to set local folder of filezilla to my working folder and notepad2.exe too.
    • Need set previously environment variable "FILEZILLA_ROOT"

Folder tree which I'm using

Parent
├─filezilla : comment #1
│  ├─config : comment #2
│  ├─docs
│  ├─locales
│  └─resources
└─notepad2

Comment
#1 fzdefaults.xml , set-filezilla-config.exe , set "FILEZILLA_ROOT = %cd%"
#2 filezilla.xml

About

xml editing practice


Languages

Language:Go 100.0%