I am getting this while doing xml to PDF . The ele...
# suitescript
t
I am getting this while doing xml to PDF . The element type \\\"td\\\" must be terminated by the matching end-tag \\\"</td>\\\". All tags are complete, still this persist
d
Can you share the code
t
This looks heavily escaped. What are you doing?
j
👆
t
I got it , there was an extra </img> which was of no use, as soon as I removed that. It worked well.