Last change
on this file since 791 was 758, checked in by Richard Braman, 15 years ago |
add files from Ken Miller
|
File size:
384 bytes
|
Rev | Line | |
---|
[758] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
| 2 | <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
|
---|
| 3 | <xsl:template name="HL7OIDLookup">
|
---|
| 4 | <xsl:param name="name"/>
|
---|
| 5 |
|
---|
| 6 | <xsl:value-of select="document('hl7oid.xml')/entities/entity[name=$name]/oid"/>
|
---|
| 7 | </xsl:template>
|
---|
| 8 | </xsl:stylesheet>
|
---|
| 9 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.