Hi All,
I'm trying to do some work with XSLT and Sharepoint. I currently get some output that is separated by a semicolon all in on row(i.e.: one;two;three;four)
I would like to change this via xslt to:
one
two
three
four
I'm very new to XSL. Could someone give me an example of how to accomplish this?
Thank you!
I'm trying to do some work with XSLT and Sharepoint. I currently get some output that is separated by a semicolon all in on row(i.e.: one;two;three;four)
I would like to change this via xslt to:
one
two
three
four
I'm very new to XSL. Could someone give me an example of how to accomplish this?
Thank you!