|
|
 |
| XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the XSLT section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

February 19th, 2007, 12:52 PM
|
|
Authorized User
|
|
Join Date: Feb 2007
Location: , , .
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
how to check variable value
how to check if a varibale value is contain a perticular string or equals to that perticular string??
<xsl:if test ="{$names !='match'}">
this is giving error...pls tell me wat will be the syntax..
|

February 19th, 2007, 01:10 PM
|
|
Friend of Wrox
|
|
Join Date: Jul 2006
Location: , , .
Posts: 366
Thanks: 8
Thanked 0 Times in 0 Posts
|
|
loose the curly brackets
<xsl:if test ="$names !='match'">
|

February 19th, 2007, 05:09 PM
|
 |
Wrox Author
Points: 12,738, Level: 48 |
|
|
Join Date: Apr 2004
Location: Reading, Berks, United Kingdom.
Posts: 3,924
Thanks: 0
Thanked 82 Times in 80 Posts
|
|
You don't need the curly braces. I think you are making a lot of guesses about the syntax. You need to read a good book so you understand the concepts.
Michael Kay
http://www.saxonica.com/
Author, XSLT Programmer's Reference and XPath 2.0 Programmer's Reference
|

February 20th, 2007, 12:17 AM
|
|
Authorized User
|
|
Join Date: Feb 2007
Location: , , .
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
that's very true..actually in my application i hav to handle xslt..with in very short and hav no time to build my concepts and to know all the syntax...and i hav found this forum which is really very helpful me with the members warm response..thnx u guys ...hats off :)
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |