# File TagTreeScanner.rb, line 788
        def to_xml
                @root.child_tags.inject(''){ |out, tag| out << tag.to_xml }
        end