Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does one parse an XMI (or XML) file

Tags:

dart

How can I parse an XML file in dart?

I've found https://github.com/prujohn/dart-xml but was unsuccessful using it on a complete file (after removing the header and just including the uml:Model element there were issues with PIs).

I need to parse an XMI file exported from Altova UModel containing UML. If this particular battery is not included at present - what is the time-frame for its inclusion?

like image 456
user1338952 Avatar asked Apr 15 '13 15:04

user1338952


1 Answers

Well, there is a package that you can use here:

http://pub.dartlang.org/packages/xml

like image 172
user2070369 Avatar answered Nov 06 '22 22:11

user2070369