Hi,
how can I create an element like "<InstdAmt Ccy="EUR">6543.14</InstdAmt> with C$XML
The Problem is the currency sign: Ccy="EUR"
Has anyone else had this issue and if so how did you solve it?
J.Reindl
DKS München
#cxml
Hi,
how can I create an element like "<InstdAmt Ccy="EUR">6543.14</InstdAmt> with C$XML
The Problem is the currency sign: Ccy="EUR"
Has anyone else had this issue and if so how did you solve it?
J.Reindl
DKS München
Hi,
how can I create an element like "<InstdAmt Ccy="EUR">6543.14</InstdAmt> with C$XML
The Problem is the currency sign: Ccy="EUR"
Has anyone else had this issue and if so how did you solve it?
J.Reindl
DKS München
call "C$XML" using CXML-ADD-CHILD
hTesthandle
"InstdAmt "
MOVE RETURN-CODE TO hTemp.
call "C$XML" using CXML-ADD-ATTRIBUTE
hTemp
"Ccy"
"EUR"
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.