You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AaronDDM
thanks for this lib it's more connivant.
Could you please help I have came across with really weird closing tag accidently even i didn't understood how/why
So this is my code
ProductData should be closed at the end not to be closed after the second tag.
I have used startLoop and using $root instead of XMLArray but the same result.
So, Could you please help to understand this issue? though if I comment the first if statement it's works fine.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi @AaronDDM
thanks for this lib it's more connivant.
Could you please help I have came across with really weird closing tag accidently even i didn't understood how/why
So this is my code
and this is the outcomes
while the expected output is like below:
ProductData
should be closed at the end not to be closed after the second tag.I have used
startLoop
and using$root
instead ofXMLArray
but the same result.So, Could you please help to understand this issue? though if I comment the first if statement it's works fine.
Thanks in advance
The text was updated successfully, but these errors were encountered: