First of all, please don't include the entire contents of a totally
unrelated message when you post to the list.  What's the point of that?

Second, please include _relevant_ information, such as compiler, OS, etc.
Otherwise, trying to diagnose problems is impossible.

Dave



                                                                                
                                  
                    Arun Ramdas                                                 
                                  
                    <[EMAIL PROTECTED]        To:     
[email protected]                                     
                    de.com>              cc:                                    
                                  
                                         Subject:     problems while linking    
                                  
                    01/29/2002                                                  
                                  
                    12:42 PM                                                    
                                  
                                                                                
                                  
                                                                                
                                  





When i link Xalan libraries with my source, i get the following error

i am using xalan version 1.2

Undefined symbol
First referenced in
XSLTInputSource::XSLTInputSource(basic_istream<char, char_traits<char>>*)
sa_xmlmsg_formatter.o
ios_base::Init::Init(void)              svrinit.o
ios_base::Init::~Init(void)              svrinit.o

Let me attach the code piece

        1) int theResult = 0;

        2) istrstream   theXSLStream(TemplateMessage,
strlen(TemplateMessage));

        3) theResult =
theXalanTransformer.compileStylesheet(&theXSLStream, theCompiledStylesheet)
;


if i comment line no 3, the first error is gone.


Can anyone help me with this?

Thanks
Arun


Reply via email to