I am parsing an XML file, for example:
<xml>
<normalRange>100-200</normalRange>
<value>83</value>
</xml>
In the .xls stylesheet, I need to display a value indicating whether the value is within the normal range, below or above it.
This is a very common problem when displaying Human Readable results from the CCR (Continuity of Care Record XML document in Healthcare HL7 messaging) XML document.
source
share