Is it possible to split a string across multiple lines in an XML file? If so, how?

后端 未结 1 1354
北荒
北荒 2021-01-01 12:08

I\'ve got an XML config file with some really long strings. Generally, I format my source files, etc. so that they can be read without scrolling. I\'d like to do the same

相关标签:
1条回答
  • 2021-01-01 13:05

    All line breaks are normalized to spaces, so just put them on a separate line if the space delimiter can handle arbitrary whitespace.

    0 讨论(0)
提交回复
热议问题