From bf6a5858e2c8839a5f8a4bdf087bcb94c54084bb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 7 Dec 2011 11:25:32 +0100 Subject: [PATCH] Spell fixes for urlRecipe description --- doc/zoom.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/zoom.xml b/doc/zoom.xml index d8ae9e2..50a4682 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -505,19 +505,20 @@ The value of this field is a string that generates a dynamic link based on record content. If the resulting string is non-zero in length a new field, metadata with attribute - type="generated-url". + type="generated-url" is generated. The contents of this field is the result of the URL recipe conversion. The urlRecipe value may refer to an existing metadata element by ${field[pattern/result/flags]}, which will take content of field and perform a regular expression conversion using the pattern given. For example: ${md-title[\s+/+/g]} takes - metadadata element title and converts one or more + metadata element title and converts one or more spaces to a plus character. If the contentConnector setting also defined, the resulting value is - augmented with a session string as well as the content proxy server. + augmented with a session string as well as host name of the + content proxy server. -- 1.7.10.4