Archi Forum

Archi => Archi Development => Topic started by: Guido Janssen on June 11, 2016, 08:29:26 AM

Title: Improvements to the open group exchange file
Post by: Guido Janssen on June 11, 2016, 08:29:26 AM
I'm currently taking the open group exchange file and taking it as basis for reporting. The result will have the basis of the html export but using svg for the pictures using xsl.
The current export seems to miss few things that actually are in the archi tool.
- properties of views are not exported
- the viewpoint attribute of the view is not exported
- views in views are not exported. But this doesn't seem to be support by the format. I have addresses this with the open group
- it would be great to have an custom ordering mechanism in order to all report in a certain order.
- it would be great to have some more style possibilities such as bold italic numbered lists and headings which could be transformed into html.

If anyone is interested in the work I have done on the xsl reporting based on the exchange format please let me know.

Guido
Title: Re: Improvements to the open group exchange file
Post by: Phil Beauvoir on June 11, 2016, 08:39:32 AM
Hi Guido,

thanks for feedback!

I did a quick test by exporting a simple model:

- Properties of Views are exported
- Viewpoint name is exported

    <view identifier="id-86ce6827" viewpoint="Information Structure">
      <label xml:lang="en">Default View</label>
      <properties>
        <property identifierref="propid-1">
          <value xml:lang="en">Hello World/value>
        </property>
      </properties>
    </view>

The other suggestions you have I will pass on to TOG.

Regards,

Phil
Title: Re: Improvements to the open group exchange file
Post by: Guido Janssen on June 12, 2016, 07:28:40 AM
Hi Phil,

You are right. I accidently assigned the properties to the folder not the view. I wanted to use the properties to generate a matrix in the report that would shows relationships between elements in two folders.

I overlooked the viewpoint because we the default 'total' viewpoint is assigned to viewpoint attribute is exported.

Thanks,
Guido
Title: Re: Improvements to the open group exchange file
Post by: Phil Beauvoir on June 12, 2016, 08:34:02 AM
Hi Guido,

good to hear.

Views in views is up for discussion. At the moment TOG and the Open Exchange Format members (and me) are focussed on ArchiMate 3. We'll certainly raise the issue.

Please let us know more about your reporting work!

Phil