--- Brian McSweeney <[EMAIL PROTECTED]> wrote: > Thanks Konstantin, > this has come up before for me. How can I find out > what the > actual tag supports irrespective of the > documentation. > Could you tell me what source file to look at even? > This sort of thing can be SO disheartening for a > newbie to > xdoclet. You end up not having a clue what xdoclet > can > actually do. > cheers, > Brian
Documentation is a bog problem - we are 17 developers, with different current activity, different needs and skills. It's almost impossible to know all the modules. Currently only source of reliable information which tags do what are templates and source code itself. ( templates are those .xdt files inside module directzories ) There are xtags.xml files, which serve as formal tag descriptions though. In Future it will be ( and already is for some modules ) primary source of tag documentation. Currently they are used only for XDocletGUI ( in future - validation of tags ) UNfortunately for your casse webwork module was completed before xtags.xml era, and since webwork is nice and well defined framework, this module requires almost no maintenance - nobody ever looked after xtags.xml... Anyway, webwork module is good strating place to learn intenstinals of xdoclet - ths module is pretty simple. regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
