Hi, Can anybody please tell me how to get indexes of specific
strings? For example, I have a long date tag in XML <submitdate> And I just want to display ‘ It I have to substring it in Java, I would have written String targetStr = submitdate.substring(0,submitdate.lastIndexOf(‘,’)+4); How can I get similar function xsl?
I saw substring-after() and substring-after() function
on some site. But it doesn’t seems to give me
the result I want. Thanks Jasmin |
- Re: xsl question about substring/index Jasmin Mehta
- Re: xsl question about substring/index Clay Leeds
- Re: xsl question about substring/index Narinder Garg
- Re: xsl question about substring/index J.Pietschmann
- RE: xsl question about substring/index Jasmin Mehta
- Re: xsl question about substring/index Clay Leeds
- Re: xsl question about substring/index Jeremias Maerki
- RE: xsl question about substring/index Jasmin Mehta