Skip to main content

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


#cxml

          call "C$XML" using CXML-ADD-CHILD

                       hTesthandle

                       "InstdAmt "

                       MOVE RETURN-CODE TO hTemp.          

          call "C$XML" using CXML-ADD-ATTRIBUTE

                       hTemp

                       "Ccy"

                       "EUR"