A
Alessandro
Hi all,
I have an XML file formatted using an XSL one and I need a Java application
to save as static HTML file (no JSP or servlet)
Is there a way ??
This is the snippet of Xml file:
//START
<?xml version="1.0"?>
<?xml:stylesheet type="text/xsl" href="format.xsl"?>
<Dati>
<item>
...
</item>
</Dati>
//END
Thanks and best regards,
Alessandro
I have an XML file formatted using an XSL one and I need a Java application
to save as static HTML file (no JSP or servlet)
Is there a way ??
This is the snippet of Xml file:
//START
<?xml version="1.0"?>
<?xml:stylesheet type="text/xsl" href="format.xsl"?>
<Dati>
<item>
...
</item>
</Dati>
//END
Thanks and best regards,
Alessandro