[Mono-list] XSLT debugging ...

2006-11-24 Thread Michael Meeks
Hi guys, So - I have this (horribly complicated) zip + XSLT + C# application with this much XSLT goodness: resources find -name '*.x??' | xargs cat | wc -l 54915 And of course, since there is -at-least- 1 bug somewhere in it, everything blows up, and I get these beautiful

Re: [Mono-list] XSLT debugging ...

2006-11-24 Thread Michael Meeks
Hi Atsushi, On Fri, 2006-11-24 at 13:36 +0900, Atsushi Eno wrote: So - my question is - how do people debug 55k lines of XSLT ? :-) and - more to the point, when something fails how do we get a decent 'stack trace' from the XSLT code ? [ I tried adding some 'Call Template' tracing debug

Re: [Mono-list] XSLT debugging ...

2006-11-23 Thread Atsushi Eno
Hello, And of course, since there is -at-least- 1 bug somewhere in it, everything blows up, and I get these beautiful exception stacks (one of which I append for your pleasure) :-) [ of course the bug may be in the template processor too, hard to say, allegedly it works on Win32 ;-) ].