On 2/15/2011 1:52 AM, tresh tresh wrote:
Jammy, many thanks, but there's no such a file : these are dlls in the
package:


18.09.2002  23:45            40 960 DOMSupport_1_4_0.dll
18.09.2002  23:56           110 592 Harness_1_4_0.dll
18.09.2002  23:45           217 088 PlatformSupport_1_4_0.dll
18.09.2002  23:45            53 248 XalanDOM_1_4_0.dll
18.09.2002  23:49            77 824 XalanEXSLT_1_4_0.dll
18.09.2002  23:49            40 960 XalanExtensions_1_4_0.dll
18.09.2002  23:46           143 360 XalanSourceTree_1_4_0.dll
18.09.2002  23:50            94 208 XalanTransformer_1_4_0.dll
18.09.2002  23:46           196 608 XercesParserLiaison_1_4_0.dll
18.09.2002  23:45            98 304 XMLSupport_1_4_0.dll
18.09.2002  23:57            24 576 XPathCAPI_1_4_0.dll
18.09.2002  23:56            28 672 XPathWrapper.dll
18.09.2002  23:47           393 216 XPath_1_4_0.dll
18.09.2002  23:49           663 552 XSLT_1_4_0.dll
18.09.2002  23:50            69 707 DOMSupport_1_4_0D.dll
18.09.2002  23:57           180 296 Harness_1_4_0D.dll
18.09.2002  23:50           372 816 PlatformSupport_1_4_0D.dll
18.09.2002  23:50            90 185 XalanDOM_1_4_0D.dll
18.09.2002  23:55           147 531 XalanEXSLT_1_4_0D.dll
18.09.2002  23:55            82 000 XalanExtensions_1_4_0D.dll
18.09.2002  23:51           331 856 XalanSourceTree_1_4_0D.dll
18.09.2002  23:56           163 921 XalanTransformer_1_4_0D.dll
18.09.2002  23:51           381 012 XercesParserLiaison_1_4_0D.dll
18.09.2002  23:50           159 819 XMLSupport_1_4_0D.dll
18.09.2002  23:57            41 034 XPathCAPI_1_4_0D.dll
18.09.2002  23:56            49 222 XPathWrapper.dll
18.09.2002  23:53           811 078 XPath_1_4_0D.dll
18.09.2002  23:55         1 339 461 XSLT_1_4_0D.dll

maybe, there's one which is identical to xalan-c_1_4_0.dll so that I can
only rename it, but i've no idea which one.
Xalan-C 1.4 was not built as a single, monolithic library. The vendor of your application must have built a custom version of Xalan-C that put all of the code into one library. You might want to contact the vendor.

Another possibility is to download the Xalan-C 1.5 source archive and use the .dsp and .dsw files from that distribution as a model for creating one that will build Xalan-C 1.4 as a single DLL.

However, you have no idea what changes your vendor made, or how they built the library, so there's no guarantee that will work.

If you need to follow up on this, please post questions about Xalan-C to the Xalan-C users list:

http://xml.apache.org/mail.html#xalan-c-users

Note you'll need to subscribe before you post.

Dave

Reply via email to