This is a migrated thread and some comments may be shown as answers.

How to format my xml displayed item?

2 Answers 63 Views
HTML5, CSS, JavaScript
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Clement
Top achievements
Rank 1
Clement asked on 16 Dec 2015, 01:23 AM
I would like to add break points and bold some of my text in mu displayed xml item.
However, when I tried to format them by adding <br/> or <b>Hi</b> tags.

What I input in the data item:
<b>Hi</b><br/> I am a boy.

Instead of :
Hi
I am a boy.

It displayed:
<b>Hi</b><br/>I am a boy.

Is there anyway I can format the display of the xml item by directly adding tags in the data?

2 Answers, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 18 Dec 2015, 11:54 AM
Hi Clement,

I replied in the other forum thread you opened here:
How to format my xml display item

I am closing this one as a duplicate. If you have any further quesitons, you can post them there.

Regards,
Tsvetina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
greenberg
Top achievements
Rank 1
answered on 07 Mar 2016, 07:46 AM

Creating HTML from Word will sometimes work, but the HTML that Word produces is padded with scads of proprietary Word "stuff" that is not standard HTML.When you produce a listing in HTML, it must be added to the HTML tab of the two-tabbed description editor on the full-featured SYI listing form.

 

<?xml-stylesheet href="common.css"?> <?xml-stylesheet href="modern.css" title="Modern" media="screen" type="text/css"?> <?xml-stylesheet href="classic.css" alternate="yes" title="Classic" media="screen, print" type="text/css"?> <ARTICLE> <HEADLINE>Fredrick the Great meets Bach</HEADLINE> <AUTHOR>Johann Nikolaus Forkel</AUTHOR> <PARA> One evening, just as he was getting his <INSTRUMENT>flute</INSTRUMENT> ready and his musicians were assembled, an officer brought him a list of the strangers who had arrived. </PARA> </ARTICLE>

Tags
HTML5, CSS, JavaScript
Asked by
Clement
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
greenberg
Top achievements
Rank 1
Share this question
or