We already know about these warnings. This is a problem with the compiler,
not the code. You can ignore it.
Dave
Arun Ramdas
<[EMAIL PROTECTED] To:
[email protected]
com> cc: (bcc: David N
Bertoni/CAM/Lotus)
Subject: compilation warnings in
new version
02/01/2002 05:34
PM
the following pieces of code were compiling fine under Xalanc 1.2 and
Xerces
1.5.1 but give out warnings under Xalan C 1.3 and Xerces 1.6
Code Piece1
istrstream theXSLStream(TemplateMessage, strlen(TemplateMessage));
194: theResult =
theXalanTransformer.compileStylesheet(&theXSLStream, the
CompiledStylesheet);
Code Piece 2
istrstream theXMLStream1(request, strlen(request));
ostrstream transformed_msg;
275: result = theXalanTransformer.transform(&theXMLStream1, compiledsheet,
transfor
med_msg);
Warnings
"sa_xmlmsg_formatter.cpp", line 194: Warning (Anachronism):
XSLTInputSource::XSLTInputSource(const XSLTInputSource&) is not accessible
from GetTransformedMsg(SA_AlertTemplate_s*, DOM_Node, char*, char**).
"sa_xmlmsg_formatter.cpp", line 194: Note: Type "CC -migration" for more on
anachronisms.
"sa_xmlmsg_formatter.cpp", line 275: Warning (Anachronism):
XSLTInputSource::XSLTInputSource(const XSLTInputSource&) is not accessible
from apply_transformation(char*, XalanCompiledStylesheet*, char**).
2 Warning(s) detected.