Hi,
I have a form that displays data in livecycle designer. When someone imports an xml file into the form in Adobe Acrobat it should be able to display some data as bolded and some italicized based on the xml file.
Here is the sample xml file
<Table1>
<Row1>
<Cell1 style="none">1</Cell1>
<Cell2 style="bold">2</Cell2>
<Cell3 style="italics">3</Cell3>
</Row1>
</Table1>
And the output should be:
1 2 3
Can someone please help! If the xml file should be designed differently please let me know.
Thank you!
Solved! Go to Solution.
Views
Replies
Total Likes
The Rich Text implementation uses xHTML to set the font stylings. I suggest that you create a RichText Field on your form set the text the way you want then export the data to see how the stylings are represented.
Paul
Views
Replies
Total Likes
The Rich Text implementation uses xHTML to set the font stylings. I suggest that you create a RichText Field on your form set the text the way you want then export the data to see how the stylings are represented.
Paul
Views
Replies
Total Likes
Paul,
Thanks for the help! I tried it out and it worked. One last question please. According to your explanation I added to the xml file the tags
<body xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/" xmlns="http://www.w3.org/1999/xhtml" xfa:APIVersion="Acroform:2.7.0.0" xfa:spec="2.1">
Views
Replies
Total Likes
Unfortunately each field that references xHTML needs that structure.
Paul
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies