NodePit / knime-json-node-doc-generator

Generate KNIME node documentation as a structured JSON file.
GNU General Public License v3.0
6 stars 0 forks source link

Parse and extract further information #3

Open qqilihq opened 6 years ago

qqilihq commented 6 years ago

Node

Later

What else? @danielesser

qqilihq commented 6 years ago

Pro tip: Use xsdvi to visualize the node XSD as SVG file:

$ curl https://www.knime.com/node/v3.1.xsd
$ java -jar xsdvi.jar v3.1.xsd.xml
danielesser commented 6 years ago
qqilihq commented 6 years ago

Update: Getting complete feature information (e.g. license text, copyright notice, …) doesn't seem that trivial. I've spent some unsuccessful attempts. Here's some pointers: