<!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 <b></b> within the xml text that text is truncated at the first < 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"><question></FONT>
<BR> <FONT SIZE=2 FACE="Courier New"><prompt>Which item under Policy controls access to the simple policies in LPL?</prompt></FONT>
<BR> <FONT SIZE=2 FACE="Courier New"><answer correct="false">Policy Components</answer></FONT>
<BR> <FONT SIZE=2 FACE="Courier New"><answer correct="false">Standard Policies</answer></FONT>
<BR> <FONT SIZE=2 FACE="Courier New"><answer correct="true">Default Policies</answer></FONT>
<BR> <FONT SIZE=2 FACE="Courier New"><answer correct="false">Access Limitations</answer></FONT>
<BR><FONT SIZE=2 FACE="Courier New"></question></FONT>
</P>
<P><FONT SIZE=2 FACE="Verdana">If I wanted to bold the word 'Policy' in the <prompt> 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"> Paul Swanson</FONT>
<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New"> Instructional Designer</FONT>
<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New"> Harland Financial Solutions</FONT>
<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New"> 800.274.7280 Ext. 2462</FONT>
<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New"> Paul.Swanson@harlandfs.com</FONT>
<BR><FONT COLOR="#808080" SIZE=2 FACE="Courier New">_____________________________</FONT>
</P>
</BODY>
</HTML>