INSERT-ATTRIBUTE bij WRITE-ELEMENT

jayze333

New Member
I want to give INSERT-ATTRIBUTE to WRITE-DATA-ELEMENT, what's the way to do that or how can i arrange or get around that? It's with the SAX writer.
 

jayze333

New Member
reeds opgelost:


hsaxwriter:START-ELEMENT("Status").
hsaxwriter:INSERT-ATTRIBUTE(getdatefrom()).
hsaxwriter:WRITE-CHARACTERS("active").
hsaxwriter:END-ELEMENT("STATUS").
 
Top