RE: Xalan C++ - TestXSLT.exe

Subject: RE: Xalan C++ - TestXSLT.exe
From: "Linda Derezinski" <linda@xxxxxxxxxxxxxx>
Date: Thu, 24 Feb 2000 20:00:27 -0500
Janet the command line parameters are the cause of your problems

Testxslt -in file:///dir/otherdir/story.xml -xsl
file:///dir/otherdir/story.xsl -out story.out

Linda Derezinski
Interface & Control Systems Inc.

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Way, Janet
Sent: Thursday, February 24, 2000 6:39 PM
To: xsl-list@xxxxxxxxxxxxxxxx
Subject: Xalan C++ - TestXSLT.exe

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


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


Current Thread