How to insert Comma between templates
-
I am using xsl:apply-templates and between result of every template i want to insert comma(",") so my code for the same is as below: , but above code is not working,please help me.. Thanks in advance. Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
-
I am using xsl:apply-templates and between result of every template i want to insert comma(",") so my code for the same is as below: , but above code is not working,please help me.. Thanks in advance. Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
You place text in the select attribute surrounding it with single quotes: "We make a living by what we get, we make a life by what we give." --Winston Churchill
-
You place text in the select attribute surrounding it with single quotes: "We make a living by what we get, we make a life by what we give." --Winston Churchill
Thanks for reply George but still its not working :((
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
-
Thanks for reply George but still its not working :((
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
What are you trying to do?
"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
Thanks for reply George but still its not working :((
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
Okay, if you are trying to place a comma between each "apply-templates" call, I would put the comma in the template being called: XML: Red Green Black XSLT: Comma Delimited
, "We make a living by what we get, we make a life by what we give." --Winston Churchill
-
Okay, if you are trying to place a comma between each "apply-templates" call, I would put the comma in the template being called: XML: Red Green Black XSLT: Comma Delimited
, "We make a living by what we get, we make a life by what we give." --Winston Churchill
Thanks a lot Geroge...i was looking for the same kind of solution.. thanks again
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm