|
New LunchBox nodes for XML creation and importing |
In the latest released of LunchBox for Dynamo, I have included new XML nodes that allow exporting and parsing. Dynamo data can be serialized and saved to XML with the help of the new DataSet nodes included in Dynamo. XML data can also be imported and parsed.
New nodes include...
- SerializeXML - Create new XML from a DataSet and save it.
- DeserializeXML - Converts XML nodes and values to a Dynamo nested list.
- GetXMLNode - Get the contents of an XML node by tag name.
|
GetXMLNode allows for quick parsing of XML data using tag names |
|
Deserialize XML into Dynamo lists for tags and values |
|
Serialize XML data with the help fo LunchBox DataSet nodes |