Skip to content

Parses XMI (version 1.1) and formats class information found in a class diagram into html format.

License

Notifications You must be signed in to change notification settings

gdicristofaro/XMI-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For html escaping, uses: Apache Commons Lang (http://commons.apache.org/proper/commons-lang/download_lang.cgi)

GET XMI FILE IN ASTAH: Tool > XML Input & Output > Save as XML Project

COMPILE WITH (make sure working directory is this): javac -cp ./commons-lang3-3.3.2.jar cscie97/xmlparser/*.java

RUN WITH (make sure working directory is this): java -cp ./commons-lang3-3.3.2.jar:. cscie97.xmlparser.Parser

About

Parses XMI (version 1.1) and formats class information found in a class diagram into html format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages