Hi all!
Just been playing around with sab. and received this message:
perl: ./engine/parser.cpp:145: Bool
TreeConstructer::parseUsingSAXForAWhile(): Assertion `!theOutputter' failed.
Aborted
Basically, I have a root.xsl script which makes a couple of decisions. It
"includes" a second level script which in turn includes four other scripts.
The scripts work fine elsewhere (M$XML) and I've stripped them down anyway.
From the log results:
sabcmd --log-file=out root.xsl data.xml
Parsing 'file:/home/steve/root.xsl'...
Parsing 'file://mainhtml.xsl'...
Parse done in 0.002 seconds
Parsing 'file://asksearch.xsl'...
Parse done in 0.005 seconds
If anyone could explain this I would greatly appreciate it :)
TIA
S.