You may have to escape your newlines using the backslash \ character:
\
<?xml version="1.0" encoding="UTF-8" ?> \ <item> \ <text>Address</text> \ <data>Sample 
 Text 123</data> \ </item> \ ...