being new to xml, I am currently working on a task involving writing an xml using notepad and converting it to pdf.
below is my sample:
<?xml version="1.0" encoding="utf-8"?> <Noti> <title><b>LETTER
</b></title> <summary>how to
</summary> <summary>insert
</summary> <summary>break
</summary> <summary>line
</summary> </Noti> After reading a related thread adding-a-new-line-break-tag-in-xml and using pdfconverter to convert the xml file to pdf I still get in my pdf:
LETTER how to insert break line instead of:
LETTER how to insert break line Hoping to get some explanation about this phenomenon
Best,
No comments:
Post a Comment