On Fri, 28 Jun 2002, Stephane Bailliez <[EMAIL PROTECTED]> wrote: > btw can someone explain why the xml catalog stuff in xsltprocess is > done via reflection ? what's the reason rather than casting to a > (TraXLiaison) and call the method ?
So that XSLTProcess can be compiled without TraxLiaison. This has been my naive attempt to have <xslt> without requiring TraX to compile (which doesn't work as the catalog stuff itself still requires it). Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
