Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gDPm4-0008GN-PA for pgsql-docs@arkaria.postgresql.org; Fri, 19 Oct 2018 08:04:48 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gDPm1-0004xs-4t for pgsql-docs@arkaria.postgresql.org; Fri, 19 Oct 2018 08:04:45 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gDPm0-0004xf-Rs for pgsql-docs@lists.postgresql.org; Fri, 19 Oct 2018 08:04:45 +0000 Received: from [59.5.211.76] (helo=postgresql.kr) by makus.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gDPls-0008U7-Ig for pgsql-docs@lists.postgresql.org; Fri, 19 Oct 2018 08:04:42 +0000 Received: from [192.168.0.18] (unknown [220.75.242.202]) by postgresql.kr (Postfix) with ESMTPSA id 487D75FD65; Fri, 19 Oct 2018 17:04:32 +0900 (KST) To: pgsql-docs@lists.postgresql.org, Peter Eisentraut From: Ioseph Kim Subject: question, converting version 11 sgml files at once. Message-ID: Date: Fri, 19 Oct 2018 17:04:31 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: ko-KR X-Host-Lookup-Failed: Reverse DNS lookup failed for 59.5.211.76 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hi. I checked new version 11 doc files. at git.postgresql.org 2017-11-23     Peter Eisentraut    Convert documentation to DocBook XML 2017-10-20     Peter Eisentraut    Convert SGML IDs to lower case 2017-10-17     Peter Eisentraut    Don't use SGML empty tags there were these commit log. I knew today that all sgml files have changed with these commit. I want to change korean sgml files too. How can I change all file at once? I tried with sed, perl, even if python sgml parser coding, unfortunately this work was not easy. Please let me know  secret method :)