I very often have very involved buyer names. Until now I have used multi line names like
BigCompany
SubDivision
Name
when I do that with zugferd
buyer/name = {BigCompany\\ SubDivision\\Name},
I do get a standards compliant XML file but not every recipient might like the embedded tex code:
<ram:Name>BigCompany\protect \@normalcr SubDivision\protect \@normalcr Name</ram:Name>
As I want to define a single source of truth for the buyer names I would prefer to be able to keep the newlines as I also use them for the letter head. Is there some tex magic I need to apply?
PS: Adding a newline into an XML file does not violate the standard compliantness. I've checked that.
I very often have very involved buyer names. Until now I have used multi line names like
when I do that with zugferd
buyer/name = {BigCompany\\ SubDivision\\Name},I do get a standards compliant XML file but not every recipient might like the embedded tex code:
As I want to define a single source of truth for the buyer names I would prefer to be able to keep the newlines as I also use them for the letter head. Is there some tex magic I need to apply?
PS: Adding a newline into an XML file does not violate the standard compliantness. I've checked that.