Merged in changes from dflemstr (thanks!)
[pandora-libraries.git] / testdata / pndsample / x86_echo / PXML.xml
index 8523743..a0b8351 100644 (file)
@@ -1,24 +1,12 @@
-<?xml version="1.0"?>
-<PXML>
-<title>
-       <en>x86 echo</en>
-       <de>Program Title in German Language</de>
-       <fr>Program Title in French Language</fr>
-       <it>Program Title in Italian Language</it>
-</title>
+<?xml version="1.0" encoding="UTF-8"?>
+<PXML xmlns="http://openpandora.org/namespaces/PXML" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="jeff.sample.pnd.winkydink123" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
+  <title lang="en_US">PND Echo</title>
+  <title lang="de_DE">PND Echo - German</title>
 
-<unique_id>123456x86echo</unique_id>
+  <exec background="true" startdir="." standalone="true" command="my_echo"/>
 
-<standalone>Yes</standalone>
-
-<exec>my_echo</exec>
-
-<category>
-       <main>Main category</main>
-       <subcategory1>Subcategory 1</subcategory1>
-       <subcategory2>Subcategory 2</subcategory2>
-</category>
-
-<clockspeed>200</clockspeed>
+  <description lang="en_US">This is the English Description of the file.</description>
+  <description lang="de_DE">This would be the German description.</description>
 
 </PXML>