So how would a content of <John> b evalid XML at all ? That simply is not possible, and XML mandates for such characters to be escaped.
Werner codemaniac wrote: > It is string. > > > > Werner Guttmann wrote: >> Hi, >> >> What is the corresponding Java type of the <Name> element ? String, iow >> text content ? >> >> Werner >> >> codemaniac wrote: >>> I would like the out put to be like this <Name><John></Name>.Instead >>> Castor >>> does this <Name><John><Name>> I have tried using anynode with a >>> custom >>> field handler as prpopsed ina previous post but the output is <Name >>> xsd:string><John></Name>. >>> >>> Any Ideas? >> --------------------------------------------------------------------- >> 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

