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.*
* * **
Dear Sandeep,
there is no simple general answer to your question, so I'd be glad to if you could prepare a little example [1] that demonstrates the problem. It often takes some time to generate a good and minimized example, but it's often helpful for other readers, too.
Thanks in advance (and sorry for all the wise instructions ;), Christian
[1] http://mindprod.com/jgloss/sscce.html _____________________________
On Tue, Jul 10, 2012 at 6:31 AM, Sandeep Yohans sandeepy.air@gmail.com wrote:
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
basex-talk@mailman.uni-konstanz.de