Hello Experts
i want to create a doc for the Composer Workspace like we have JAVADOC, is it possible to create a similar doc in DCTM Composer ???
thank you in advance
HMM
Do you want to autogenerate documentation for the artifacts? The artifacts are XML files and you can work with those and extract information to generate documentation. I think EMC has an XSL transformation for those files that runs as an ANT script and generates html pages with information extracted from that files. Although as far as I know that app is not available for download, is not that hard to do something like that, thouh you'll need to do some coding...
will be glad if i get some help from you
I did something very simple like this with a custom ANT task to read the types defined, and then apliying XSL transformation to those XMLs and generating tables with the type name, description, and attributes.
You can check any XSL tutorial, it's quite easy to get something "simple" (such as tables) working
Is this is a DFC project or a Taskspace project? If its taskspace project, then there is xcelerator called xAminer that does something like you want:
https://community.emc.com/docs/DOC-9741
We have also done something very similar; quite easy to get something simple working if you are familiar with XSLT. It is simply a matter of how far you would like to take it as some of the artifacts have a very large schema to transform e.g. types and processes.