Need HTML charater code for bold & Italic


i have text field xml data coming in. xml file example:

 

<?xml version ="1.0" encoding="utf-8"?>


<address>

     <name>

          <firstname>test field</firstname>

          <input> going park</input>

     </name>

</address>

 

so lets have sentence coming in "your going park" not want in field italic or bold word "park" bold & in italics. how do within xml. have used html charater codes such "&#xa;" line break "&#x9;" tabing using <b> or <i> not work need html character codes italic , bold. please help

rich text expressed in xfa via use of [xhtml] markup augmented restricted set of cascading

style sheet attributes [css2] (xfa specification).

 

the field needs set accept rich text. text in xml needs in <body> element:

 

   < body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p style="text-decoration:none;letter-spacing:0in">you going <span style="font-weight:bold;font-style:italic">park</span>.</p></body >   

 

the xhtml namespace has there.

 

kyle



More discussions in LiveCycle Designer


adobe

Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support