Re: [xsl] RuntimeException : Programmers's assertion from xsl transform

Subject: Re: [xsl] RuntimeException : Programmers's assertion from xsl transform
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 4 Jul 2003 13:56:07 +0100
If you get a java runtime exception from XSLT then that _must_ be a bug
in your system (even if your stylesheet is in error, you should get an
XML parse, or XSLT error, not a low level java fault, except perhaps for
out of memory and similar conditions).

I don't think you said which processor you were using, but anyway it's
probably best to report it to a processor-specific list rather than here
as a bug report for the processor.


> test="$start < $finish"
that one is not well formed XML so if you have literally that
your stylesheet should not have parsed at all.
< needs to be   & l t ;

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread