Hi, Gustavo de Sá Carvalho Honorato wrote: > Hi again, > > I'm starting to implement a program with Castor which performs > validation in a XML-based programming language. The problem is that I > need two features which I did not find either in Castor documentation > or in mail archives (in fact, search in mail archives was not working > properly), Both http://castor.markmail.org and http://nabble.com should allow any searches.
> and I want to know if it is available. These are my > questions: Before trying to answer those questions. Castor support validation at the object leven after unmarshalling and before masrshalling. And that#s out of the box. Do you know this feature ? > 1. How can I implement a generic tree transversal operation in classes > generated by Castor? Is there a way to call generic methods to > retrieve a node's children, and so, walk on tree, for example? There's no such feature (yet). And I am not sure - given Castor's support for validation - this would really make sense. > > 2. Is it possible to add a line and column information in classes > generated by Castor? I need this feature to feedback programming > errors, just like a Java compiler does. What should this exactlyl look like ? > Thanks in advance, > Gustavo > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

