XML
Wikipedia on XML
XML Tutorials
Related nodes
AsXElement (XML)
Element (XML Split)
Attribute (XML Split)
GetElements (XML ByXPath)
Cons(XElement)
XPath (XML)
XQuery (XML)
AsString(Object)
...and many more
vvvv supports XML documents via a native datatype called XElements which wraps the .net type of the same name. There is a range of nodes operating on that datatype that allow you to navigate through XML elements (tags) and attributes, perform complex XPath queries and construct XML documents on the fly.
XML documents can be read and saved as plain text files.
Examples in your vvvv\girlpower\ directory:
- Strings
- IO\Web\05_Wikipedia Example
See also: