|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Right function in xsl
hi
i want functionality of right function which we use in asp in xsl.how can we do this in xsl. Code:
Right(DebitNoteHeader/DebitNoteReferences/DebitNoteReference,8) chief Awaiting your reply. Thanks
__________________
Nothing is Impossible bcoz IMPOSSIBLE itself says.. I M POSSIBLE........................ Be cool !!!!!!!!
Last edited by Guddu : July 4th, 2008 at 05:37 AM. |
|
#2
|
||||
|
||||
|
hi
i think i gotted Code:
<xsl:value-of select="concat(DebitNoteHeader/InvoiceReferences/InvoiceReference,'/',substring(DebitNoteHeader/DebitNoteReferences/DebitNoteReference,string-length(DebitNoteHeader/DebitNoteReferences/DebitNoteReference)-7))"/> |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Right function in xsl |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|