Last change
on this file since 1768 was 985, checked in by George Lilly, 14 years ago |
set up testing environment
|
File size:
433 bytes
|
Rev | Line | |
---|
[985] | 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.