[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] Re: [ATL] XML extraction with ATL 3.0

Actually an example is as follows...

Using ATL I get:

<?xml version="1.0" encoding="ISO-8859-1"?>
<Mp:DocumentRoot xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"; xmlns:Mp="platform:/resource/BNET-Transformation/target.xsd">
<models>
<mix/>
</models>
</Mp:DocumentRoot>


but I want...
<?xml version="1.0" encoding="ISO-8859-1"?>
<models>
   <mix/>
</models>

So I want to surpress the outputting of the XSD holder element DocumentRoot. I'm sure this is a common question, but couldn't find a solution as i'm used to the AM3 way of doing this :(
Thanks,
Ronan