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 1gHeJP-0005zl-GR for pgsql-docs@arkaria.postgresql.org; Wed, 31 Oct 2018 00:24:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gHeJL-0008Fs-Kf for pgsql-docs@arkaria.postgresql.org; Wed, 31 Oct 2018 00:24:39 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1gHeJL-0008Fl-EK for pgsql-docs@lists.postgresql.org; Wed, 31 Oct 2018 00:24:39 +0000 Received: from [59.5.211.76] (helo=postgresql.kr) by magus.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gHeJD-0007hY-AA for pgsql-docs@lists.postgresql.org; Wed, 31 Oct 2018 00:24:37 +0000 Received: from [192.168.0.18] (unknown [220.75.242.202]) by postgresql.kr (Postfix) with ESMTPSA id 118BB5FD46; Wed, 31 Oct 2018 09:24:26 +0900 (KST) Subject: Re: question, converting version 11 sgml files at once. To: Peter Eisentraut , pgsql-docs@lists.postgresql.org References: <0e28c560-9106-0741-7561-4ed7a1e329ac@2ndquadrant.com> From: Ioseph Kim Message-ID: Date: Wed, 31 Oct 2018 09:24:25 +0900 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <0e28c560-9106-0741-7561-4ed7a1e329ac@2ndquadrant.com> 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 Thanks! That is what I was looking for. I'm trying to use a sgml2xml.pl script. Regards, Ioseph 2018년 10월 29일 19:09에 Peter Eisentraut 이(가) 쓴 글: > On 19/10/2018 10:04, Ioseph Kim wrote: >> 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 :) > There is not a single method. The process was a combination of manual > work supported by ad hoc scripts. Some of them have been posted in the > "DocBook 5.x" thread. If you follow the above commits you know what > needs to be done, and you can do it step by step, as we have done. >