By mistake I answered privately to Sandeep, so for the sake of documentation here is my answer as well on the mailing list.
_______________________________________________Hello,Below is the code to transform XML file to HTML. When tried with BaseX working fine.
let $in := /Resumes/Resume[WorkExpr/Java > "5"]
let $style := doc('resume.xslt')
return (xslt:transform($in, $style))
The aobve XSLT file will tramsform the output to HTML.
Now I want to display this HTML output in JEditorPane.
--
Thanks and Regards
Sandeep Yohans
BaseX-Talk mailing list
BaseX-Talk@mailman.uni-konstanz.de
https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk