Did any one used Xalan-C
Did any one used Xalan-C ?
Converting from xml to ascii.
Any idea how to add namespace in xsl and to display the date ?
For example, if ur using Xalan-J then u can use the namesape as follows,
xmlns:java="http://xml.apache.org/xslt/java"
<xsl:variable name="cDate" select="java:format(java:java.text.SimpleDateForma t.new('E yyyy MM dd hh:mm:ss'),java:java.util.Date.new())"/>
|