XML Loading & Calling Issue

XML

I always find myself frustrated forgetting something about the XML scheme and the solution is normally right in front of me. This post is to serve as a reminder.

I was writing some classes this morning and decided it was about time I created my own custom XML Loading class. Once the class had loaded the xml I stored the data in a private variable and used a get method to access this data.

The problem I ran into was in [...]

READ MORE