Return to doc.sitecore.com

Valid for Sitecore 5.3.1
11.  Layout
Prev Next

The “Layout” type field contains complex xml structure. For instance:

<r  ><d id="{FE5D7FDF-89C0-4D99-9AA3-B5FBD009C9F3}" l="{C78C4D4F-2DFD-45DB-BECF-4DC563968F1F}"><r id="{9142A7A3-5F88-4C35-9006-F216348E6307}" ph="content" ds="" par="" /><r id="{B5BF2CF1-7088-4166-8A46-D0BC3EF74CA8}" ph="content" ds="" par="" /></d><d id="{46D2F427-4CE5-4E1F-BA10-EF3636F43534}" l="{6E138A4E-0964-48CD-9592-CE8230BA8CED}" /></r>

As far as XSLT renderings only work with the web database it is not possible to handle fields of this type in XSLT. You should use C# code for handling the fields of such type.


Prev Next