OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: XSL implementation other than Java?

[ Lists Home | Date Index | Thread Index ]
  • From: "David Brownell" <david-b@pacbell.net>
  • To: "Nicolas MONNET" <nico@echange.fr>, <xml-dev@ic.ac.uk>
  • Date: Mon, 12 Jul 1999 21:54:39 -0700

An interesting option:  call the Java code from PERL ... after compiling it
with the"GCJ" native Java compiler that's in the latest GCC (2.95/EGCS).

I understand folk have actually done the "call Java from PERL" bit using
that
compiler, though I've not done it yet myself.  GCJ seems to work in two
modes,
one where it works like "javac" to generate class files, and the other where
it compiles to native code using the same code generator used by C/C++/...
in
that version of GCC.

A minor gotcha -- if you use GCJ as a "javac" replacement you might run into
the issue of it not yet understanding a number of widely used Java 1.1
language
updates, like anonymous arrays, inner classes, and such.  I think the
workaround
there is to use the JDK 1.2 version of "javac" (it's the most correct
compiler,
I ran into problems with three or four others) and then compile those
classfiles.

Also, since this is basically a new runtime ("libgcj" being roughly what JDK
1.1
has) and compiler, it's not yet rock solid.  But for many of the XML-DEV
community, I'd say it can often be an option!

- Dave


----- Original Message -----
From: Nicolas MONNET <nico@echange.fr>
To: <xml-dev@ic.ac.uk>
Sent: Thursday, July 08, 1999 7:18 AM
Subject: XSL implementation other than Java?


>
> I want to use XSL from within a Perl program. So far I have only seen Java
> based XSL engines, and maybe msxsl.dll, which is not of great use for me
> since I'm not running Windows.
>
> Is there any other implementation (or beiginning thereof), available in
> source form? (Free preferably).
>
>


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS