I have the following comment, and observation, which leads to a question: I use ECS to export XML from a database. To do so with any elegance, I use prettyprint. In my experiments, I could not get prettyprint to work unless I made the following change: public class PI extends ConcreteElement implements Printable I had to add <<implements Printable>> to PI. I thought I mentioned this on this list once before, but now notice that the new 1.3 still doesn't make this change. My question: do I really need to implement Printable in PI, or is there some other trick others use? Cheers Jack Park > We proudly announce the release of ECS 1.3 > > For more information: > > <http://java.apache.org/ecs/> > > thanks, > > -jon stevens > > > > -- > ------------------------------------------------------------ > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Archives and Other: <http://java.apache.org/main/mail.html> > Problems?: [EMAIL PROTECTED] -- ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
