Hi all, if xml innertext is nothing, can the 1 line of data drop it?
eg:
instaed of
im using xmlelement and str for the innertext
any one can help? or i hv to provide more info on my xml?
thanks
eg:
Code:
<customer> <name>john</name> <age></age> <tall>175</tall> </customer>
Code:
<customer> <name>john</name> <tall>175</tall> </customer>
any one can help? or i hv to provide more info on my xml?
thanks
Comment