End Google Ads 201810 - BS.net 01 --> Hi,
I would like log my keyboad strokes in a xml file. The attribute can be the key, and the value can be the timestamps or the other way ( doesn't matter). I would like to write the schema in the way that my output of schema would be exactly like this:


>

0
1213
3445



so far, this is my schema:





























Instead, I am getting this xml as my output:



a
b
c



0
1213
3445



How can I combine these two together?

thanks,