Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ERROR NewNodeNodeFactory Broken XML file for node description of org.de.NewNodeNodeFactory: The reference to entity "O" must end with the ';' delimiter.
  2.  
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <knimeNode icon="./default.png" type="Other" xmlns="http://knime.org/node/v2.8" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://knime.org/node/v2.10 http://knime.org/node/v2.10.xsd">
  5. <name>NewNode</name>
  6.  
  7. <shortDescription>
  8. some short description
  9. </shortDescription>
  10.  
  11. <fullDescription>
  12. <intro>
  13. some Description
  14. </intro>
  15.  
  16.  
  17. <option name="Path to Excel: ">Set the absolute path to the Excel-file.</option>
  18. <!-- possibly more options that can also be grouped by tabs -->
  19. <!--
  20. <tab name="Standard Options">
  21. <option name="short name of first option (like in the dialog)">description of first option</option>
  22. <option name="short name of second option (like in the dialog)">description of second option</option>
  23. </tab>
  24. <tab name="Advanced Options">
  25. <option name="short name of first advanced option (like in the dialog)">description of first advanced option</option>
  26. </tab>
  27. -->
  28. </fullDescription>
  29.  
  30. <ports>
  31. <!-- possibly more input ports here-->
  32. <outPort index="0" name="KV-Tableset Output">A KV-Tableset (see documentation for more information)</outPort>
  33. <!-- possibly more output ports here-->
  34. </ports>
  35. <views>
  36. <!--view index="1" name="name of second view">Description of second view...</view-->
  37. </views>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement