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

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


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