Reading and Printing XML tags with input in multiple lines in Oracle Documaker Studio
We have a requirement in which value coming in XML tag with long data with multiple lines
<tag>aaaaaaaaaaa
bbbbbbbbb
ccccccccc
ccccccccccccc</tag>
This needs to be printed using Oracle Documaker as is in output PDF. Hhow can we implement this ?
Currently I am getting data continuously with some junk chara coming in place of end-of-line's