>> Is it possible to format the string return from the function of the
template?

No, not using only the build-in taghandlers.

But one can write a taghandler "to do it.

public void capitalize(String template) throws XDocletException {
            generate(template.toUpperCase()); }
 }

One's template would then have, for example

<XDtMyHandler:capitalize>
     <XDtMethod:propertyName/>
</XDtMyHandler:capitalize>

Brian






-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to