Advertisement
Guest User

input.xml

a guest
Jun 9th, 2017
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <NetReport datetime="05-09-2016 11:15:02">
  3. <Net ID="12345">
  4. <category name="PC Core">
  5. <item name="Computer System">
  6. <property name="Caption" valueType="String">DIEBOLD</property>
  7. <property name="Current Time Zone" valueType="Integer">60</property>
  8. ..............
  9. ..............
  10. </item>
  11. <item name="Processor">
  12. <property name="Stepping" valueType="String">9</property>
  13. <property name="Status" valueType="String">OK</property>
  14. ..............
  15. ..............
  16. </item>
  17.  
  18. </category>
  19. <category name="Software">
  20. <item name="Software Application">
  21. <property name="Name" valueType="String">Windows Genuine Advantage Validation Tool (KB892130)</property>
  22. <property name="Caption" valueType="String">Windows Genuine Advantage Validation Tool (KB892130)</property>
  23. <property name="Description" valueType="String">Windows Genuine Advantage Validation Tool (KB892130)</property>
  24. ..............
  25. ..............
  26. </item>
  27. <item name="Software Application">
  28. <property name="Name" valueType="String">Intel(R) PRO Network Connections 11.2.0.69</property>
  29. <property name="Caption" valueType="String">Intel(R) PRO Network Connections 11.2.0.69</property>
  30. ..............
  31. ..............
  32. </item>
  33. <item name="Software Application">
  34. <property name="Name" valueType="String">AddressBook</property>
  35. <property name="Caption" valueType="String">AddressBook</property>
  36. ..............
  37. ..............
  38. </item>
  39. <item name="Software Application">
  40. <property name="Name" valueType="String">Agilis Configuration Utility</property>
  41. <property name="Caption" valueType="String">Agilis Configuration Utility</property>
  42. ..............
  43. ..............
  44. </item>
  45.  
  46. </category>
  47.  
  48. <category name="xyz">
  49.  
  50.  
  51. </category>
  52.  
  53.  
  54. </Net>
  55. </NetReport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement