First, thanks a lot for the link. Before you posted this, I gave the problem some thought, and I attempted this:
[code]
[/code]
This is giving me the desired output. Instead of lumping all the data into one multiline textbox, I moved it into three simple text fields. It has been a lot of years since I did XSLT/XPath (2002 to be exact), and back then I was up to my ass in it. It's coming back to me now.
[quote=tommyp]Hi, check out this thread from the other day:
Split Textbox multiple in XSLT
For a given Textbox multiple Document Type Property, how can I split the value by line, such that for the given data:
Foo
Bar
Baz
I can produce:
Hi, check out this thread from the other day:
http://forum.umbraco.org/yafpostst9509How-do-I-split-a-textbox-multiple-on-line-breaks-in-xslt-resolved.aspx
First, thanks a lot for the link. Before you posted this, I gave the problem some thought, and I attempted this:
[code]
[/code]
This is giving me the desired output. Instead of lumping all the data into one multiline textbox, I moved it into three simple text fields. It has been a lot of years since I did XSLT/XPath (2002 to be exact), and back then I was up to my ass in it. It's coming back to me now.
[quote=tommyp]Hi, check out this thread from the other day:
http://forum.umbraco.org/yafpostst9509How-do-I-split-a-textbox-multiple-on-line-breaks-in-xslt-resolved.aspx
is working on a reply...