I'm working on some code and we're upgrading the version of xalan we're
using. Unfortunately we ran across this little caveat:
If seems that the xalan XSLT/StyleSheet class has changed.
header for 1.6:
class XALAN_XSLT_EXPORT Stylesheet : protected PrefixResolver
{
header for 1.3
class XALAN_XSLT_EXPORT Stylesheet : public XalanDocument, protected
PrefixResolver
Without the inheritance for the XalanDocument, the getDocumentElement()
cannot be called and unfortunately
we are using this call in some of our code. Are there any workarounds to
this problem? Is there possibly a way
to use a member of the Stylesheet class to call an equivalent function to
do the same thing as getDocumentElement() ?
Z/OS Security Products Development, Tivoli/IBM/Austin,TX
(512)- 436-1225 Tie Line (749)-1225
FAX: (512)-436-1190 Tie Line (749)-1190
Notes Id: John Fake Jr/Endicott/IBM,
Internet Address: [EMAIL PROTECTED]