09-13-05 11:00 PM
Hi,
For the LOOP items in the schema, How can I seprate each item without
empty line?
for example:
the schema looks like:
<customer>
<name>
<age>
<purchaseItem>
output like: Customer is a LOOP, the setting for <customer> node
is "hexadecimal 0x0D 0x0A postfix"
John beltt
25
TV
Maria Tiff
54
radio
Tom Rider
45
VCR
How can I fix the output without the empty line between each loop
items? like following:
John beltt
25
TV
Maria Tiff
54
radio
Tom Rider
45
VCR
Thanks
[ Post a follow-up to this message ]
|