Re: Using the CSS-validator from C++?

* Nick Kew wrote:
>I'm interested in integrating CSS validation into mod_validator[1],
>which currently offers markup validation.  Rather than reinvent the
>wheel, I'd like to re-use existing W3C code.
>
>This implies either converting the Java source code to C++ (or C)
>source, or (more likely) compiling the Java to a .so which I can
>then link to.  The gcj compiler appears to support the latter, but
>I haven't found documentation on how to do it, let alone use the
>API that will give me, so I'm looking for help.

Any progress?

Received on Monday, 7 July 2003 01:31:44 UTC