D
denis
Hi,
I've got 2 generated files by custom XDoclet template call by a
subtask. The fact is I'd like to make more treatments on the 2 files
generated. For example, I'd like to make xslt transformations, find
correspondance in the lines.
So I'd like to extend the API of tags callable in .j or .xdt files. Is
there any specs for doing that stuff ?
Currently, what I know to do is to create TagHandler or SubTask for
being called by ant script but I don't have any idea on creating
XDtTag which make some transformation of text or may look up some
other resources to make other treatements.
Perhaps I'm going wrong way and the treatment must be done in
TagHandler or SubTask.
Could you confirm or infirm my questions ?
Thanks in advance,
Denis.
I've got 2 generated files by custom XDoclet template call by a
subtask. The fact is I'd like to make more treatments on the 2 files
generated. For example, I'd like to make xslt transformations, find
correspondance in the lines.
So I'd like to extend the API of tags callable in .j or .xdt files. Is
there any specs for doing that stuff ?
Currently, what I know to do is to create TagHandler or SubTask for
being called by ant script but I don't have any idea on creating
XDtTag which make some transformation of text or may look up some
other resources to make other treatements.
Perhaps I'm going wrong way and the treatment must be done in
TagHandler or SubTask.
Could you confirm or infirm my questions ?
Thanks in advance,
Denis.