RE: RE: XML] Re: SIDE NOTE: CIL Schema

"Miller, Brian" <[email protected]> Wed, 12 Jan 2005 09:32:47 -0700
Newsgroups gmane.text.xml.o-xml
Message-ID <[email protected]>
Martin Klang wrote:
>
>I'm otherwise interested in implementing o:XML -> MLML -> bytecode,=20
>using something like BCEL [1] for programmatic code generation.

Why not map o:XML to Java, and then use javac to get bytecode?  Wouldn't
this be easier to develop?


>If I understand Alex G correctly he has accepted this, and is instead=20
>wishing to write code for the JavaScript runtime environment using the=20
>Java source code format.

I wonder, does he intend to use core packages such as java.lang,
java.util, and org.w3c.dom?

Is it for a web application?  If so, would he also generate JavaScript
for inline DHTML attributes, such as onChange or onLoad, or only for
<script> elements?