| Author |
Exception Handling in XSLT ???
|
Sachin Kumar Khandelwal
Greenhorn
Joined: Dec 02, 2003
Posts: 8
|
|
Hi Using xslt is really very efficient and easy instead of DOM,also it improves the maintainability. I tried using the java classes in XSLT, which is beneficial at certain situation.But found one problem , i'm not able to catch any Exception thrown inside the XSLT. is there any way we can do that??? plz help thanking in advance, Sachin
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
XSLT doesn't have the concept of exceptions so I'm afraid there's nothing much you can do. Then again, I'm not sure whether I understand what you mean by "exceptions" in this context so perhaps you would like to elaborate a bit?
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: Exception Handling in XSLT ???
|
|
|