This content has been marked as final.
Show 5 replies
-
1. Re: embeding <OL> inside Dynamic text
friendDips Oct 12, 2006 4:22 AM (in response to AnandMX)try this.............
Q0.htmlText= xmlDocObj.MCQ.Question .QuestionText._value;
[Q0 is a dynamic text field. Make htmlText for text field true.]
<QuestionText><![CDATA[<ol><li>hi</li><li>hello</li></ol>]]></QuestionText>
[This is the field in Xml]
This will give you bulleted text.
<QuestionText><![CDATA[1. hi<br>2. hello]]></QuestionText>
And this will give you the Ordered list... [Fraud :)] -
2. Re: embeding <OL> inside Dynamic text
AnandMX Oct 12, 2006 4:46 AM (in response to AnandMX)buddy i need to automate it, not to just show the content
i also have to nest it somehow
-
3. Re: embeding <OL> inside Dynamic text
friendDips Oct 12, 2006 4:55 AM (in response to AnandMX)Only you have to give your data of xml tag in CDATA.
We can not show ordered list. So just to show it in 1,2.... i have given with <br> tag. Otherwise you get the bullets with <li> tag. -
4. Re: embeding <OL> inside Dynamic text
AnandMX Oct 12, 2006 5:02 AM (in response to AnandMX)Yeah i can understand but this wil take extra development and formatting effort, althogh this is possible by recursion,
presently i m working on this issue,
first level is solved, nesting is under progress :) -
5. Re: embeding <OL> inside Dynamic text
friendDips Oct 12, 2006 5:05 AM (in response to AnandMX)Ok. Good.
And All the best. :)