Process SMIL directives in XML data: Difference between revisions

m
m (syntax highlighting fixup automation)
m (→‎{{header|Wren}}: Minor tidy)
 
Line 635:
{{libheader|Wren-pattern}}
As Wren lacks any kind of XML support (let alone SMIL), I've had to resort to string parsing to complete this task.
<syntaxhighlight lang="ecmascriptwren">import "./pattern" for Pattern
 
var xml = """
9,476

edits