Formatting text to be italic

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
2 posts Page 1 of 1

GA_Forum

Posts: 11
Joined: Mon Nov 10, 2014 3:05 pm

Post by GA_Forum » Tue Nov 11, 2014 10:08 am
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>

Support_Rick

Support Specialist
Posts: 590
Joined: Tue Jul 17, 2012 2:12 pm
Location: Phoenix, AZ

Post by Support_Rick » Fri Nov 14, 2014 8:47 am
The Log File is designed for just plain text (GIGO). It's not designed for mark-up languages or BB code.
Rick Elliott
Lead Solutions Consultant
(402) 944.4242
(800) 949-4696
2 posts Page 1 of 1