I download xalan 1.5 rc.  When I tried to compile xpathwrapper, got this
link error
XPathWrapper.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: virtual class xalanc_1_5::XalanDocument *
__thiscall xalanc_1_5::XalanSourceTreeParserLiaison::parseXMLStream(class
InputSource const &,class xalanc_1_5::Xal
anDOMString const &)"
([EMAIL PROTECTED]@xalanc_1_5@@UAEPAVXalanD
[EMAIL PROTECTED]@ABVInputSource@@[EMAIL PROTECTED]@@Z)

The code related is like this

XALAN_USING_XERCES(MemBufInputSource)

                                // parse XML and get root element
                                MemBufInputSource
inStream((XMLByte*)xml, strlen(xml), "foo", false);

                                XalanDocument* const    doc =
theLiaison.parseXMLStream(inStream);

All xalan and xerces libraries are in place.  Otherwise, there will be lot
more errors.  Could anyone give me a hind what's wrong?  Thanks in advance

Tony Chen
LabOne - IS DataNet Group
913-895-2313


This transmission (and any information attached to it) may be confidential and 
is intended solely for the use of the individual or entity to which it is 
addressed. If you are not the intended recipient or the person responsible for 
delivering the transmission to the intended recipient, be advised that you have 
received this transmission in error and that any use, dissemination, 
forwarding, printing, or copying of this information is strictly prohibited. If 
you have received this transmission in error, please immediately notify LabOne 
at the following email address: [EMAIL PROTECTED]


Reply via email to