Hi,

I'm new to XDoclet and just tried to write my own template. I think I have understood the basic principles and so far my code works. Nevertheless I'm not sure if I can use XDoclet for my problem.

What I want to use XDoclet for is to translate Java source files into a XML version which I can process further using XSLT or DOM. I thought I could use XDoclet instead of writing my own parser for Java (maybe using JavaCC directly).

The problem I encountered is that I want/need to include the bodies of all methods of a class in my generated XML file.

But how do I access method bodies in a template? I didn't find any tags or method in the docs to get the message body. Did I miss anything?

Thanks in advance for any answers,

Marco




------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to