From: Dan Dennedy Date: Wed, 17 Aug 2011 05:51:06 +0000 (-0700) Subject: Document serializing xml to property. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=309d1b2dd32aff8ad27b53e307c1453316cb6c89;p=mlt Document serializing xml to property. --- diff --git a/src/modules/xml/consumer_xml.yml b/src/modules/xml/consumer_xml.yml index efe10c21..de09c11a 100644 --- a/src/modules/xml/consumer_xml.yml +++ b/src/modules/xml/consumer_xml.yml @@ -22,7 +22,12 @@ parameters: - identifier: argument title: File type: string - description: The name of a file in which to store the XML. + description: > + The name of a file in which to store the XML. + If the value does not contain a period (to start an extension), then + the value is interpreted as the name of a propery in which to store the + XML. This makes it easy for an application to use the consumer to + serialize a service network and retrieve the XML in-memory. readonly: no required: no mutable: no