Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-28 Thread Brian Johnson
Have you looked at Captor http://outerthought.net/captor.html? It works 
on 2.0.x, and can easily be modified to work on 2.1.

On Monday, January 27, 2003, at 05:41  PM, Mark H wrote:

Hi Luca,


I don't use XSLT debuggers, I've just configured logkit to put all 
messages
produced by Xalan into a single log file.

Can you give me an example how you changed logkit.xconf to output Xalan
messages?


LogTransformer, as Antonio pointed out, could be useful too.


Not so sure, it's causing exceptions within the XSLT transformer, 
putting
the log transformer before or after the XSLT transformer doesn't do 
anything
useful.

Thanks,
Mark

-Original Message-
From: Luca Morandini [mailto:[EMAIL PROTECTED]]
Sent: 24 January 2003 11:50
To: [EMAIL PROTECTED]
Subject: RE: XSLT debugger (was RE: .Net port of Cocoon)


Mark,

I don't use XSLT debuggers, I've just configured logkit to put all 
messages
produced by Xalan into a single log file.

LogTransformer, as Antonio pointed out, could be useful too.

Nevertheless, there are a number of XSLT debuggers out there, which, 
if you
save the XML document before the XSLT stage into a file,
could be used to debug your XSLT... but I never tried them.

Regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


