[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

TransformToFile does not work?

Subject: TransformToFile does not work?
From: "Willemsz, Mervin" <Mervin.Willemsz@xxxxxxxxxxxx>
Date: Thu, 15 Dec 2005 07:16:05 -0700
getprocaddress
Hi all,

Im trying to convert a xml and xsl to an output file.
All the parameters (CString, CString, CString, XalanHandle) are valid.

But the last funtion:
ExecTransFormer(xml, xsl, outfile, Xhndl);
Returns to me -2, and the output file did not come out.

Does anyone know what -2 means and what is going wrong?
Below the code that I use in MFC C++ 6.0.



    // exec transformer
    typedef int (*ExecTransForm) (CString, CString, CString,
XalanHandle);
    CString xml, xsl, outfile;

    xml = "C:\\Xalan\\screen_about.xml";
    xsl = "C:\\Xalan\\screen_about.xsl";
    outfile = "C:\\Xalan\\screen_out.html";

    ExecTransForm ExecTransFormer =
       (ExecTransForm)GetProcAddress(XalanLib, "XalanTransformToFile");

    int i = ExecTransFormer(xml, xsl, outfile, Xhndl);  // gives me -2

Mervin.

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.