<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Dear GReAT-Users,</div>

<div>some days ago, I asked you a question about the order of XML-nodes in an output of GReAT. This phenomena is important to me and I would be very happy, if someone of you would have a smart solution on that topic.</div>

<div>I am looking forward to one of your answers and thank you in advance!</div>

<div>&nbsp;</div>

<div>
<div>Greetings from Stuttgart, Germany</div>

<div>Dominik Giel</div>
</div>

<div>&nbsp;
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div name="quoted-content">
<div style="font-family: Verdana;font-size: 12.0px;">
<div><b>My Question...</b></div>

<div>...is is concerning the order of GReAT nodes created when getting an XML Output. As I understood the programming of the language, this order is alphabeticly.</div>

<div>In my case, I need an XML-Output File, where the nodes are in that order, I insert them in the Transformation process. But unfortunately in the XML-Output then node &lt;PROJECT&gt; (where common objects are defined) is after &lt;ELEMENTS&gt; in which I want to declare which content objects I have.</div>

<div>&nbsp;</div>

<div>In my transformation, I create PROJECT first (as new Reference), then ELEMENTS.&nbsp; In my output the XML-nodes are like already described in the following order: 1. ELEMENTS, 2. PROJECT.</div>

<div>Further tests with other names always create a XML-Sheet with alphabetic ordered nodes.</div>

<div>&nbsp;</div>

<div>For further use of my produced XML-Sheet, an individual order is definitely needed.</div>

<div>&nbsp;</div>

<div>Can I set a setting where GReAT understands to create the PROJECT Object first and then the ELEMENTS one?</div>

<div>&nbsp;</div>

<div>Needed output:</div>

<div>&nbsp;</div>

<div>&lt;PROJECT&gt;</div>

<div>---Content nodes---</div>

<div>&lt;/PROJECT&gt;</div>

<div>&lt;ELEMENTS&gt;</div>

<div>&nbsp; &lt;FIRST&gt;---content---&lt;/FIRST&gt;</div>

<div>&nbsp; &lt;SECOND&gt;---content---&lt;/SECOND&gt;</div>

<div>&nbsp; .</div>

<div>&nbsp; .</div>

<div>&lt;/ELEMENTS&gt;</div>

<div>&nbsp; .</div>

<div>&nbsp; .</div>

<div>&nbsp; .</div>
</div>
</div>
</div>
</div>
</div></div></body></html>