Am Do, den 22.01.2004 schrieb Nicola Ken Barozzi um 18:12:
Anyway, I move the handle-errors in the main sitemap, and there it gets called. It even selects the <map:when test="syntax">, because if I put in there a simple notifier I get the report.
But putting in there even only
<map:generate type="exception"/> <map:serialize type="xml"/>
gives me an empty output.
Wierd, I dunno where to look.
Uhh, I guess where ;-) I had similar problems to get orignal ParseException with xalan. With XSLTC it works.
There it is, I use Xalan! Thanks a bunch, now I now where to look :-)
Xalan used some supid code in the exception handling, something like
try { [...] } catch (Exception e) { throw new SAXException(e.toString()); }
Which make xalan useless if you want select for the exception.
Hmmm...
But using XSLTC and forrest is a different chapter ;-)
;-)
Ok, thanks again.
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------