<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=ValueEncoding</id>
	<title>ValueEncoding - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=ValueEncoding"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=ValueEncoding&amp;action=history"/>
	<updated>2026-04-04T00:30:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=ValueEncoding&amp;diff=267&amp;oldid=prev</id>
		<title>Smtxwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=ValueEncoding&amp;diff=267&amp;oldid=prev"/>
		<updated>2020-05-25T20:44:31Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:44, 25 May 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=ValueEncoding&amp;diff=266&amp;oldid=prev</id>
		<title>Smtxwiki at 13:48, 31 May 2017</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=ValueEncoding&amp;diff=266&amp;oldid=prev"/>
		<updated>2017-05-31T13:48:39Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sometimes it is important to convert the content of process values in such a way that the result can be used in either JSON, XML or HTML files, or result in a proper URL. To get this done, the standard #REPLACE-...# function can be substituted by specific functions for the desired format. For example&lt;br /&gt;
    #REPLACEXML-FORMFIELD-ABC# will convert the formfield ABC for usage within a XML file.&lt;br /&gt;
    #REPLACEJSON-TICKET-Description# will convert the ticketing description field for usage with a JSON file&lt;br /&gt;
    #REPLACEHTML-VARIABLE-2# will convert the variable 2 content for usage with a XML file&lt;br /&gt;
    #REPLACEURL-STEP-PROCESS-Name# will convert the process name for usage in a URL&lt;br /&gt;
&lt;br /&gt;
    #REPLACEPLAIN-...# does no conversion and can be used to overrule system defined encoding.&lt;br /&gt;
&lt;br /&gt;
The standard #REPLACE can be substituted by #REPLACEXML or any other function mentioned above in all situations. When referring to form fields, previously entered fields, variables or any other source.&lt;br /&gt;
&lt;br /&gt;
Below is an example text that is encoded in 5 different ways:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Original Text&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 Dearest creature in creation http://,&lt;br /&gt;
 Study &amp;quot;English&amp;quot; pronunciation.&lt;br /&gt;
 I will // teach you in my verse;&lt;br /&gt;
 Sounds like corpse, corps, horse, &amp;amp; worse.&lt;br /&gt;
 I will keep you, #Suzy, busy,&lt;br /&gt;
 Make your &amp;#039;head&amp;#039; with heat grow @dizzy.&lt;br /&gt;
 Tear in eye, your dress will tear.&lt;br /&gt;
 So shall I! Oh hear my $prayer$.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;JSON Encoding applied on this text:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &amp;quot;Dearest creature in creation http://,\r\nStudy \&amp;quot;English\&amp;quot; pronunciation.\r\nI will // teach you in my verse;\r\nSounds like corpse, corps, horse, &amp;amp; worse.\r\nI will keep you, #Suzy, busy,\r\nMake your &amp;#039;head&amp;#039; with heat grow @dizzy.\r\nTear in eye, your dress will tear.\r\nSo shall I! Oh hear my $prayer$.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;HTML Encoding applied on this text:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;Dearest creature in creation http://,&amp;lt;br /&amp;gt;Study &amp;amp;quot;English&amp;amp;quot; pronunciation.&amp;lt;br /&amp;gt;I will // teach you in my verse;&amp;lt;br /&amp;gt;Sounds like corpse, corps, horse, &amp;amp;amp; worse.&amp;lt;br /&amp;gt;I will keep you, #Suzy, busy,&amp;lt;br /&amp;gt;Make your &amp;amp;#39;head&amp;amp;#39; with heat grow @dizzy.&amp;lt;br /&amp;gt;Tear in eye, your dress will tear.&amp;lt;br /&amp;gt;So shall I! Oh hear my $prayer$.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;XML Encoding applied on this text:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 Dearest creature in creation http://,&lt;br /&gt;
 Study &amp;amp;quot;English&amp;amp;quot; pronunciation.&lt;br /&gt;
 I will // teach you in my verse;&lt;br /&gt;
 Sounds like corpse, corps, horse, &amp;amp;amp; worse.&lt;br /&gt;
 I will keep you, #Suzy, busy,&lt;br /&gt;
 Make your &amp;amp;apos;head&amp;amp;apos; with heat grow @dizzy.&lt;br /&gt;
 Tear in eye, your dress will tear.&lt;br /&gt;
 So shall I! Oh hear my $prayer$.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;URL Encoding applied on this text:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 Dearest+creature+in+creation+http%3a%2f%2f%2c%0d%0aStudy+%22English%22+pronunciation.%0d%0aI+will+%2f%2f+teach+you+in+my+verse%3b%0d%0aSounds+like+corpse%2c+corps%2c+horse%2c+%26+worse.%0d%0aI+will+keep+you%2c+%23Suzy%2c+busy%2c%0d%0aMake+your+%27head%27+with+heat+grow+%40dizzy.%0d%0aTear+in+eye%2c+your+dress+will+tear.%0d%0aSo+shall+I!+Oh+hear+my+%24prayer%24.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Plain Text Encoding applied on this text:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 Dearest creature in creation http://,&lt;br /&gt;
 Study &amp;quot;English&amp;quot; pronunciation.&lt;br /&gt;
 I will // teach you in my verse;&lt;br /&gt;
 Sounds like corpse, corps, horse, &amp;amp; worse.&lt;br /&gt;
 I will keep you, #Suzy, busy,&lt;br /&gt;
 Make your &amp;#039;head&amp;#039; with heat grow @dizzy.&lt;br /&gt;
 Tear in eye, your dress will tear.&lt;br /&gt;
 So shall I! Oh hear my $prayer$.&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>