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
Post a Comment