This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Xalan C++ - TestXSLT.exe


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@mulberrytech.com
[mailto:owner-xsl-list@mulberrytech.com]On Behalf Of Way, Janet
Sent: Thursday, February 24, 2000 6:39 PM
To: xsl-list@mulberrytech.com
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]