Message Text
Unescaped newline characters in document string literal: "variable1" at variable2:variable3:variable4
Cause
The document string literal contains unescaped newline characters.
Response
Escape newline characters using "\n", or use the three quote form of string literal available in turtle.
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.