StringToElement Op
convert html/xml string input to an element
Summary (oneliner)
Uses DomParser to create an Element from the string input to be used with ops in the Ops.Html.Elements. namespace.
Full Name
- Ops.Html.Elements.StringToElement
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch StringToElement Example
example on how to convert valid html/xml strings to elements to use in cables
INPUT PORTS
Input (String)
html/xml
Type index (Number: integer) text/html text/xml
OUTPUT PORTS
Element (Object)