<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Can text imported from an XML file be formatted?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Verdana">I'm making an XML file to hold quiz information, and I wonder if there is a way to make some words from the quiz bold or a different color? I found that if I insert html tags, such as &lt;b&gt;&lt;/b&gt; within the xml text that text is truncated at the first &lt; when displayed in Xerte. Would using [!CDATA[]] tags allow me to insert html tags, and if so, how?</FONT></P>

<P><FONT SIZE=2 FACE="Verdana">My XML file has questions in the following format:</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">&lt;question&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">&lt;prompt&gt;Which item under Policy controls access to the simple policies in LPL?&lt;/prompt&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">&lt;answer correct=&quot;false&quot;&gt;Policy Components&lt;/answer&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">&lt;answer correct=&quot;false&quot;&gt;Standard Policies&lt;/answer&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">&lt;answer correct=&quot;true&quot;&gt;Default Policies&lt;/answer&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Courier New">&lt;answer correct=&quot;false&quot;&gt;Access Limitations&lt;/answer&gt;</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&lt;/question&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Verdana">If I wanted to bold the word 'Policy' in the &lt;prompt&gt; node, how would I do that?</FONT>
</P>

<P><FONT COLOR="#808080" SIZE=2 FACE="Courier New">_____________________________</FONT>
</P>

<P><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Paul Swanson</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Instructional Designer</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Harland Financial Solutions</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;800.274.7280 Ext. 2462</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">&nbsp;Paul.Swanson@harlandfs.com</FONT>

<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">_____________________________</FONT>
</P>

</BODY>
</HTML>