Skip to content

Removes double spaces in XML source to avoid double space in output

License

Notifications You must be signed in to change notification settings

WanEye/DITA-double-spaces-remover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DITA-double-spaces-remover

Removes double spaces in XML source to avoid double space in output

Prerequisites

You have Python runtime on your copmputer. To verify, type

python --version

If the command output contains "Python" and a version number, your computer can run Python modules.

Installation and usage

  1. Copy remove_double_spaces.py to the directory of your DITA project.
  2. Backup your DITA project.
  3. Open a command line window.
  4. Navigate to your DITA project.
  5. Type the following command. python remove_double_spaces.py

Package contents

  • python remove_double_spaces.py python module
  • DITAtest sample DITA project

About

Removes double spaces in XML source to avoid double space in output

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages