issues
search
HL7
/
C-CDA-Examples
SDWG Supported Samples
Creative Commons Zero v1.0 Universal
182
stars
104
forks
source link
Tweaked a few examples to ensure XML validity.
#108
Closed
mjszczep
closed
2 years ago
mjszczep
commented
2 years ago
Common causes of invalid examples include:
An XML document must have exactly one root
The ampersand character (&) must be escaped in strings as &
Several examples had an invalid character instead of a proper quote character (")
All XML attributes must be separated by at least one space
Comments cannot contain the string "--"
Common causes of invalid examples include: