Hello!
I need to make part of the text in Text Field object bold. I tried to write FormCalc script:
c0 = "{body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xfa:APIVersion="2.4.5325.0"}{p style="text-decoration:none"}Hello {span style="font-weight:bold"}World{/span}!!!{/p}{/body}"
$.value.exData.loadXML(c0);
but in PDF Preview was only normal text "Hello World!!!"
("<" and ">" symbols are changed to "{" and "}")
What i do wrong?