]> git.sesse.net Git - mlt/blobdiff - src/modules/xml/producer_xml.yml
Fixup some YAML in last commit.
[mlt] / src / modules / xml / producer_xml.yml
index 1aaebdfb4d8e7b740a2687b17a67137febb3d8b6..20ba3aba3c64155d6f089ee0f55cc5f9e6d210db 100644 (file)
@@ -14,19 +14,9 @@ description: |
   Construct a service network from an XML description. See docs/mlt-xml.txt.
 parameters:
   - identifier: argument
-    title: URL
+    title: File
     type: string
-    description: |
-      An XML text file containing MLT XML
-      Since MLT XML files can be parameterised, the URL syntax is:
-      {file-name}[?{param-name}{'='|':'}{param-value}[&{param-name}{'='|':'}{param-value}...]]
-      A colon is allowed instead of an equal sign to pacify melt, who tokenises 
-      anything with an equal sign as a property setting. Also, when running 
-      melt from the shell, beware of the '?' and shell filename expansion. You 
-      can surround the URL with single quotations to prevent expansion. 
-      Finally, the loader will fail to match the filename when you use 
-      parameters, so preface the url with 'xml:' to force the loader to load 
-      with the xml service.
+    description: An XML text file containing MLT XML.
     readonly: no
     required: yes
     mutable: no
@@ -35,5 +25,4 @@ parameters:
   - identifier: resource
     title: Resource
     type: string
-    description: File location. See "argument" above.
     readonly: yes