Whats wrong with this?

This is a discussion on "Whats wrong with this?" within the Other Programming Languages section. This forum, and the thread "Whats wrong with this? are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 3rd, 2006, 16:00
New Member
Join Date: Aug 2006
Location: England
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation Whats wrong with this?

Plesae can you help me determine what is wrong with this? I'm a total newbie at this xsl lark. All I'm trying to do is set a value of 0 if my XML value = '' {nothing}.

Code: Select all
<xsl:elementname="DATABASE_FIELD">
<xsl:choose>
<xsl:whentest="XML_FIELD/[text() = '']">
<xsl:value-ofselect="0"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-ofselect="XML_FIELD"/>
</xsl:otherwise>
</xsl:choose>
</xsl:element>
This is used as part of a updategram.

I need this asap. Any help you can give will be appreciated!!
Reply With Quote

  #2 (permalink)  
Old Nov 4th, 2006, 21:12
New Member
Join Date: Nov 2006
Location: uk
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Whats wrong with this?

why are you using "/> in some of them ?



THANKS ANDY!!!
-
teesside website design - website design in teesside -
Reply With Quote
Reply

Tags
wrong

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Whats wrong? Bradfordp26 Web Page Design 11 Apr 5th, 2008 10:14
whats wrong with these 2 ? batman13 JavaScript Forum 0 May 11th, 2007 19:29
Whats wrong with this? (Ajax) php_coder JavaScript Forum 1 May 24th, 2006 20:48
Whats wrong with tables and why css mrnthere Web Page Design 7 Mar 16th, 2006 23:38
Whats wrong with this? TheShadow Classic ASP 5 May 26th, 2005 12:55


All times are GMT. The time now is 06:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43