Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: XML Exporter
Topic Summary:
Created On: 25-Oct-2002 01:02
Status: Post and Reply
Linear : Threading : Single : Branch
1 2 Next Last unread
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
Answer This question was answered by Tony Goodman, on Friday, March 11, 2005 4:57 PM

Answer:
No idea, sorry. That's why I didn't mention it.

The XML returned by the getXML() functions is not complete and probably need wrapping with extra information before it can be used for import.

Finding undocumented DXL perms may be fun, but I would advise people to be careful when trying things out. Telelogic may not be willing able to help you if you lose data by using unsupported features.

 25-Oct-2002 01:02
User is offline View Users Profile Print this message


Vincent Furman

Posts: 11
Joined: 22-Oct-2002

Has anyone taken a look at XML for exporting data?

It may be a good way to exchange data between applications.

Let's talk about it!

Thank you,
Vince


Edited: 25-Oct-2002 at 01:04 by Vincent Furman
Report this to a Moderator Report this to a Moderator
 25-Oct-2002 19:31
User is offline View Users Profile Print this message


Marc Battistello

Posts: 13
Joined: 19-Sep-2002

I have a simple XML exporter that will take your current view and create an XML document based on the columns shown.

It basically loops through the columns and creates the object structure. Then it will output each object to the xml document.

The script is on my laptop at home but Ill post the script when I get a chance. Its real bare bones but I think using XML as a go between applications has a lot of potential.
Report this to a Moderator Report this to a Moderator
 30-Oct-2002 03:13
User is offline View Users Profile Print this message


Marc Battistello

Posts: 13
Joined: 19-Sep-2002

DXL Attached
Report this to a Moderator Report this to a Moderator
 1-Nov-2002 13:40
User is offline View Users Profile Print this message


Andrew Myatt

Posts: 8
Joined: 30-Sep-2002

Vincent,

I have two options for you:

1) You might want to consider the use of Telelogic's DocExpress software (version 3.01) its functionality supports the export of DOORS information into all sorts of format, including XML and Word.

2) In consulting we have a consultancy XML Importer/Exporter DXL utility that we can configure to the specific needs of customers. Unfortunately its too big, complex, valuable to post here but if you have a specific need then contact me and we'll work out how we can provide you with it.

Unfortunately I can't attach XML instance files in this discussion group so have forwarded examples directly to you. If anyone else would like details then send me an email.

Andrew Myatt

andrew.myatt@telelogic.com

-------------------------
andrew.myatt@telelogic.com
Report this to a Moderator Report this to a Moderator
 4-Nov-2002 21:42
User is offline View Users Profile Print this message


Bob Root

Posts: 3
Joined: 4-Nov-2002

I have been trying to cobble something together using the MSXML Ole automation object. I have created an include file called OleXML.inc that supports some of the functions to export XML from DOORS. This is a work in progress and I have not completely tested it. It works with the attached testDOM2.dxl script which is invoked from the dxl editor window. You may need to download and install MSXML libraries from www.microsoft.com before this script will work. I plan to add functions later to parse/transform an input xml document.

Not much but it might make a good starting point for some DOORS - XML work.

Contact me at rroot@motorola.com if you have any questions.

-------------------------
Bob Root
Report this to a Moderator Report this to a Moderator
 7-Nov-2002 00:42
User is offline View Users Profile Print this message


Vincent Furman

Posts: 11
Joined: 22-Oct-2002

This is great!

I will take a look at these scripts and post one of my own in here
(just want to clean it up a bit). I was trying to use a combo if the xml and xls to create web page output that could pehaps be pulled into Oracle or interface with some of our other web applications.

Thank you all for the feedback!
Vince



Report this to a Moderator Report this to a Moderator
 2-Jul-2004 14:29
User is offline View Users Profile Print this message


Mark Rietveld

Posts: 16
Joined: 6-Apr-2004

Hi,

We are looking for XML import possibility as well. We would like to keep a Doors module in sync with an XML/XSD file (interface definition / datadictionary file that is also used for realising the interfaces).

Anybody has a elaborated on this tool/feature/script?

Regards,

Mark
Report this to a Moderator Report this to a Moderator
 2-Jul-2004 14:29
User is offline View Users Profile Print this message


Mark Rietveld

Posts: 16
Joined: 6-Apr-2004

Hi,

We are looking for XML import possibility as well. We would like to keep a Doors module in sync with an XML/XSD file (interface definition / datadictionary file that is also used for realising the interfaces).

Anybody has a elaborated on this tool/feature/script?

Regards,

Mark
Report this to a Moderator Report this to a Moderator
 8-Feb-2005 10:28
User is offline View Users Profile Print this message


Juergen Albrecht

Posts: 6
Joined: 23-Sep-2002

