From: Arjen J.W. P. <po...@us...> - 2008-10-13 10:12:58
|
Update of /cvsroot/springframework/spring/docs/reference/src In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28059/docs/reference/src Modified Files: beans.xml Log Message: SPR-5206 Index: beans.xml =================================================================== RCS file: /cvsroot/springframework/spring/docs/reference/src/beans.xml,v retrieving revision 1.236 retrieving revision 1.237 diff -C2 -d -r1.236 -r1.237 *** beans.xml 21 Jul 2008 20:56:19 -0000 1.236 --- beans.xml 13 Oct 2008 10:12:46 -0000 1.237 *************** *** 1517,1520 **** --- 1517,1525 ---- </bean></programlisting> + <note><para>The nested element style used this initial + example tends to become quite verbose. Fortunately, there are + attribute shortcuts for most elements, which you can read about in + <xref linkend="xml-config-shortcuts"/>.</para></note> + <para><emphasis>Note that the value of a map key or value, or a set value, can also again be any of the following |