XML new line formatting not showing in the page
Posted: September 15th, 2022, 9:39 am
I am trying to get an address to show on the page, formatted like an address:
[Name] ([ERPAddressNumber])
[AddressLine1]
[AddressLine2]
[AddressLine3]
[AddressLine4]
[City],[State] [Zip]
[AddressId]
In the logs I see it formatted that way:
but when it shows on the page, I see it without line breaks.
here is how I'm creating those line breaks in the code:
I have also tried:
<br/>
\n
Here is how I am referencing it on the View
How do I get the new line to come through on the view?
[Name] ([ERPAddressNumber])
[AddressLine1]
[AddressLine2]
[AddressLine3]
[AddressLine4]
[City],[State] [Zip]
[AddressId]
In the logs I see it formatted that way:
but when it shows on the page, I see it without line breaks.
here is how I'm creating those line breaks in the code:
I have also tried:
<br/>
\n
Here is how I am referencing it on the View
How do I get the new line to come through on the view?