Hello Castor is a framework to map from XML to Java (and vice versa) and also for mapping from DB to Java (and vice versa). So for the XML part attributes of Java classes are mapped to elements and attributes of XML. A content transformation (and this is what you request) is not really the job of Castor. The classes you map should provide the content in the way it should be written into the XML.
Regards Joachim 2008/8/25 TGD <[EMAIL PROTECTED]>: > > Hi! > > Anyone knows, how can I convert values in xml elements to uppercase? > > Is there any key in castor.properties file for this (I found only for xml > elements and not for the values)? > > Example: > <element>VALUE</element> > > > Thanks! > -- > View this message in context: > http://www.nabble.com/Uppercase-values-in-xml-tp19142876p19142876.html > Sent from the Castor - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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

