pginstaller - pginst: Use DOM-based loops instead of XSL tro build the C

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Use DOM-based loops instead of XSL tro build the C
Date: 2004-12-04 17:34:06
Message-ID: 20041204173406.7A962AAED6E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use DOM-based loops instead of XSL tro build the C code. For some reason the XML parser got very confused when the XSL wasn't in the same encoding as the XML input/output, and generated some very interesting output... Not as fast, but much more correct this way.

Also, force translation regeneration in wixobj build step to make sure wxs files are correctly updated.

Modified Files:
--------------
pginst:
Makefile (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.diff?r1=1.27&r2=1.28)
pginst/util:
translate.vbs (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/translate.vbs.diff?r1=1.1&r2=1.2)

Removed Files:
-------------
pginst/util:
gencsource.xsl
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/gencsource.xsl)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2004-12-04 17:49:56 pginstaller - pginst: Add Brazilian Portuguese translation (not
Previous Message User Mha 2004-12-04 17:10:25 pginstaller - pginst: Remove unnecessary hard-coding of default ENCODING