xsl Template match

rissee

New Member
I am creating xml using xsl with xmlHere is the code for XML \[code\]<?xml version="1.0" encoding="utf-8"?><example><sample>245 34</sample><sample1>24 36</sample1></example>\[/code\]With the help of XSL I want to split the xml value When i am checking in google i saw there is a method we can use substring-before or substring-after(query)but i am little confused how to bring the values like below \[code\]<example><text>245</text><text>34</text<text>24</text><text>36</text></example>\[/code\]Could any one help me how to bring the value as aboveThanks m
 
Back
Top