[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Do not need the attribute
Hi, I have the following in my XML. <rundate hasrun="no">1999-04-24<rate basis="" unit="">542.1000</rate></rundate> I need to get: 1999-04-24 So I do: <xsl:for-each select="advertisement/publication/class/rundate"> <run-info> <start-date-time norm="" til-forbid=""> <xsl:value-of select="."/> </start-date-time> </run-info> </xsl:for-each> But I get: 1999-04-24542.1000. What am I doing wrong? Sharmila Pandith Zedak Corp 400 Columbus Ave Valhalla, NY 10595 sharmila@xxxxxxxxx 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
|