how to display xml validation errors in XSLT using java
sanjeev katthi
Greenhorn
Joined: Jun 11, 2007
Posts: 19
posted
0
hai..I have a xml file, which is converted into java classes using xmlbeans. by using xmlbeans i am validating the xml file with schema and the errors are displaying on the console.but I have to display the errors in XSLT sheet. please suggest me how to do it