- This topic has 2 replies, 2 voices, and was last updated 15 years, 3 months ago by .
-
Topic
-
I translate XML to HL7. In my XLT I have IF statements that test whether a variable equals to a field name in the XML.
@Field eq=
. One of the fields in the XML has a space before the field name, see XML example below. Therefore, Cloverleaf doesn’t recognize this field.
APT 1 If I add a space before the field name in the IF statement I get a syntax error.
Is there a way to put a space between the equal sign and the string, so cloverleaf recognizes the string name? I tried adding quotes but had no luck.
@fld_name eq =
hc_address2 Thanks, Susan
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Cloverleaf’ is closed to new topics and replies.