-Original Message-
From: Mark H [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 12:20 PM
To: [EMAIL PROTECTED]
Subject: XSLT debugger (was RE: .Net port of Cocoon)



AFAIK, there is no single debugger like this, only a patchwork of

debuggers, one for XSLT, one for Java...

Where can I get hold of a XSLT debugger to use with cocoon? a lot of 
times
cocoon doesn't provide much debugging information when there is 
something
wrong with your stylesheets.

Mark

-Original Message-
From: Luca Morandini [mailto:[EMAIL PROTECTED]]
Sent: 23 January 2003 17:09
To: [EMAIL PROTECTED]
Subject: RE: .Net port of Cocoon


-Original Message-
From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 5:05 PM
To: [EMAIL PROTECTED]
Subject: Re: .Net port of Cocoon




Granted, there is no debugger in Cocoon,



... and shoud not be: all IDEs as well as JDK has debuggers. Use them
remotely or start your servlet engine from under it - in either case 
you
can put breakpoints and debug your Java.

/me goes back to lurking
Vadim

Vadim,

let's get this straight: since Cocoon is composed of many 
technologies, a
Java debugger alone cannot do the work.

I'd like to debug my XSLT, see the parameters' values as they flow 
from
the

sitemap to the XSLT, check every stage's XML output, set
breakpoints in Actions... and more: this is what an ideal Cocoon 
debugger
should do.

AFAIK, there is no single debugger like this, only a patchwork of
debuggers,

one for XSLT, one for Java...


Regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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






-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-27 Thread Mark H
Hi Luca,

I don't use XSLT debuggers, I've just configured logkit to put all messages
produced by Xalan into a single log file.

Can you give me an example how you changed logkit.xconf to output Xalan
messages?

 LogTransformer, as Antonio pointed out, could be useful too.

Not so sure, it's causing exceptions within the XSLT transformer, putting
the log transformer before or after the XSLT transformer doesn't do anything
useful.

Thanks,
Mark

-Original Message-
From: Luca Morandini [mailto:[EMAIL PROTECTED]]
Sent: 24 January 2003 11:50
To: [EMAIL PROTECTED]
Subject: RE: XSLT debugger (was RE: .Net port of Cocoon)


Mark,

I don't use XSLT debuggers, I've just configured logkit to put all messages
produced by Xalan into a single log file.

LogTransformer, as Antonio pointed out, could be useful too.

Nevertheless, there are a number of XSLT debuggers out there, which, if you
save the XML document before the XSLT stage into a file,
could be used to debug your XSLT... but I never tried them.

Regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


 -Original Message-
 From: Mark H [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 24, 2003 12:20 PM
 To: [EMAIL PROTECTED]
 Subject: XSLT debugger (was RE: .Net port of Cocoon)


 AFAIK, there is no single debugger like this, only a patchwork of
 debuggers, one for XSLT, one for Java...

 Where can I get hold of a XSLT debugger to use with cocoon? a lot of times
 cocoon doesn't provide much debugging information when there is something
 wrong with your stylesheets.

 Mark

 -Original Message-
 From: Luca Morandini [mailto:[EMAIL PROTECTED]]
 Sent: 23 January 2003 17:09
 To: [EMAIL PROTECTED]
 Subject: RE: .Net port of Cocoon


  -Original Message-
  From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, January 23, 2003 5:05 PM
  To: [EMAIL PROTECTED]
  Subject: Re: .Net port of Cocoon

  
  Granted, there is no debugger in Cocoon,
  
 
  ... and shoud not be: all IDEs as well as JDK has debuggers. Use them
  remotely or start your servlet engine from under it - in either case you
  can put breakpoints and debug your Java.
 
  /me goes back to lurking
  Vadim

 Vadim,

 let's get this straight: since Cocoon is composed of many technologies, a
 Java debugger alone cannot do the work.

 I'd like to debug my XSLT, see the parameters' values as they flow from
the
 sitemap to the XSLT, check every stage's XML output, set
 breakpoints in Actions... and more: this is what an ideal Cocoon debugger
 should do.

 AFAIK, there is no single debugger like this, only a patchwork of
debuggers,
 one for XSLT, one for Java...


 Regards,

 -
Luca Morandini
GIS Consultant
   [EMAIL PROTECTED]
 http://utenti.tripod.it/lmorandini/index.html
 -


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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






-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Mark H
AFAIK, there is no single debugger like this, only a patchwork of
debuggers, one for XSLT, one for Java...

Where can I get hold of a XSLT debugger to use with cocoon? a lot of times
cocoon doesn't provide much debugging information when there is something
wrong with your stylesheets.

Mark

-Original Message-
From: Luca Morandini [mailto:[EMAIL PROTECTED]]
Sent: 23 January 2003 17:09
To: [EMAIL PROTECTED]
Subject: RE: .Net port of Cocoon


 -Original Message-
 From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 23, 2003 5:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: .Net port of Cocoon

 
 Granted, there is no debugger in Cocoon,
 

 ... and shoud not be: all IDEs as well as JDK has debuggers. Use them
 remotely or start your servlet engine from under it - in either case you
 can put breakpoints and debug your Java.

 /me goes back to lurking
 Vadim

Vadim,

let's get this straight: since Cocoon is composed of many technologies, a
Java debugger alone cannot do the work.

I'd like to debug my XSLT, see the parameters' values as they flow from the
sitemap to the XSLT, check every stage's XML output, set
breakpoints in Actions... and more: this is what an ideal Cocoon debugger
should do.

AFAIK, there is no single debugger like this, only a patchwork of debuggers,
one for XSLT, one for Java...


Regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Antonio Gallardo
Check:

http://xml.apache.org/cocoon/userdocs/transformers/log-transformer.html

Antonio

Mark H dijo:
AFAIK, there is no single debugger like this, only a patchwork of
 debuggers, one for XSLT, one for Java...

 Where can I get hold of a XSLT debugger to use with cocoon? a lot of
 times cocoon doesn't provide much debugging information when there is
 something wrong with your stylesheets.

 Mark

 -Original Message-
 From: Luca Morandini [mailto:[EMAIL PROTECTED]]
 Sent: 23 January 2003 17:09
 To: [EMAIL PROTECTED]
 Subject: RE: .Net port of Cocoon


 -Original Message-
 From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 23, 2003 5:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: .Net port of Cocoon

 
 Granted, there is no debugger in Cocoon,
 

 ... and shoud not be: all IDEs as well as JDK has debuggers. Use them
 remotely or start your servlet engine from under it - in either case
 you can put breakpoints and debug your Java.

 /me goes back to lurking
 Vadim

 Vadim,

 let's get this straight: since Cocoon is composed of many technologies,
 a Java debugger alone cannot do the work.

 I'd like to debug my XSLT, see the parameters' values as they flow from
 the sitemap to the XSLT, check every stage's XML output, set
 breakpoints in Actions... and more: this is what an ideal Cocoon
 debugger should do.

 AFAIK, there is no single debugger like this, only a patchwork of
 debuggers, one for XSLT, one for Java...


 Regards,

 -
Luca Morandini
GIS Consultant
   [EMAIL PROTECTED]
 http://utenti.tripod.it/lmorandini/index.html
 -


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




RE: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Luca Morandini
Mark,

I don't use XSLT debuggers, I've just configured logkit to put all messages produced 
by Xalan into a single log file.

LogTransformer, as Antonio pointed out, could be useful too.

Nevertheless, there are a number of XSLT debuggers out there, which, if you save the 
XML document before the XSLT stage into a file,
could be used to debug your XSLT... but I never tried them.

Regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


 -Original Message-
 From: Mark H [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 24, 2003 12:20 PM
 To: [EMAIL PROTECTED]
 Subject: XSLT debugger (was RE: .Net port of Cocoon)


 AFAIK, there is no single debugger like this, only a patchwork of
 debuggers, one for XSLT, one for Java...

 Where can I get hold of a XSLT debugger to use with cocoon? a lot of times
 cocoon doesn't provide much debugging information when there is something
 wrong with your stylesheets.

 Mark

 -Original Message-
 From: Luca Morandini [mailto:[EMAIL PROTECTED]]
 Sent: 23 January 2003 17:09
 To: [EMAIL PROTECTED]
 Subject: RE: .Net port of Cocoon


  -Original Message-
  From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, January 23, 2003 5:05 PM
  To: [EMAIL PROTECTED]
  Subject: Re: .Net port of Cocoon

  
  Granted, there is no debugger in Cocoon,
  
 
  ... and shoud not be: all IDEs as well as JDK has debuggers. Use them
  remotely or start your servlet engine from under it - in either case you
  can put breakpoints and debug your Java.
 
  /me goes back to lurking
  Vadim

 Vadim,

 let's get this straight: since Cocoon is composed of many technologies, a
 Java debugger alone cannot do the work.

 I'd like to debug my XSLT, see the parameters' values as they flow from the
 sitemap to the XSLT, check every stage's XML output, set
 breakpoints in Actions... and more: this is what an ideal Cocoon debugger
 should do.

 AFAIK, there is no single debugger like this, only a patchwork of debuggers,
 one for XSLT, one for Java...


 Regards,

 -
Luca Morandini
GIS Consultant
   [EMAIL PROTECTED]
 http://utenti.tripod.it/lmorandini/index.html
 -


 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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





 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Martin Dulisch
sunBow (a plug in for eclipse) has a XSLT Trace feature. It is not
binded to cocoon. But it is very helpfull to find bugs in stylesheets.
You can find it here: http://radio.weblogs.com/0108489/

Martin

- Original Message -
From: Mark H [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 24, 2003 12:20 PM
Subject: XSLT debugger (was RE: .Net port of Cocoon)


 AFAIK, there is no single debugger like this, only a patchwork of
 debuggers, one for XSLT, one for Java...

 Where can I get hold of a XSLT debugger to use with cocoon? a lot of
times
 cocoon doesn't provide much debugging information when there is
something
 wrong with your stylesheets.

 Mark

 -Original Message-
 From: Luca Morandini [mailto:[EMAIL PROTECTED]]
 Sent: 23 January 2003 17:09
 To: [EMAIL PROTECTED]
 Subject: RE: .Net port of Cocoon


  -Original Message-
  From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, January 23, 2003 5:05 PM
  To: [EMAIL PROTECTED]
  Subject: Re: .Net port of Cocoon

  
  Granted, there is no debugger in Cocoon,
  
 
  ... and shoud not be: all IDEs as well as JDK has debuggers. Use
them
  remotely or start your servlet engine from under it - in either
case you
  can put breakpoints and debug your Java.
 
  /me goes back to lurking
  Vadim

 Vadim,

 let's get this straight: since Cocoon is composed of many
technologies, a
 Java debugger alone cannot do the work.

 I'd like to debug my XSLT, see the parameters' values as they flow
from the
 sitemap to the XSLT, check every stage's XML output, set
 breakpoints in Actions... and more: this is what an ideal Cocoon
debugger
 should do.

 AFAIK, there is no single debugger like this, only a patchwork of
debuggers,
 one for XSLT, one for Java...


 Regards,

 -
Luca Morandini
GIS Consultant
   [EMAIL PROTECTED]
 http://utenti.tripod.it/lmorandini/index.html
 -


 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

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





 
-
 Please check that your question  has not already been answered in
the
 FAQ before posting.
http://xml.apache.org/cocoon/faq/index.html

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



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-24 Thread Antonio Gallardo
I already tried sunBow and is very fine. Is at his early stages but
promise a good future.

I am also looking for a XSP debbuger. Where I can find it?

Antonio Gallardo.

Martin Dulisch dijo:
 sunBow (a plug in for eclipse) has a XSLT Trace feature. It is not
 binded to cocoon. But it is very helpfull to find bugs in stylesheets.
 You can find it here: http://radio.weblogs.com/0108489/

 Martin

 - Original Message -
 From: Mark H [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, January 24, 2003 12:20 PM
 Subject: XSLT debugger (was RE: .Net port of Cocoon)


 AFAIK, there is no single debugger like this, only a patchwork of
 debuggers, one for XSLT, one for Java...

 Where can I get hold of a XSLT debugger to use with cocoon? a lot of
 times
 cocoon doesn't provide much debugging information when there is
 something
 wrong with your stylesheets.

 Mark

 -Original Message-
 From: Luca Morandini [mailto:[EMAIL PROTECTED]]
 Sent: 23 January 2003 17:09
 To: [EMAIL PROTECTED]
 Subject: RE: .Net port of Cocoon


  -Original Message-
  From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]]
  Sent: Thursday, January 23, 2003 5:05 PM
  To: [EMAIL PROTECTED]
  Subject: Re: .Net port of Cocoon

  
  Granted, there is no debugger in Cocoon,
  
 
  ... and shoud not be: all IDEs as well as JDK has debuggers. Use
 them
  remotely or start your servlet engine from under it - in either
 case you
  can put breakpoints and debug your Java.
 
  /me goes back to lurking
  Vadim

 Vadim,

 let's get this straight: since Cocoon is composed of many
 technologies, a
 Java debugger alone cannot do the work.

 I'd like to debug my XSLT, see the parameters' values as they flow
 from the
 sitemap to the XSLT, check every stage's XML output, set
 breakpoints in Actions... and more: this is what an ideal Cocoon
 debugger
 should do.

 AFAIK, there is no single debugger like this, only a patchwork of
 debuggers,
 one for XSLT, one for Java...


 Regards,

 -
Luca Morandini
GIS Consultant
   [EMAIL PROTECTED]
 http://utenti.tripod.it/lmorandini/index.html
 -


 
 -
 Please check that your question  has not already been answered in
 the
 FAQ before posting.
 http://xml.apache.org/cocoon/faq/index.html

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





 
 -
 Please check that your question  has not already been answered in
 the
 FAQ before posting.
 http://xml.apache.org/cocoon/faq/index.html

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



 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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