Generate pdf with FOP issue
I am generating my PDF from FOP using XMl and XSL files.
The problem is that my HTML data is coming as it is in the pdf file.
For example if I have <h1> Title</h1> in the XMl then it's rendering as it is on the PDf file.
Can anyone help me on this so it should come Title only, no HTMl tags?