Last change
on this file since 1085 was 747, checked in by Richard Braman, 15 years ago |
ainitial file from Ken Miller / first pass at coding problems into Level 3 CCD
|
File size:
433 bytes
|
Rev | Line | |
---|
[747] | 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.