From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Anthony Green" To: Cc: , Subject: Re: property files and character encodings Date: Mon, 10 Sep 2001 21:55:00 -0000 Message-id: <00c501c13a7e$80f03240$5be6b4cd@cygnus.com> References: <200109110303.UAA24057@fencer.cygnus.com> <87zo82csof.fsf@creche.redhat.com> X-SW-Source: 2001-09/msg00021.html Tom wrote: > I just checked in my patch, which is a superset of this one. > There's another case lower down with the same problem. Great! Thanks! With this change I am able to perform xsl translations with Xalan. I've compiled org.apache.xalan.xslt.Process into a program, xsltp, which reads XML and XSL files to generate appropriate output (like HTML). xsltc is another program which compiles XSL files into .class files which may be compiled with gcj and linked with the Xalan runtime to perform similar translations. Xalan is huge - so the fact that we can build and run it is an important milestone in gcj's development. Thanks! AG