xml - debugging xslt transformation which is invoked from java using eclipse -


lets say, have input xml, needs transformed output xml(for sake of discussion, let consider output html) using xsl file, transformation triggered java code using javax.xml.transform.transformer , invoking transformer.transform(source xmlsource, result outputtarget) method.

my question is, in situation there way debug xsl tranformation(i mean facility can set break-point in xsl file in java class).

i know xslt debugging available in eclipse doesn't suffice above situation,i guess(since talk input xml , xsl file, anyway can correct me if wrong)


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -