Hello All.
I'm tring to include a tag in an XML document to start a new line when it gets rendered in XSL.
strDocSentXML = "<Notes>a, " & vbcrlf & " b</Notes>"
output should be:
a,
b
I've tried using the following and listed the results:
vbcrlf, cr, lf, chr(13) - does nothing: a, b
<br>: a,<br>b
Has anyone got any ideas - I've hit a brick wall!!
Mark
I'm tring to include a tag in an XML document to start a new line when it gets rendered in XSL.
strDocSentXML = "<Notes>a, " & vbcrlf & " b</Notes>"
output should be:
a,
b
I've tried using the following and listed the results:
vbcrlf, cr, lf, chr(13) - does nothing: a, b
<br>: a,<br>b
Has anyone got any ideas - I've hit a brick wall!!
Mark