Skip to content

Commit

Permalink
Version 1.5. Extra white space is now removed from XML documents.
Browse files Browse the repository at this point in the history
- added development environment info to README.md
- added removeEmptyTextNodes() method to Tools.java
- added calls to this method to:
  + parseDocument()
  + loadDocument()
  + saveDocument()
  + exportToXML1() // affects the clone only
  + exportToXML3() // affects the clone only
- saved the object pool XML files with the extra white spaces
  removed
  • Loading branch information
moehman committed Nov 13, 2019
1 parent 2e674b4 commit a8db07c
Show file tree
Hide file tree
Showing 5 changed files with 559 additions and 700 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ the IsoAgLib format with some minor changes.

![Screenshot](screenshot.png)

Please read the manual for more information!

Current development environment:
* OS: Windows 7 (but should work on Windows 10 as well)
* IDE: NetBeans 11.2
* Java: jdk-13.0.1


# PoolEdit Parser

Expand Down
Loading

0 comments on commit a8db07c

Please sign in to comment.