On 06.Jul.2001 -- 02:20 PM, Morrison, John wrote:
> BTW, how do you debug your logicsheets?

Well, not very different from what we did here, actually. Since XSL
error messages are not very nicely formated when delivered through C2
and it takes longer to debug in context I usually debug the XSL part
by manually invoking xalan (since it is included in C2 anyway, just
set up the classpath and start it like 
    java org.apache.xalan.xslt.Process -IN $IN -XSL $XSL -OUT $OUT $@
). When the XSL is OK, find the indicated line in the error message
from C2 log and give it a good sharp look.

There're a number of XSL tools around that might help to debug that
part -- although I found none of the free ones really superior to the
above, but then I haven't tried the xsl-processing mode for emacs yet.

Usually the hard stuff is the XSL.

        Chris.

-- 
C h r i s t i a n       H a u l
[EMAIL PROTECTED]
    fingerprint: 99B0 1D9D 7919 644A 4837  7D73 FEF9 6856 335A 9E08

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to