| View previous topic :: View next topic |
| Author |
Message |
Hechicero Guest
|
Posted: Fri Feb 18, 2005 6:09 pm Post subject: How to represent in XML |
|
|
Hi..
I have the following interfaces
IB = interface
...
end;
IA = interface
function getB:IB;
end;
How would you represent that relationship between those interfaces in
XML?
Esteban
|
|
| Back to top |
|
 |
Jim Cooper Guest
|
Posted: Fri Feb 18, 2005 6:23 pm Post subject: Re: How to represent in XML |
|
|
| Quote: | How would you represent that relationship between those interfaces in
XML?
|
Do you mean UML?
Cheers,
Jim Cooper
__________________________________________
Jim Cooper [email]jcooper (AT) tabdee (DOT) ltd.uk[/email]
Tabdee Ltd http://www.tabdee.ltd.uk
TurboSync - Connecting Delphi to your Palm
__________________________________________
|
|
| Back to top |
|
 |
Hechicero Guest
|
Posted: Tue Feb 22, 2005 12:49 pm Post subject: Re: How to represent in XML |
|
|
Yup, I meant in UML. Sorry.
"Jim Cooper" <jcooper (AT) tabdee (DOT) ltd.uk> escribió en el mensaje
news:4216328b$1 (AT) newsgroups (DOT) borland.com...
| Quote: |
How would you represent that relationship between those interfaces
in
XML?
Do you mean UML?
Cheers,
Jim Cooper
__________________________________________
Jim Cooper [email]jcooper (AT) tabdee (DOT) ltd.uk[/email]
Tabdee Ltd http://www.tabdee.ltd.uk
TurboSync - Connecting Delphi to your Palm
__________________________________________
|
|
|
| Back to top |
|
 |
|