Xalan C++ - TestXSLT.exe

Subject: Xalan C++ - TestXSLT.exe
From: "Way, Janet" <JWay@xxxxxxxxxxx>
Date: Thu, 24 Feb 2000 17:38:32 -0600
I downloaded Xalan_C_0_19_0-win32.zip and Xerces_C_src_1_0_1.zip.

Then I compiled TestXSLT.exe in MSVC++ 6.0.

When I run from the command line as so...

	testxslt -IN story.xml -XSL story.xsl -OUT story.html -HTML

the program crashes in xsltMain on the following line:

	stylesheet->process(sourceTree, rTreeTarget);

During stylesheet->process, there is an assert(rootRule) which fails
because the rootRule was not found, and the m_defaultRootRule was
not set.

I'm just trying to run the program as downloaded. Obviously I'm missing
something. Can someone who has done this please help me get started?

THANK YOU!!! 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread