I am parsing an XML document (containing events) and taking some required data to put them in text files so they look like log files.
i need to detect that last child so i can add a "\n" to separate events in the log file each on a line!
any suggestions please?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am parsing an XML document (containing events) and taking some required data to put them in text files so they look like log files.
i need to detect that last child so i can add a "\n" to separate events in the log file each on a line!
any suggestions please?