As part of my thesis I would like to implement an interface for xml-import. Getting and havnng a look at the sourcecode would be good for a start. Is there any technical documentation available? I searched at sourceforge and the website for open workbench. Unfortunately I couldn't find any papers covering UML-Diagrams, etc.
I would like to implement an XML-Import for another project-software to be compatible with open workbench. I know that xml CAN be opened and imported. But still I need to know how the XML has to be structured (DTD or XSD). Who do I have to contact or what do I have to do to get more help or further information concerning the specified path? Can I somehow add a new feature to open workbench to incorporate the "import data from product y" ?
Thank you for your help.
So long, Daniel
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For download I used the space: http://www.opensource-dvd.de/sourcecodes.htm
The source also provides technical docs and an overview on how to set up your programming environment.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Glad to see you found the tech docs and the source.
W/r/t to the XML. The native XML import is not a full supported feature and is generally used for debugging issues, as such no XSD or DTD is available. OWB does support the direct import of MS Project XML based on Microsoft's DTD. If I were to add a new XML import feature I would probably use the existing File|Open import mechanism rather than adding a new UI element. I'd let the program detect internally what format the XML file is in. It already has to discern whether or not the XML file it is opening is in MS Project format or OWB's native XML format.
Dan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As part of my thesis I would like to implement an interface for xml-import. Getting and havnng a look at the sourcecode would be good for a start. Is there any technical documentation available? I searched at sourceforge and the website for open workbench. Unfortunately I couldn't find any papers covering UML-Diagrams, etc.
I would like to implement an XML-Import for another project-software to be compatible with open workbench. I know that xml CAN be opened and imported. But still I need to know how the XML has to be structured (DTD or XSD). Who do I have to contact or what do I have to do to get more help or further information concerning the specified path? Can I somehow add a new feature to open workbench to incorporate the "import data from product y" ?
Thank you for your help.
So long, Daniel
The CVS web browser repository seems to be empty. Is there still a chance there is code for download available?
For download I used the space:
http://www.opensource-dvd.de/sourcecodes.htm
The source also provides technical docs and an overview on how to set up your programming environment.
Glad to see you found the tech docs and the source.
W/r/t to the XML. The native XML import is not a full supported feature and is generally used for debugging issues, as such no XSD or DTD is available. OWB does support the direct import of MS Project XML based on Microsoft's DTD. If I were to add a new XML import feature I would probably use the existing File|Open import mechanism rather than adding a new UI element. I'd let the program detect internally what format the XML file is in. It already has to discern whether or not the XML file it is opening is in MS Project format or OWB's native XML format.
Dan