This sounds like something we could use here. Could I get a copy of this dxl script. My email address is albrecht.cad_cam_consulting@t-online.de
Thanks a lot.
Report this to a Moderator Report this to a Moderator
 11-Feb-2005 15:38
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

Some undocumented perms for XML export:

string getXML(ModName_)

string getXML(Folder)

string getXML(Object)


-------------------------
Tony Goodman
http://www.smartdxl.com
Report this to a Moderator Report this to a Moderator
 16-Feb-2005 13:38
User is offline View Users Profile Print this message


Dirk Plaschke

Posts: 103
Joined: 17-Sep-2002

Tony,

I think the export with getXML(..) works fine, but the import with importFolder(xml) wouldn't work.
Do you have any idea to handle this issue ?

Thank you very much.


-------------------------
Dirk Plaschke
Report this to a Moderator Report this to a Moderator
 17-Feb-2005 10:01
User is offline View Users Profile Print this message


Tony Goodman

Posts: 1098
Joined: 12-Sep-2002

Answer Answer
No idea, sorry. That's why I didn't mention it.

The XML returned by the getXML() functions is not complete and probably need wrapping with extra information before it can be used for import.

Finding undocumented DXL perms may be fun, but I would advise people to be careful when trying things out. Telelogic may not be willing able to help you if you lose data by using unsupported features.



-------------------------
Tony Goodman
http://www.smartdxl.com
Report this to a Moderator Report this to a Moderator
 15-Jul-2005 13:38
User is offline View Users Profile Print this message


Jason Lutz

Posts: 13
Joined: 14-Jul-2005

Am I missing the DXL attachment by Marc Battistello?  I don't see where it is so I can download it.  I am very interested in an XML exporter, so this could be at the least a good reference.
Report this to a Moderator Report this to a Moderator
 7-Sep-2005 14:22
User is offline View Users Profile Print this message


Bruce Tuskey

Posts: 77
Joined: 2-Mar-2004

Was the DXL posted then removed?

-------------------------
Bruce Tuskey
Sr. Principle Engineer
Tuskey@gmail.com

"All that is gold does not glitter, not all those who wander are lost:..." - Gandalf the Grey (JRR Tolkien)
Report this to a Moderator Report this to a Moderator
 17-Aug-2006 22:34
User is offline View Users Profile Print this message


Bruce Tuskey

Posts: 77
Joined: 2-Mar-2004

If anyone has this DXL could you send it to me?

-------------------------
Bruce Tuskey
Sr. Principle Engineer
Tuskey@gmail.com

"All that is gold does not glitter, not all those who wander are lost:..." - Gandalf the Grey (JRR Tolkien)
Report this to a Moderator Report this to a Moderator
 26-Sep-2006 19:46
User is offline View Users Profile Print this message


christopher maenner

Posts: 2
Joined: 19-Sep-2006

quote:

Originally posted by: Jason Lutz Am I missing the DXL attachment by Marc Battistello? I don't see where it is so I can download it. I am very interested in an XML exporter, so this could be at the least a good reference.
I agree ... any information?

-------------------------
Telelogic DOORS 7.1
Report this to a Moderator Report this to a Moderator
 28-Sep-2006 10:21
User is offline View Users Profile Print this message


Andrew Tagg

Posts: 151
Joined: 26-Oct-2004

Am I being paranoid, or are the moderators removing any XML related code so that theey can sell more consulantcy

Will be working on this over the next few weeks, so will post results either here or somewhere else.

Cheers

-------------------------
Andrew Tagg
Thales Air Systems, Melbourne
Australia.
andrew.tagg@thalesatm.com
Report this to a Moderator Report this to a Moderator
 28-Sep-2006 15:42
User is offline View Users Profile Print this message


Dennis Lockshine

Posts: 113
Joined: 7-Apr-2003

?

Edited: 28-Sep-2006 at 15:43 by Dennis Lockshine
Report this to a Moderator Report this to a Moderator
 28-Sep-2006 15:44
User is offline View Users Profile Print this message


christopher maenner

Posts: 2
Joined: 19-Sep-2006

quote:

Originally posted by: Andrew Tagg Am I being paranoid, or are the moderators removing any XML related code so that theey can sell more consulantcy Will be working on this over the next few weeks, so will post results either here or somewhere else. Cheers
You might be right?!

-------------------------
Telelogic DOORS 7.1
Report this to a Moderator Report this to a Moderator
 29-Sep-2006 21:02
User is offline View Users Profile Print this message


Pete Kowalski

Posts: 301
Joined: 7-Feb-2003

If anyone has the XML script I will be interested as well.

Much thanks.

-------------------------
pete.kowalski(at)motorola.com
Report this to a Moderator Report this to a Moderator
Telelogic DOORS » DXL Exchange » XML Exporter

1 2 Next Last unread
Topic Tools Topic Tools
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 0 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 0 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.