[Expat-discuss] expat from javascript?

Karl Waclawek karl@waclawek.net
Wed, 18 Sep 2002 11:59:15 -0400



> Hi all,

> does anyone know if expat can be used from javascript (or jscript, for ASPages)? 
> Appreciate any info...

You would likely have to write an ActiveX wrapper for Expat,
since that is how you can get external APIs into JavaScript, AFAIK.

Since you require Windows anyway, I would suggest the easiest course
of action would be to use MSXML4.

Karl