Page 1 of 1

If support ant, that will be better.

Posted: Mon Mar 15, 2004 4:30 pm
by dukeula
I am looking for a xml editor that has a full support of ant build file. If following features are included, that will be appreciated,

1. dynamically parse property files, or file entity includes, then give hints when operator type something like ${...}
2. when operator types a target, some documents on the target will be shown.

These features will make oxygen exceeds XMLSPY in java users, i believe.

My Ant Schema

Posted: Fri Oct 28, 2005 3:05 am
by NicoleTedesco
As a little project on my own (nicole@tedesco.name), I am writing an Ant schema (almost done!) Sure, no Ant schema can ever be complete but I think I've got a good 95/5 solution. The problem is that Oxygen6.2 is not picking up the appropriate annotations from my schema during Tag suggestions! What you need to be able to do is not just look for an annotation in an element declaration, but if that element is based on a type then you need to look up that annotation if the element does not override it. (The same goes for group and attributeGroup inclusions.) If you can do this for me, my Ant life would be swell!

Posted: Fri Oct 28, 2005 4:56 pm
by sorin_ristache
Hello,

Annotations offered as tooltips by the content completion support will be enhanced for all types of XML documents.

Regards,
Sorin