|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: -xsl:stylesheet xmlns:xsl.................- another ques
> Not exactly - it does nothing meaningful in terms of parsing. But if
> you get it wrong, it might result in your document not being parsed.
>
Ok if this is the case then how does this work for XT?
Is the java
<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/XSL/Transform/1.0"
xmlns:date="http://www.jclark.com/xt/java/java.util.Date"
xmlns="http://www.w3.org/TR/REC-html40"
result-ns="">
<xsl:template match="/">
<html>
<body >
<h1>Date</h1>
<xsl:if test="function-available('date:to-string') and
function-available('date:new')">
<p><xsl:value-of select="date:to-string(date:new())"/></p>
</xsl:if>
</body>
</html>
</xsl:template>
--
============================================================================
___ Dublin_______NUA: Internet Strategy & Development_________ New York_____
Tel: +353-1-676-8996 http://www.nua.ie/ Tel: + 212 358 1775
Fax: +353-1-283-9988 Fax: + 212 358 1760
Cliodhna Mc Guirk EMAIL: cliodhna@xxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








