• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Eclipse - XSLT Debug - Saxon XSLT Processer

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. I facing some issue with XSLT Debugging  in eclipse (irrespective of version), while using SAXON as XSLT Processor , but is working fine for default  XSLT  Processor  in eclipse, ie xalan.
    As a part of adding new  XSLT Processor  in eclipse for saxon, i have added saxon b and saxon he jars, but from eclipse window it is observed that there is no debugger for SAXON XSLT Processor

Any help will be appreciated.

 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm assuming that you are asking about debugging of the Java source code, am I right? (You could be asking about debugging of the XSLT source code as it executes.) Anyway if I'm right that would be because you don't have the source code for Saxon, so there's nothing available for a debugger to use.
 
adarsh unnithan
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not about debugging through java code for saxon,but about debugging through xslt, since eclipse having that feature. for debugging xslt we have to add corresponding xslt processor to eclipse.so i added saxon, but getting message "saxon xslt processer doesnt support debugging,would you like to use xalan"
 
Paul Clapham
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oh, okay, I get it. I found this page on the Saxon website which mentions some possibilities for debugging XSLT being processed by Saxon. Eclipse isn't mentioned there but I found out as part of my web search that oXygen produces an Eclipse plugin which can debug Saxon XSLT.

And then I found this Eclipse help page which seems to imply that you can configure something in Eclipse to debug Saxon XSLT. It's a Neon help page too so it doesn't look like it's out of date.
 
adarsh unnithan
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Oxgen is a commercial product , im looking for an open source solution. i went through orange volt ,which supports saxon but is not supporting breakpoints.
Im looking for an open source plugin which can be integrated with eclipse, so xslt debugging in saxon can be done with in eclipse
 
The moustache of a titan! The ad of a flea:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic