From 309d1b2dd32aff8ad27b53e307c1453316cb6c89 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 16 Aug 2011 22:51:06 -0700 Subject: [PATCH] Document serializing xml to property. --- src/modules/xml/consumer_xml.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2