source:
ccr2ccd-xslt/trunk/make/templates/code.xsl
Last change on this file was 985, checked in by , 14 years ago | |
---|---|
File size: 433 bytes |
Line | |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:a="urn:astm-org:CCR" xmlns:fo="http://www.w3.org/1999/XSL/Format"> |
3 | <xsl:template match="a:Code"> |
4 | <xsl:value-of select="a:Value"/> |
5 | <xsl:if test="a:CodingSystem"> |
6 | <xsl:text xml:space="preserve"> </xsl:text>(<xsl:value-of select="a:CodingSystem"/>) |
7 | </xsl:if> |
8 | </xsl:template> |
9 | </xsl:stylesheet> |
Note:
See TracBrowser
for help on using the repository browser.