|
User GuideNameinterest.description.format — controls formatting of interest descriptions Applies ToThis parameter controls the formatting of the description element when it is contained in an interest. It affects all output formats. Possible ValuesPossible values include single-line and block. single-line is the default. The examples below demonstrate the formatting of this XML fragment: <interests> <interest> <title>Scuba diving</title> </interest> <interest> <title>Flying</title> <description> <para>I have my pilot's license, and have logged over 1000 in-flight hours.</para> <para>I have also constructed my own airplane from a kit.</para> </description> </interest> </interests>
|