git-svn-id: https://svn.libreccm.org/ccm/trunk@126 8810af33-2d31-482b-a856-94f89814c4df

master
jensp 2009-03-30 12:28:37 +00:00
parent bcf4bcc9d8
commit 08f62a84b2
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE stylesheet [
<!ENTITY nbsp "&#160;" ><!-- no-break space = non-breaking space, U+00A0 ISOnum -->
]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:cms="http://www.arsdigita.com/cms/1.0"
version="1.0">
<xsl:template match="cms:item[objectType='com.arsdigita.cms.contenttypes.Person']"
mode="cms:CT_graphics"
name="cms:CT_graphics_com_arsdigita_cms_contenttypes_Person">
<pre>Person</pre>
</xsl:template>
</xsl:stylesheet>