<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
..MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>I am creating an XML file say A, from another xml file B.
The content of file B will be changing and some tags can have optional
attributes. I want to include the attribute in the constructed XML file tag(s)
through Xquery, only when it is available in source file B.<o:p></o:p></p>

<p class=MsoNormal>I am trying something like this, where the attribute
&quot;name&quot; is optional in source.<o:p></o:p></p>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<p class=MsoNormal>let $x:= doc(&quot;source.xml&quot;)<o:p></o:p></p>

<p class=MsoNormal>for $comp in $x/Unit/Data/Organization<o:p></o:p></p>

<p class=MsoNormal>return<o:p></o:p></p>

<p class=MsoNormal>&lt;Unit&gt;<o:p></o:p></p>

<p class=MsoNormal>&lt;Company type=&quot;{$comp/@type}&quot;
primary=&quot;{$org/@primary}&quot;
{if(fn:exists($x/Unit/Data/Organization/@name)) then
name=&quot;{$org/@name}&quot; else &quot;&quot; } &gt;<o:p></o:p></p>

<p class=MsoNormal>&lt;/Detail&gt;&lt;/Detail&gt;<o:p></o:p></p>

<p class=MsoNormal>&lt;/Company&gt;<o:p></o:p></p>

<p class=MsoNormal>&lt;/Unit&gt;<o:p></o:p></p>

</div>

</body>

</html>

<table><tr><td bgcolor=#ffffff><font color=#000000>DISCLAIMER:<br>
-----------------------------------------------------------------------------------------------------------------------<br>
<br>
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.<br>
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in <br>
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.<br>
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of <br>
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have <br>
received this email in error please delete it and notify the sender immediately. Before opening any mail and <br>
attachments please check them for viruses and defect.<br>
<br>
-----------------------------------------------------------------------------------------------------------------------<br>
</font></td></tr></table>