i want generate list output in Keetle Spoon:system_name, productnameexample:\[code\]JOHN Adobe Reader XI (11.0.01)JOHN D3DX10JOHN Google DriveJOHN Adobe Flash Player 11 ActiveXJOHN Adobe Flash Player 11 Plugin\[/code\]From xml file:\[code\]<computer> <system name="JOHN" /> <operatingsystem name="Microsoft Windows 7 Professional " servicepack="Service Pack 1" /> <windowscomponents> <component name="Windows Media Player (from Start Menu and Desktop)" class="2200" classname="" level="1" /> </windowscomponents> <installedapplications> <msiapplication productname="Adobe Reader XI (11.0.01)" vendor="Adobe Systems Incorporated" version="11.0.01" installdate="20130111" /> <msiapplication productname="D3DX10" vendor="Microsoft" version="15.4.2368.0902" installdate="20121219" /> <msiapplication productname="Google Drive" vendor="Google, Inc." version="1.7.4018.3496" installdate="20130108" /> <regapplication productname="Adobe Flash Player 11 ActiveX" version="11.5.502.146" /> <regapplication productname="Adobe Flash Player 11 Plugin" version="11.5.502.146" /> </installedapplications></computer>\[/code\]I use settings: \[code\]Loop XPath /computer\[/code\]Fields:[*]\[code\]system/@name\[/code\][*]\[code\]installedapplications/msiapplication/@productname\[/code\][*]\[code\]installedapplications/regapplication/@productname\[/code\]but I only get rows:\[code\]JOHN Adobe Reader XI (11.0.01)JOHN Adobe Flash Player 11 ActiveX\[/code\]