J jayze333 New Member Dec 9, 2009 #1 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.
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.
J jayze333 New Member Dec 9, 2009 #2 reeds opgelost: hsaxwriter:START-ELEMENT("Status"). hsaxwriter:INSERT-ATTRIBUTE(getdatefrom()). hsaxwriter:WRITE-CHARACTERS("active"). hsaxwriter:END-ELEMENT("STATUS").
reeds opgelost: hsaxwriter:START-ELEMENT("Status"). hsaxwriter:INSERT-ATTRIBUTE(getdatefrom()). hsaxwriter:WRITE-CHARACTERS("active"). hsaxwriter:END-ELEMENT("STATUS").