In earlier versions of Xalan (not sure how much earlier - I'm upgrading from 1.3), TracerEvent had a public data member m_styleNode (it still does) with a method getXSLToken(). This method still exists, but it's a bit broken. It returns an integer, per the documentation, but the Constants class no longer defines integer constants, but rather XalanDOMString constants, so how am I supposed to know the token type that is returned from getXSLToken, since I have nothing to compare the results to?

--
Nick



Reply via email to