dev@javaserverfaces.java.net

JAVASERVERFACES-974 Facelets TLDDoc

From: Bernhard Slominski <bernhard.slominski_at_gmx.de>
Date: Fri, 20 May 2011 11:48:13 +0200

Hi,

I'm working on the Issue 974 now (Generation the tlddoc from a Faclets
taglib: http://java.net/jira/browse/JAVASERVERFACES-974 ).

Right now the code is not in java.net but you can get it
here:http://grepcode.com/snapshot/repo1.maven.org/maven2/taglibrarydoc/tlddoc/1.3

It looks to me the easiest solution is to transfer the facelets.xml
document into a tld document via an xsl stylesheet.
Then generate the documentation from the tld file.
The other solution is to parse the facelets.xml natively and create the
documention directly from there, but that solution seems to be more effort.

Let me know your ideas.

Thanks

Bernhard