git-svn-id: https://svn.libreccm.org/ccm/trunk@126 8810af33-2d31-482b-a856-94f89814c4df
parent
bcf4bcc9d8
commit
08f62a84b2
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE stylesheet [
|
||||
<!ENTITY nbsp " " ><!-- 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>
|
||||
Loading…
Reference in New Issue