# File src/rexml/node.rb, line 27
                def indent to, ind
                        to << " "*ind unless ind<1
                end