Book a Demo

Author Topic: XML export  (Read 4768 times)

SaschaR

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
XML export
« on: June 20, 2007, 10:17:23 pm »
Hi,
I am trying to export my requirements to a specific xml file. It should look like this :
<requirementsPackage>
   <requirement>
      <requirementTitle>#addElementName#</requirementTitle>
      <requirementText>#addNotesHere#</requirementText>
   </requirement>
</requirementPackage>

First, I thought I could edit an HTML Template, but this dont really work.
Is there any other workaround to do something like this?

thomaskilian

  • Guest
Re: XML export
« Reply #1 on: June 21, 2007, 05:04:28 am »
The easiest way is probably to go directly to the database and use standard tools for the export.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: XML export
« Reply #2 on: June 21, 2007, 02:02:24 pm »
You have a number of options that I can think of.

  • Automation client.
  • Direct database access.
  • Stylesheet applied to XMI export.
  • Post process a CSV export.

SaschaR

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: XML export
« Reply #3 on: June 24, 2007, 10:04:36 pm »
Thank you both for your answers.
I think I will try the automation client.
I heard rumors, that it is possible to write automation Add-Ins using Java.
Can someone tell me more about this?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: XML export
« Reply #4 on: June 25, 2007, 02:56:58 pm »
Not an addin, but you can call EA from Java.  In your EA install directory there is a 'Java API' subdirectory that contains the necessary files and instructions.  The actual API that java gets is the same as the rest of EA's automation interface, so you'll need to look at the documentation for that.