From: Gavin_King/Cirrus%<CI...@ci...> - 2002-03-02 05:03:55
|
> What I was really curious about was what had changed that I now need > this, as I'm not doing XSL specific in any of my code. I imagine I've > had the wrong JAR files there from day one, but that nothing in my code > caused them to be needed and I've only just found out. The session factory parses the generic XML -> custom XML stylesheet when its instantiated. This is suboptimal, I suppose, since most people aren't using the XML generation (its not even documented yet). You could parse it lazily, but then you would need a synchronized block, whic i've been avoiding as much as possible. It would be okay in this case. I wish double-checked-locking wouldn't be broken.... |