• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store

    Show / Hide Table of Contents

    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:

    • XML Nodes explained in detail
    • Related Contributions
    • Improve this Doc

    © 2020 by vvvv group. Imprint | Privacy Policy.
    Thanks to DocFX for building this website. Analytics by Plausible.

    Back to top