Page 1 of 1

Formatting text to be italic

Posted: Tue Nov 11, 2014 10:08 am
by GA_Forum
Is it possible to fomat text in GoAnywhere Director to be italic (or bold or any other) format? If so, can this be done without having to manually edit the XML code? I am using GoAnywhere Director version 4.6.2.

I created a quick project that would just print the message "Test printing italicized text." to the log file, but instead, it just comes over as "Test printing <i>italicized</i> text." in the log file. I am not fluent in XML, but my code is below.
Code: Select all
<project name="Test Italic Project" mainModule="Main" version="2.0">
	<description>Testing</description>

	<module name="Main">

		<print version="1.0">
			<![CDATA[Test printing <i>italicized</i> text.]]>
		</print>

	</module>

</project>

Re: Formatting text to be italic

Posted: Fri Nov 14, 2014 8:47 am
by Support_Rick
The Log File is designed for just plain text (GIGO). It's not designed for mark-up languages or BB code.