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"?>
..
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"?>
..