lenya/src/webapp/lenya/pubs/oscom/xslt/matrix/authoring body_xopus.xsl,1.2,1.3
Michael Wechner <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/oscom/xslt/matrix/authoring
In directory erbium:/tmp/cvs-serv27001/src/webapp/lenya/pubs/oscom/xslt/matrix/authoring
Modified Files:
body_xopus.xsl
Log Message:
Programming Language added to Schema
Index: body_xopus.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/oscom/xslt/matrix/authoring/body_xopus.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** body_xopus.xsl 4 May 2003 22:19:09 -0000 1.2
--- body_xopus.xsl 8 May 2003 08:09:32 -0000 1.3
***************
*** 31,34 ****
--- 31,35 ----
<li>Home: <xsl:apply-templates select="main_url"/></li>
<li><xsl:apply-templates select="license"/></li>
+ <xsl:apply-templates select="programming-language"/>
</ul>
<xsl:apply-templates select="related-info"/>
***************
*** 39,43 ****
<xsl:template match="license">
! License: <xsl:apply-templates select="license_name"/> (<xsl:apply-templates select="license_url"/>)
</xsl:template>
--- 40,49 ----
<xsl:template match="license">
! License Name: <xsl:apply-templates select="license_name"/>
! <br />License URI: <xsl:apply-templates select="license_url"/>
! </xsl:template>
!
! <xsl:template match="programming-language">
! <li>Programming Language: <xsl:value-of select="."/></li>
</xsl:template>