Topic: Edit XML generation to put new lines (n) after each image?
Hello everyone,
I'm using SVManager to run my current portfolio.
Everything on it works great. Kudos to Airtight, seriously. The SV Manager is a very well written and efficient piece of software that I happily recommend to friends of mine in the web development industry. It's not bloated like a phpBB or Wordpress. It does what it needs to do, and does it well.
What I want to do is edit the PHP that generates the XML file to add a n (New line) after each image or entry.
I want to do this because I want to use PHP to dump the contents of the XML file into an array so I may post my "Latest Additions" on my front page.
I know how to write the PHP side of it (get the first entires, do a loop, etc) however I can't find where the XML file is generated. To get a bit more detailed; I want the XML file to be dumped into an associative array that I can reference using keys.
I did a "Find in all files" in Notepad ++ for fwrite but came up empty handed.
Can anybody point me in the right direction of where the XML is generated?
Thanks!
PS: I know I could do it now with regular expressions but I don't quite have those down as well as I do arrays and loops, so I'd rather stick with what I am comfortable with and can trouble shoot.