Posts

Showing posts from February, 2008

Quick Reference for SharePoint Built in Fields

There are many instances where you need a quick, readable reference giving you the GUIDs for your FieldRef's in a content type definition file. Here's a handy xslt stylesheet that does the transform for you: <?xml version="1.0" encoding="utf-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wss="http://schemas.microsoft.com/sharepoint/"> <xsl:output method="html" version="1.0" encoding="utf-8" indent="yes" /> <xsl:template match="wss:Elements"> <html> <body> <h2>SharePoint 2007 Built-In Fields</h2> <table border="1" width="100%" style="font-size:10pt;"> <tr bgcolor="#9acd32"> <th align="left">Group</th> <th align="left" width="100">Field</th> <th align=&qu