Hi, pretty new to
Java, and probably shooting over my weight , but I have been parsing some XML with a certain amount of success (printing to the command line, which hides the stringBuffer issues above).
The above example doesn't compile, due to this line in the writeContent method,
characters(textBuffer.toString());
I think this doesn't compile as it's not passing in the correct amount of parameters to the method, and it's passing a string instead of a char , could someone point me in the direction of how to solve this?
[ October 07, 2005: Message edited by: Nick Hayday ]