Thanks for your reply and can i integrate directly XML output to Web Template Language's loop that is the coding as following as
<!-- begin: loop(z, [Pagination.StartIndex], min([Pagination.FinishIndex], [LibraryFilesCount] - 1)) -->
<div class="item">
<a href="[LibraryFile([z]).IntoLink]"><img src="[LibraryFile([z]).ImageLink]&Width=64&Height=64&Square=1&FillTransparency=FFFFFF" class="item" alt="[LibraryFile([z]).Name] Image" />[/url]
<div class="title">
<a href="[LibraryFile([z]).IntoLink]">[LibraryFile([z]).Name][/url]
</div>
<ul class="controls">
<li><a href="javascript:download_jump_playing_now('[LibraryFile([z]).PlayLink]')">Play[/url]</li>
<li><a href="javascript:download('[LibraryFile([z]).AddLink]')">Add[/url]</li>
</ul>
</div>
<!-- begin: loop_no_last -->
<div class="divider_tight"></div>
<!-- end: loop_no_last -->
<!-- end: loop -->
this is coding for actual output of search results so, if I can integrate with this then my work is over.
is there any necessary import files or procedure for using this language?.
Thank you