I am having this very strange problem.
I am trying XSL Transform where I have an XML file
containing all the data and an XSL file containing
formatting information.
XSL Transaform works perfectly producing perfectly
valid HTML. but when i use that html stored in a
string variable to be displayed in JEditorPane NOTHING
is displayed. I saved the produced HTML in a file and
opened it in the browser the browser displyed it
without any problem. In fact if I open the saved html
in JEditorpane it diplays it fine.