0

I have XML and XSL file and I have also declared XSL in XML file. So I want to open XML file in Java JApplet. So If possible any component is there in Java?

<?xml version = "1.0" ?>
<?xml-stylesheet type="text/xsl" href="emp.xsl"?>
..
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Rishi
  • 95
  • 2
  • 9
  • 1
    Do you merely wish to load the XML, or to load it and transform it according to the XSL? *"Please do the needful."* I generally ***avoid*** the needful/needy & go on to help other people. Best to leave such noise out of questions. – Andrew Thompson Apr 17 '12 at 08:36
  • See also [*Java & XSLT*](http://shop.oreilly.com/product/9780596001438.do). – trashgod Apr 17 '12 at 19:09

0 Answers0