Merged in changes from dflemstr (thanks!)
[pandora-libraries.git] / testdata / pndsample / x86_ls / PXML.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PXML xmlns="http://openpandora.org/namespaces/PXML" 
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="jeff.sample.pnd.ls.hooha" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
4   <title lang="en_US">PND ls</title>
5   <title lang="de_DE">PND ls - German</title>
6
7   <exec background="true" startdir="." standalone="true" command="my_ls"/>
8
9   <icon src="zeldaicon.png"/>
10
11   <description lang="en_US">This is the English Description of the file.</description>
12   <description lang="de_DE">This would be the German description.</description>
13
14 </PXML>