Your problem statement is not precise enough to give an exact answer, but essentially there are two options: * if you need to look the XML at different steps in the pipeline, try using views: http://cocoon.apache.org/2.0/userdocs/concepts/views.html * if you need to debug inside of the XSLT, have a look at: http://www.ibm.com/developerworks/xml/library/x-debugxs.html
>>> On 2008/08/15 at 08:08, in message <[EMAIL PROTECTED]>, "student csu" >>> <[EMAIL PROTECTED]> wrote: My log level is already like this then how to go for debugging ? I haveto see the xml that is combining the xslt.........Please answer me. <root> <priority value ="debug" /> <appender-ref ref="COCOON_DEFAULT" /> </root> </log4j:configuration> As I have to debug the xslt and see what school is doing here ? <xsl:template match="//school" mode="ab"> <xsl:choose> <xsl:when test=" not(fees/feesList)" > <h1>my Account </h1> Thanks, su -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be found at http://www.csir.co.za/disclaimer.html. This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks Transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
