Hi,
How to display the commented out text in prince XML. I have tried with prince-text-replace property, no result in output PDF.
<p><!--<labeltext>*</labeltext>--><b>Correspondence</b></p>
body {
prince-text-replace: "<!--<labeltext>" "<label>"
"</labeltext>-->" "</label>";
}
Any idea on this. I'm trying with JavaScript.
How to display the commented out text in prince XML. I have tried with prince-text-replace property, no result in output PDF.
<p><!--<labeltext>*</labeltext>--><b>Correspondence</b></p>
body {
prince-text-replace: "<!--<labeltext>" "<label>"
"</labeltext>-->" "</label>";
}
Any idea on this. I'm trying with JavaScript.