Skip to content

astares/Pharo-XMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharo-XMI

XML Metadata Interchange for Pharo

Build

Install

Metacello new 
	repository: 'github://astares/Pharo-XMI/src';
	baseline: 'XMI';
	load 	

Usage

You can open an XMI object either from a given stream or URL

(XMIFile fromURL: 'http://www.omg.org/spec/UML/20131001/UML.xmi') inspect

You can also open a file if you like:

XMIFile importFile

Screenshot

XMI