Documentum Composer

Moorad
Moorad Member
edited February 25, 2013 in Documentum #1

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

Tagged:

Comments

  • Alvaro_de_Andres
    edited February 21, 2013 #2

    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...

  • Moorad
    Moorad Member
    edited February 21, 2013 #3

    will be glad if i get some help from you

  • Alvaro_de_Andres
    edited February 21, 2013 #4

    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

  • DCTM_Guru
    DCTM_Guru Member
    edited February 22, 2013 #5

    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

  • Darren_Devine
    Darren_Devine Member
    edited February 25, 2013 #6

    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.