So, Doomsday showed up in Smallville. They were hinting at it. Jor-El told Clark in the fortress that Doomsday was coming. I was like, wait a second, doesn’t Superman meet up with Doomsday? Not some before Superman kid? Yeah…that was unexpected to say the least. I’m not sure if I want Clark to deal with Doomsday at this juncture. I mean, yes we’re talking about a show that’s been off the air for like twenty something years, but I’m a first time watcher so it’s exciting and nerve wracking at the same time. I guess I’ll just have to wait and see what happens! I did read a few spoilers, I need to stop doing that! So I have an idea of what to expect about a certain character. (I think the whole thing is kinda dumb if you ask me, but it’s…whatever. When I get to that point I’ll rant about it.)
So I was looking into creating XML documents. Of course you could use the default that comes with Java or you could use JDom. I've used both methods in the past, and they both work quite well.
Got me thinking though, why not approach the creation of an xml document as a StringBuffer? Could be useful if you don't need to have a DOM to work with. Something simple to just output the xml document in a very simple text format.
I'm currently working on it. Possibly more just a proof of concept.
We'll see how it all turns out.
Comments
Post a Comment