<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>XIML blog &#187; XIML engine dev</title>
	<atom:link href="http://ximl.com/wp/category/ximl-engine-dev/feed/" rel="self" type="application/rss+xml" />
	<link>http://ximl.com/wp</link>
	<description>X interactive markup language</description>
	<lastBuildDate>Sun, 25 May 2008 10:12:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>XIML functionality &#8211; blend mode</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-blend-mode/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-blend-mode/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 06:19:22 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=19</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-blend-mode/" title="XIML functionality - blend mode"></a>Blend mode can be applied to any element. Usage example: &#60;el elem=&#8221;examp_el_set&#8221; x=&#8221;37%&#8221; y=&#8221;20&#8243; w=&#8221;10%&#8221; blendMode=&#8221;darken&#8221; /&#62; Available blend modes and descriptions: add Commonly used to create an animated lightening dissolve effect between two images. alpha Commonly used to apply &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-blend-mode/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-blend-mode/" title="XIML functionality - blend mode"></a><p>Blend mode can be applied to any element.</p>
<p>Usage example:</p>
<p>&lt;el    elem=&#8221;examp_el_set&#8221;        x=&#8221;37%&#8221;    y=&#8221;20&#8243;    w=&#8221;10%&#8221;        <strong>blendMode</strong>=&#8221;darken&#8221;    /&gt;</p>
<p>Available blend modes and descriptions:<br />
add         Commonly used to create an animated lightening dissolve effect between two images.<br />
alpha         Commonly used to apply the transparency of the foreground on the background.<br />
darken         Commonly used to superimpose type.<br />
difference     Commonly used to create more vibrant colors.<br />
erase         Commonly used to cut out (erase) part of the background using the foreground alpha.<br />
hardlight     Commonly used to create shading effects.<br />
invert         Used to invert the background.<br />
layer         Used to force the creation of a temporary buffer for precomposition for a particular movie clip.<br />
lighten      Commonly used to superimpose type.<br />
multiply     Commonly used to create shadows and depth effects.<br />
normal         Used to specify that the pixel values of the blend image override those of the base image.<br />
overlay     Commonly used to create shading effects.<br />
screen         Commonly used to create highlights and lens flares.<br />
subtract     Commonly used to create an animated darkening dissolve effect between two images.</p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-blend-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML functionality &#8211; filters</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-filters/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-filters/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 02:15:30 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=18</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-filters/" title="XIML functionality - filters"></a>Filters can be applied to any element. Available filters are : BevelFilter , BlurFilter , DropShadowFilter , GlowFilter Usage: BevelFilter: &#60;el elem=&#8221;examp_el_set&#8221; x=&#8221;38.3%&#8221; y=&#8221;20&#8243; filters=&#8221;true&#8221; &#62; &#160;&#60;filters&#62; &#160;&#160;&#60;f filter_type=&#8221;BevelFilter&#8221; &#160;&#160;&#160;distance=&#8221;4&#8243; &#160;&#160;&#160;angleInDegrees=&#8221;45&#8243; &#160;&#160;&#160;highlightColor=&#8221;0xFFFFFF&#8221; &#160;&#160;&#160;highlightAlpha=&#8221;1&#8243; &#160;&#160;&#160;shadowColor=&#8221;0&#215;000000&#8243; &#160;&#160;&#160;shadowAlpha=&#8221;1&#8243; &#160;&#160;&#160;blurX=&#8221;4&#8243; &#160;&#160;&#160;blurY=&#8221;4&#8243; &#160;&#160;&#160;strength=&#8221;1&#8243; &#160;&#160;&#160;quality=&#8221;1&#8243; &#160;&#160;&#160;type=&#8221;inner&#8221; &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-filters/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-filters/" title="XIML functionality - filters"></a><p>Filters can be applied to any element.</p>
<p>Available filters are :  BevelFilter ,  BlurFilter ,  DropShadowFilter ,  GlowFilter<br />
<span id="more-18"></span><br />
Usage:</p>
<p><strong>BevelFilter: </strong></p>
<p>&lt;el    elem=&#8221;examp_el_set&#8221;        x=&#8221;38.3%&#8221;    y=&#8221;20&#8243;            filters=&#8221;true&#8221;    &gt;<br />
&nbsp;&lt;filters&gt;<br />
&nbsp;&nbsp;&lt;f    filter_type=&#8221;BevelFilter&#8221;<br />
&nbsp;&nbsp;&nbsp;distance=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;angleInDegrees=&#8221;45&#8243;<br />
&nbsp;&nbsp;&nbsp;highlightColor=&#8221;0xFFFFFF&#8221;<br />
&nbsp;&nbsp;&nbsp;highlightAlpha=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;shadowColor=&#8221;0&#215;000000&#8243;<br />
&nbsp;&nbsp;&nbsp;shadowAlpha=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;blurX=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;blurY=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;strength=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;quality=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;type=&#8221;inner&#8221;<br />
&nbsp;&nbsp;&nbsp;knockout=&#8221;"        /&gt;<br />
&nbsp;&lt;/filters&gt;<br />
&lt;/el&gt;</p>
<p>Parameters</p>
<p>distance:Number [optional] &#8211; The offset distance of the bevel, in pixels (floating point). The default value is 4.</p>
<p>angle:Number [optional] &#8211; The angle of the bevel, from 0 to 360 degrees. The default value is 45.</p>
<p>highlightColor:Number [optional] &#8211; The highlight color of the bevel, 0xRRGGBB. The default value is 0xFFFFFF.</p>
<p>highlightAlpha:Number [optional] &#8211; The alpha transparency value of the highlight color. Valid values are 0 to 1. For example, .25 sets a transparency value of 25%. The default value is 1.</p>
<p>shadowColor:Number [optional] &#8211; The shadow color of the bevel, 0xRRGGBB. The default value is 0&#215;000000.</p>
<p>shadowAlpha:Number [optional] &#8211; The alpha transparency value of the shadow color. Valid values are 0 to 1. For example, 0.25 sets a transparency value of 25%. The default value is 1.</p>
<p>blurX:Number [optional] &#8211; The amount of horizontal blur in pixels. Valid values are 0 to 255 (floating point). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>blurY:Number [optional] &#8211; The amount of vertical blur in pixels. Valid values are 0 to 255 (floating point). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>strength:Number [optional] &#8211; The strength of the imprint or spread. The larger the value, the more color is imprinted and the stronger the contrast between the bevel and the background. Valid values are 0 to 255. The default value is 1.</p>
<p>quality:Number [optional] &#8211; The number of times to apply the filter. The default value is 1, which is equivalent to low quality. A value of 2 is medium quality, and a value of 3 is high quality.</p>
<p>type:String [optional] &#8211; The type of bevel. Valid values are &#8220;inner&#8221;, &#8220;outer&#8221;, and &#8220;full&#8221;. The default value is &#8220;inner&#8221;.</p>
<p>knockout:Boolean [optional] &#8211; Applies a knockout effect (true), which effectively makes the object&#8217;s fill transparent and reveals the background color of the document. The default value is false (no knockout).<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>BlurFilter</strong>:</p>
<p>&lt;el    elem=&#8221;examp_el_set&#8221;        x=&#8221;71.6%&#8221;    y=&#8221;20&#8243;        filters=&#8221;true&#8221;    &gt;<br />
&nbsp;&lt;filters&gt;<br />
&nbsp;&nbsp;&lt;f    filter_type=&#8221;BlurFilter&#8221;<br />
&nbsp;&nbsp;&nbsp;blurX=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;blurY=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;quality=&#8221;1&#8243;        /&gt;<br />
&nbsp;&lt;/filters&gt;<br />
&lt;/el&gt;</p>
<p>Initializes the filter with the specified parameters. The default values create a soft, unfocused image.</p>
<p>Parameters<br />
blurX:Number [optional] &#8211; The amount to blur horizontally. Valid values are from 0 to 255 (floating-point value). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>blurY:Number [optional] &#8211; The amount to blur vertically. Valid values are from 0 to 255 (floating-point value). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>quality:Number [optional] &#8211; The number of times to apply the filter. The default value is 1, which is equivalent to low quality. A value of 2 is medium quality, and a value of 3 is high quality and approximates a Gaussian blur.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>DropShadowFilter</strong>:</p>
<p>&lt;el    elem=&#8221;examp_el_set&#8221;        x=&#8221;38.3%&#8221;    y=&#8221;C+20&#8243;        filters=&#8221;true&#8221;    &gt;<br />
&nbsp;&lt;filters&gt;<br />
&nbsp;&nbsp;&lt;f    filter_type=&#8221;DropShadowFilter&#8221;<br />
&nbsp;&nbsp;&nbsp;distance=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;angleInDegrees=&#8221;45&#8243;<br />
&nbsp;&nbsp;&nbsp;color=&#8221;0&#215;000000&#8243;<br />
&nbsp;&nbsp;&nbsp;alpha=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;blurX=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;blurY=&#8221;4&#8243;<br />
&nbsp;&nbsp;&nbsp;strength=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;quality=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;inner=&#8221;"<br />
&nbsp;&nbsp;&nbsp;knockout=&#8221;"<br />
&nbsp;&nbsp;&nbsp;hideObject=&#8221;"        /&gt;<br />
&nbsp;&lt;/filters&gt;<br />
&lt;/el&gt;</p>
<p>Creates a new DropShadowFilter instance with the specified parameters.</p>
<p>Parameters<br />
distance:Number [optional] &#8211; The offset distance for the shadow, in pixels. The default value is 4 (floating point).</p>
<p>angle:Number [optional] &#8211; The angle of the shadow, 0 to 360˚ (floating point). The default value is 45.</p>
<p>color:Number [optional] &#8211; The color of the shadow, in hexadecimal format 0xRRGGBB. The default value is 0&#215;000000.</p>
<p>alpha:Number [optional] &#8211; The alpha transparency value for the shadow color. Valid values are 0 to 1. For example, 0.25 sets a transparency value of 25%. The default value is 1.</p>
<p>blurX:Number [optional] &#8211; The amount of horizontal blur. Valid values are 0 to 255 (floating point). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>blurY:Number [optional] &#8211; The amount of vertical blur. Valid values are 0 to 255 (floating point). The default value is 4. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>strength:Number [optional] &#8211; The strength of the imprint or spread. The higher the value, the more color is imprinted and the stronger the contrast between the shadow and the background. Valid values are 0 to 255. The default is 1.</p>
<p>quality:Number [optional] &#8211; The number of times to apply the filter. Valid values are 0 to 15. The default value is 1, which is equivalent to low quality. A value of 2 is medium quality, and a value of 3 is high quality.</p>
<p>inner:Boolean [optional] &#8211; Indicates whether or not the shadow is an inner shadow. A value of true specifies an inner shadow. The default is false, an outer shadow (a shadow around the outer edges of the object).</p>
<p>knockout:Boolean [optional] &#8211; Applies a knockout effect (true), which effectively makes the object&#8217;s fill transparent and reveals the background color of the document. The default is false (no knockout).</p>
<p>hideObject:Boolean [optional] &#8211; Indicates whether or not the object is hidden. A value of true indicates that the object itself is not drawn; only the shadow is visible. The default is false (show the object).</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>GlowFilter</strong>:</p>
<p>&lt;el    elem=&#8221;examp_el_set&#8221;        x=&#8221;71.6%&#8221;    y=&#8221;C+20&#8243;    filters=&#8221;true&#8221;    &gt;<br />
&nbsp;&lt;filters&gt;<br />
&nbsp;&nbsp;&lt;f    filter_type=&#8221;GlowFilter&#8221;<br />
&nbsp;&nbsp;&nbsp;color=&#8221;0xFF0000&#8243;<br />
&nbsp;&nbsp;&nbsp;alpha=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;blurX=&#8221;6&#8243;<br />
&nbsp;&nbsp;&nbsp;blurY=&#8221;6&#8243;<br />
&nbsp;&nbsp;&nbsp;strength=&#8221;2&#8243;<br />
&nbsp;&nbsp;&nbsp;quality=&#8221;1&#8243;<br />
&nbsp;&nbsp;&nbsp;inner=&#8221;"<br />
&nbsp;&nbsp;&nbsp;knockout=&#8221;"        /&gt;<br />
&nbsp;&lt;/filters&gt;<br />
&lt;/el&gt;</p>
<p>Initializes a new GlowFilter instance with the specified parameters.</p>
<p>Parameters<br />
color:Number [optional] &#8211; The color of the glow, in the hexadecimal format 0xRRGGBB. The default value is 0xFF0000.</p>
<p>alpha:Number [optional] &#8211; The alpha transparency value for the color. Valid values are 0 to 1. For example, .25 sets a transparency value of 25%. The default value is 1.</p>
<p>blurX:Number [optional] &#8211; The amount of horizontal blur. Valid values are 0 to 255 (floating point). The default value is 6. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>blurY:Number [optional] &#8211; The amount of vertical blur. Valid values are 0 to 255 (floating point). The default value is 6. Values that are a power of 2 (such as 2, 4, 8, 16 and 32) are optimized to render more quickly than other values.</p>
<p>strength:Number [optional] &#8211; The strength of the imprint or spread. The higher the value, the more color is imprinted and the stronger the contrast between the glow and the background. Valid values are 0 to 255. The default is 2.</p>
<p>quality:Number [optional] &#8211; The number of times to apply the filter. Valid values are 0 to 15. The default value is 1, which is equivalent to low quality. A value of 2 is medium quality, and a value of 3 is high quality.</p>
<p>inner:Boolean [optional] &#8211; Specifies whether the glow is an inner glow. The value true indicates an inner glow. The default is false, an outer glow (a glow around the outer edges of the object).</p>
<p>knockout:Boolean [optional] &#8211; Specifies whether the object has a knockout effect. The value true makes the object&#8217;s fill transparent and reveals the background color of the document. The default is false (no knockout effect).</p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; functionality &#8211; datatypes overview</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-datatypes-overview/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-datatypes-overview/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 08:11:38 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=15</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-datatypes-overview/" title="XIML - functionality - datatypes overview"></a>Here is the list of all major datatypes to date with usage examples. Some older examples may have a bit different attribute, please ignore and use as here. Datatypes example: example DX: &#60;homepage ex_attr=”attr val”&#62; &#60;ex__data__subxml&#62;sub node text&#60;/ex__data__subxml&#62; &#60;ex__data&#62; &#60;somepath&#62; &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-datatypes-overview/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-datatypes-overview/" title="XIML - functionality - datatypes overview"></a><p><code><span style="font-family: Verdana;">Here is the list of all major datatypes to date with usage examples.<br />
Some older examples may have a bit different attribute, please ignore and use as here.</span></code></p>
<p><span style="font-family: Verdana;"><strong>Datatypes example:</strong></span></p>
<p><span style="font-family: Verdana;"><strong>example DX:</strong></span></p>
<pre><span style="font-family: Verdana;">&lt;homepage ex_attr=”attr val”&gt;
&lt;ex__data__subxml&gt;sub node text&lt;/ex__data__subxml&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;ex__data&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;somepath&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;somepath2 someattr="xpath and attribute text"&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">xpath and value text
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;/somepath2&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;/somepath&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;/ex__data&gt;
&lt;homepage&gt;</span></pre>
<p><span style="font-family: Verdana;"><strong>usage in CX:</strong></span></p>
<pre><span style="font-family: Verdana;">	datatype=”static” dataval=”actual value”</span></pre>
<p><span style="font-family: Verdana;">value hardcoded in CX (text &#8211; ”actual value”)</span></p>
<pre><span style="font-family: Verdana;">	datatype=”attr” dataattr=”ex_attr”</span></pre>
<p><span style="font-family: Verdana;">value located at the attribute of the main tag (text &#8211; ”attr val”)</span></p>
<pre><span style="font-family: Verdana;">	datatype=” subxml” subname=”ex__data__subxml”</span></pre>
<p><span style="font-family: Verdana;">sub xml tag with specified name<br />
(xml tag &#8211; &lt;ex__data__subxml&gt;sub node text&lt;/ex__data__subxml&gt;)</span></p>
<pre><span style="font-family: Verdana;">	datatype=” subxmlval” subname=”ex__data__subxml”</span></pre>
<p><span style="font-family: Verdana;">value of sub xml tag with specified name (text &#8211; ”sub node text”)</span></p>
<pre><span style="font-family: Verdana;">	datatype="xpath" dataxpath="/*/ex__data/somepath/somepath2"</span></pre>
<p><span style="font-family: Verdana;">sub xml tag with specified Xpath<br />
(xml tag &#8211; &lt;somepath2 someattr=&#8221;xpath and attribute text&#8221;&gt;xpath and value text&lt;/somepath2&gt;)</span></p>
<pre><span style="font-family: Verdana;">	datatype="xpathNval" dataxpath="/*/ex__data/somepath/somepath2"</span></pre>
<p><span style="font-family: Verdana;">value of sub xml tag with specified Xpath (text &#8211; ” xpath and value text”)</span></p>
<pre><span style="font-family: Verdana;">	datatype="xpathNattr" dataxpath="/*/ex__data/somepath/somepath2" dataattr="someattr"</span></pre>
<p><span style="font-family: Verdana;">value of sub xml tag with specified Xpath (text &#8211; ” xpath and attribute text”)</span></p>
<pre><span style="font-family: Verdana;">&lt;el          …. … …   datatype="concat”          &gt;
</span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;datavals&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;d	datatype=” subxmlval”  subname=”ex__data__subxml”	/&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;d	datatype=”static”		dataval=” --- :: --- ”		/&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;d	datatype=”attr”			dataattr=”ex_attr”			/&gt;
</span><span><span style="font-family: Verdana;">  </span></span><span style="font-family: Verdana;">&lt;/datavals&gt;
&lt;/el&gt;
</span></pre>
<p><span style="font-family: Verdana;">concatenated values  (text &#8211; ”sub node text &#8212; :: &#8212; attr val”)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-datatypes-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; functionality &#8211; gradient color</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-gradient-color/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-gradient-color/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 05:51:27 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=13</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-gradient-color/" title="XIML - functionality - gradient color"></a>Element eltype="rect" just been upgraded! The new functionality includes the ability to specify gradient &#8211; changing color. To use single-colored rectangle, keep using the old format: &#60;el eltype="rect" x="0" y="0" x2="R" y2="B" r="5" c="0x006699" a="100" /&#62; For gradient, use: &#60;el &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-gradient-color/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-gradient-color/" title="XIML - functionality - gradient color"></a><p><code><span style="font-family: Verdana;">Element eltype="rect" just been upgraded!</span></code></p>
<p><span style="font-family: Verdana;">The new functionality includes the ability to specify gradient &#8211; changing color.</span></p>
<p><span style="font-family: Verdana;"><strong>To use single-colored rectangle, keep using the old format:</strong></span></p>
<pre><span style="font-family: Verdana;">&lt;el eltype="rect" x="0" y="0" x2="R" y2="B" r="5"
c="0x006699" a="100" /&gt;</span></pre>
<p><span style="font-family: Verdana;"><br />
</span></p>
<p><span style="font-family: Verdana;"><strong>For gradient, use:</strong></span></p>
<pre><span style="font-family: Verdana;">&lt;el eltype="rect" x="0" y="0" x2="R" y2="B" r="5"
	c1="0x006699" c2="0x003366" dir="90" a="100" /&gt;</span></pre>
<p><span style="font-family: Verdana;"><br />
</span></p>
<p><span style="font-family: Verdana;"><strong>where:</strong></span></p>
<ul> <span style="font-family: Verdana;"></p>
<li>c1 &#8211; starting color</li>
<li>c2 &#8211; ending color</li>
<li>dir &#8211; direction of gradient (in degrees) &#8211; 0 is left to right, 90 &#8211; top to bottom, etc</li>
<p></span></ul>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-gradient-color/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; functionality &#8211; page closing time</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-page-closing-animation/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-page-closing-animation/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 13:15:06 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=14</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-page-closing-animation/" title="XIML - functionality - page closing time"></a>When page has defined closing animation (&#60;clanim&#62; tag) it needs some time for it to execute. To specify a time for page to close before it disappears, use close_time=&#8221;1&#8243; in the page definition (the time in seconds). For example see &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-page-closing-animation/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-page-closing-animation/" title="XIML - functionality - page closing time"></a><p><code><span style="font-family: Verdana;">When page has defined closing animation (&lt;clanim&gt; tag) it needs some time for it to execute.</span></code></p>
<p><span style="font-family: Verdana;">To specify a time for page to close before it disappears, use close_time=&#8221;1&#8243; in the page definition (the time in seconds).</span></p>
<p><span style="font-family: Verdana;"><strong>For example see</strong> <span style="text-decoration: underline;"><a href="http://ximl.com/site/exanim">http://ximl.com/site/exanim</a></span><br />
<strong>configuration</strong> &#8211; <span style="text-decoration: underline;"><a href="http://ximl.com/sites/exanim/conf.xml">http://ximl.com/sites/exanim/conf.xml</a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-page-closing-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; functionality &#8211; advanced opening and closing animation</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-advanced-opening-and-closing-animation/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-advanced-opening-and-closing-animation/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 09:46:11 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=12</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-advanced-opening-and-closing-animation/" title="XIML - functionality - advanced opening and closing animation"></a>We had some animation effects that were executed on the element creation or removal but we hugely extended the possibility by allowing you to much more control over what you can achieve. Now you can specify what parameter you would &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-advanced-opening-and-closing-animation/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-advanced-opening-and-closing-animation/" title="XIML - functionality - advanced opening and closing animation"></a><p><code><span style="font-family: Verdana;">We had some animation effects that were executed on the element creation or removal but we hugely extended the possibility by allowing you to much more control over what you can achieve.</span></code></p>
<p><span style="font-family: Verdana;">Now you can specify what parameter you would like to tween, what is the starting value, ending value, when the tween suppose to start and for how long it should work! And you can specify any number of such commands!!!</span></p>
<p><span style="font-family: Verdana;">To do that, add node &lt;opanim&gt; (for opening animation) and &lt;clanim&gt; (for closing) to any element you would like to apply it to.</span></p>
<p><span style="font-family: Verdana;"><strong>for example:</strong><br />
</span></p>
<pre>&lt;el eltype="rect" x="100" y="100" w="300" h="200" c="0x456789" a="100" &gt;
	&lt;opanim&gt;
		&lt;ae par="_alpha" fr="0" to="100" st="0" ln="1" /&gt;
		&lt;ae par="_xscale" fr="10" to="100" st="2" ln="2" /&gt;
		&lt;ae par="_xscale" fr="100" to="10" st="1" ln="1" /&gt;
	&lt;/opanim&gt;
&lt;/el&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-advanced-opening-and-closing-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; functionality &#8211; more elements display attributes</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-more-elements-display-attributes/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-more-elements-display-attributes/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 07:15:17 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=11</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-more-elements-display-attributes/" title="XIML - functionality - more elements display attributes"></a>We added additional general attributes that could be applied to any element. _alpha=&#8221;80&#8243; : defines transparency on the entire element (in %) _rotation=&#8221;30&#8243; : rotates the entire element (in degrees) We looking forward to see some fancy angled design you&#8217;ll &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-more-elements-display-attributes/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-more-elements-display-attributes/" title="XIML - functionality - more elements display attributes"></a><p>We added additional general attributes that could be applied to any element.</p>
<ul>
<li>_alpha=&#8221;80&#8243;  :  defines transparency on the entire element (in %)</li>
<li>_rotation=&#8221;30&#8243;  :  rotates the entire element (in degrees)</li>
</ul>
<p>We looking forward to see some fancy angled design you&#8217;ll come up with.</p>
<p>Our examples are coming soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-more-elements-display-attributes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; functionality &#8211; conditional elements display</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-conditional-elements-display/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-conditional-elements-display/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 02:11:31 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=10</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-conditional-elements-display/" title="XIML - functionality - conditional elements display"></a>XIML has an option to display (or not) some areas based on content in data file. The element that used for that is eltype=&#8221;if_cond&#8221; and it is acting as &#8220;elem_group&#8221; if displayed or completely ignored otherwise. We added more conditions &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-conditional-elements-display/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-conditional-elements-display/" title="XIML - functionality - conditional elements display"></a><p><code><span style="font-family: Verdana,Sans Serif;">XIML has an option to display (or not) some areas based on content in data file.</span></code></p>
<p><span style="font-family: Verdana,Sans Serif;">The element that used for that is eltype=&#8221;if_cond&#8221; and it is acting as &#8220;elem_group&#8221; if displayed or completely ignored otherwise.</span></p>
<p><span style="font-family: Verdana,Sans Serif;">We added more conditions recently and at the moment the full list is:</span></p>
<ul> <span style="font-family: Verdana,Sans Serif;"></p>
<li>cond_type=&#8221;eq_attr&#8221; cond_attr=&#8221;lazy&#8221; cond_val=&#8221;fox&#8221; : block displayed if attribute&#8221;lazy&#8221; of the current data node is &#8220;fox&#8221;</li>
<li>cond_type=&#8221;ne_attr&#8221; cond_attr=&#8221;lazy&#8221; cond_val=&#8221;fox&#8221; : block displayed if attribute&#8221;lazy&#8221; of the current data node is NOT &#8220;fox&#8221;</li>
<li>cond_type=&#8221;eq_nodeName&#8221; cond_val=&#8221;fox&#8221; : block displayed if node name of the current data node is &#8220;fox&#8221;</li>
<li>cond_type=&#8221;ne_nodeName&#8221; cond_val=&#8221;fox&#8221; : block displayed if node name of the current data node is NOT &#8220;fox&#8221;</li>
<p></span></ul>
<ul> <span style="font-family: Verdana,Sans Serif;"></p>
<li>cond_type=&#8221;isval_node&#8221; cond_path=&#8221;/*/fox&#8221; : block displayed if there is a node exist with XPath &#8220;/*/fox&#8221; relatively to the current data node</li>
<li>cond_type=&#8221;isnotval_node&#8221; cond_path=&#8221;/*/fox&#8221; : block displayed if there is NO node exist with XPath &#8220;/*/fox&#8221; relatively to the current data node</li>
<li>cond_type=&#8221;isval_attr&#8221; cond_attr=&#8221;lazy&#8221; : block displayed if attribute&#8221;lazy&#8221; of the current data node is exist and not empty</li>
<li>cond_type=&#8221;isnotval_attr&#8221; cond_attr=&#8221;lazy&#8221; : block displayed if attribute&#8221;lazy&#8221; of the current data node is NOT exist or empty</li>
<p></span></ul>
<p><span style="font-family: Verdana,Sans Serif;"><strong>usage example:</strong><br />
</span></p>
<pre>&lt;el eltype="if_cond" cond_type="isval_node" cond_path="/*/cx" x="0"
yrel="prevrel+10" w="100%" h="100%"&gt;
	&lt;el style="txt_pg_hdr_med" txt="Config"/&gt;
	&lt;el style="txt_pg_code" subname="cx"/&gt;
&lt;/el&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-conditional-elements-display/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML sites &#8211; deep linking / pages</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-sites-deep-linking-pages/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-sites-deep-linking-pages/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 09:13:24 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>
		<category><![CDATA[XIML sites dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=9</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-sites-deep-linking-pages/" title="XIML sites - deep linking / pages"></a>Deep linking to internal pages within XIML site is easy to use: ximl.com/site/{site name}/{page name} For example: http://ximl.com/site/ximl_tabs1/tc_ft will go directly to the features page (tc_ft) of site ximl_tabs1. To link to pages of the main site, use ximl.com/p/{page name} &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-sites-deep-linking-pages/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-sites-deep-linking-pages/" title="XIML sites - deep linking / pages"></a><p><code> </code></p>
<p><span style="font-family: Verdana;">Deep linking to internal pages within XIML site is easy to use:<br />
ximl.com/site/{site name}/{page name}<br />
<strong>For example:</strong><br />
<a href="http://ximl.com/site/ximl_tabs1/tc_ft" target="_blank"><span style="text-decoration: underline;">http://ximl.com/site/ximl_tabs1/tc_ft</span></a> will go directly to the features page (tc_ft) of site ximl_tabs1.</span></p>
<p><span style="font-family: Verdana;">To link to pages of the main site, use<br />
ximl.com/p/{page name}<br />
<strong>For example:</strong><br />
<a href="http://ximl.com/p/p_tech_features" target="_blank"><span style="text-decoration: underline;">http://ximl.com/p/p_tech_features</span></a> will go directly to the features page of main site.</span></p>
<p><span style="font-family: Verdana;">To set what page should open on site start, use<br />
&lt;start_page v=&#8221;p_tech_about&#8221;/&gt; located at /website/config/sys/ in the configuration file.<br />
For example see http://ximl.com/conf.xml</span></p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-sites-deep-linking-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; functionality &#8211; scroll</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-functionality-scroll/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-functionality-scroll/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 07:59:52 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://ximl.com/wp/?p=8</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-scroll/" title="XIML - functionality - scroll"></a>Following elements can have scroll: text, sel_4state, elem_group. To use it, specify attribute scrl=&#8221;yes&#8221; in the element. Then you can use default scroll or fully configure it for your needs. The default scroll is: &#60;scroll&#62; &#60;conf scroll_step="50" scroll_step_time="0.3"/&#62; &#60;bg eltype="elem_group" &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-scroll/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-functionality-scroll/" title="XIML - functionality - scroll"></a><p><span style="font-family: Verdana;">Following elements can have scroll: <strong>text, sel_4state, elem_group</strong>.<br />
To use it, specify attribute scrl=&#8221;yes&#8221; in the element.<br />
Then you can use default scroll or fully configure it for your needs.<br />
The default scroll is:</span></p>
<pre><span style="font-family: Verdana; font-size: xx-small;">
&lt;scroll&gt;
  &lt;conf  scroll_step="50" scroll_step_time="0.3"/&gt; 

  &lt;bg eltype="elem_group"  x="R+3" y="12"  w="7" y2="B-12" &gt;
    &lt;el eltype="bord"  x="0" y="0"  x2="R" y2="B"  c="0xcccccc" a="100" r="0"  t="0.5" /&gt;
  &lt;/bg&gt; 

  &lt;sld  eltype="el__2state"  x="R+3" y="12"  w="7" y2="B-12" &gt;
    &lt;el&gt;
      &lt;el eltype="rect"  x="0" y="0"  x2="R" y2="B"  c="0x999999" a="100" r="0"  /&gt;
    &lt;/el&gt;
    &lt;elov&gt;
      &lt;el eltype="rect"  x="0" y="0"  x2="R" y2="B"  c="0x333333" a="100" r="0"  /&gt;
    &lt;/elov&gt;
  &lt;/sld&gt; 

  &lt;bar eltype="elem_group"  x="R+3" y="12"  w="7" y2="B-12" &gt;
    &lt;el eltype="rect"  x="0" y="0"  x2="R" y2="B"  c="0x3333cc" a="0" r="0"  /&gt;
  &lt;/bar&gt; 

  &lt;btn_up eltype="el__2state"  x="R+3" y="0"  w="7" h="10" &gt;
    &lt;el&gt;
      &lt;el eltype="rect"  x="-2" y="-2"  x2="R+2" y2="B+2"  c="0xcccccc" a="0" r="0" /&gt;
      &lt;el eltype="triang"  x1="0" y1="B"  x2="R" y2="B"  x3="C" y3="0"    c="0x999999" a="100" /&gt;
    &lt;/el&gt;
    &lt;elov&gt;
      &lt;el eltype="rect"  x="-2" y="-2"  x2="R+2" y2="B+2"  c="0xcccccc" a="0" r="0" /&gt;
      &lt;el eltype="triang"  x1="0" y1="B"  x2="R" y2="B"  x3="C" y3="0"    c="0x333333" a="100" /&gt;
    &lt;/elov&gt;
  &lt;/btn_up&gt; 

  &lt;btn_down eltype="el__2state" x="R+3" y="B-10" w="7" h="10"&gt;
    &lt;el&gt;
      &lt;el eltype="rect"  x="-2" y="-2"  x2="R+2" y2="B+2"  c="0xcccccc" a="0" r="0" /&gt;
      &lt;el eltype="triang"  x1="0" y1="0"  x2="R" y2="0"  x3="C" y3="B"    c="0x999999" a="100" /&gt;
    &lt;/el&gt;
    &lt;elov&gt;
      &lt;el eltype="rect"  x="-2" y="-2"  x2="R+2" y2="B+2"  c="0xcccccc" a="0" r="0" /&gt;
      &lt;el eltype="triang"  x1="0" y1="0"  x2="R" y2="0"  x3="C" y3="B"    c="0x333333" a="100" /&gt;
    &lt;/elov&gt;
  &lt;/btn_down&gt;
&lt;/scroll&gt;</span></pre>
<p><span style="font-family: Verdana;">&lt;<strong>conf</strong> &#8211; scroll configuration (optional). By default, scroll_step is 50 (pixels) for sel_4state, elem_group and 3 (lines) for text. scroll_step_time is 0.3 sec by default.</span></p>
<p><span style="font-family: Verdana;">&lt;<strong>bg</strong> &#8211; graphics, background, etc.</span></p>
<p><span style="font-family: Verdana;">&lt;<strong>sld</strong> &#8211; slider. It will be resized to a required height.</span></p>
<p><span style="font-family: Verdana;">&lt;<strong>bar</strong> &#8211; specifies &#8220;operational&#8221; area for slider movement.</span></p>
<p><span style="font-family: Verdana;">&lt;<strong>btn_up</strong> &#8211; button for scroll up.</span></p>
<p><span style="font-family: Verdana;">&lt;<strong>btn_down</strong> &#8211; button for scroll down.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-functionality-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; new functionality &#8211; masks</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-masks/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-masks/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 11:23:42 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://www.ximl.com/wp/?p=5</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-masks/" title="XIML - new functionality - masks"></a>It is possible to apply a mask to any element. It can be useful for creating non-rectangular shapes or prevent other elements to run out its borders. To use: in the element definition add an attribute mask=&#8221;true&#8221; add sub xml &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-masks/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-masks/" title="XIML - new functionality - masks"></a><p><span style="font-family: Verdana;">It is possible to apply a mask to any element.<br />
It can be useful for creating non-rectangular shapes or prevent other elements to run out its borders.</span></p>
<p><span style="font-family: Verdana;"><strong>To use:</strong></span></p>
<ul> <span style="font-family: Verdana;"></p>
<li>in the element definition add an attribute mask=&#8221;true&#8221;</li>
<li>add sub xml to the element :</li>
<p></span></ul>
<pre><span style="font-family: Verdana; font-size: xx-small;">
&lt;el eltype="plugin" x="0" y="0" w="100%" h="100%" size="no" datatype="xml" attr="engurl" mask="true" &gt;
  &lt;mask&gt;
    &lt;el eltype="rect" x="0" y="0" w="100%" h="100%" c="0xcccccc" /&gt;
  &lt;/mask&gt;
&lt;/el&gt;
</span></pre>
<p><span style="font-family: Verdana;">The element formed in the el/mask/ area will define a mask on the rest of the element its applied to.</span></p>
<p><span style="font-family: Verdana;"><strong>For example</strong>, see source code at<br />
<a href="http://ximl.com/sites/ximl_tabs1/conf.xml" target="_blank"><span style="text-decoration: underline;">http://ximl.com/sites/ximl_tabs1/conf.xml</span></a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-masks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XIML &#8211; new functionality &#8211; elems</title>
		<link>http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-elems/</link>
		<comments>http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-elems/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 03:07:39 +0000</pubDate>
		<dc:creator>snu</dc:creator>
				<category><![CDATA[all news]]></category>
		<category><![CDATA[XIML engine dev]]></category>

		<guid isPermaLink="false">http://www.ximl.com/wp/?p=4</guid>
		<description><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-elems/" title="XIML - new functionality - elems"></a>It is possible to define custom elements once and use it through the entire site. It is possible to use custom elements inside another custom element. It is possible to use styles inside custom elements. To define: in the configuration &#8230;<p class="read-more"><a href="http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-elems/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-elems/" title="XIML - new functionality - elems"></a><p><span style="font-family: Verdana;">It is possible to define custom elements once and use it through the entire site.<br />
It is possible to use custom elements inside another custom element.<br />
It is possible to use styles inside custom elements.</span></p>
<p><span style="font-family: Verdana;"><strong>To define:</strong> in the configuration file, in /website/config/sys/elems, define custom element called TopNav_el_nrm</span></p>
<pre><span style="font-family: Verdana;"><span style="font-family: Verdana; font-size: xx-small;">
&lt;TopNav_el_nrm eltype="elem_group" x="0" y="0" x2="R" y2="B" &gt;
	&lt;el eltype="rect" x="4" y="0" x2="R-4" y2="B" c="0xdddddd" a="100" /&gt;
	&lt;el style="TopNav_txt_nrm" x="20" /&gt;
&lt;/TopNav_el_nrm&gt;</span></span></pre>
<p><span style="font-family: Verdana;"><strong>To use:</strong></span></p>
<pre><span style="font-family: Verdana;"><span style="font-family: Verdana; font-size: xx-small;">
&lt;el elem="TopNav_el_nrm" /&gt;</span></span></pre>
<p><span style="font-family: Verdana;"><span style="font-family: Verdana;">As with styles, it is possible to overwrite any attribute when using the custom element.</span></span></p>
<p><span style="font-family: Verdana;"><span style="font-family: Verdana;"><br />
<strong>For example</strong>, see source code at<br />
<a href="http://ximl.com/sites/ximl_tabs1/conf.xml" target="_blank"><span style="text-decoration: underline;">http://ximl.com/sites/ximl_tabs1/conf.xml</span></a></span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://ximl.com/wp/2008/ximl-news/ximl-new-functionality-elems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

