Hi all,

I'm working on an Ant task to generate XML schema definition files for use in 
WTKX authoring. The task will take the name of a JAR file and generate XSD 
files for each package contained in the JAR. For example, running the task on 
pivot-wtk.jar will produce pivot.wtk.xsd, pivot.wtk.content.xsd, 
pivot.wtk.effects.xsd, etc.

An obvious use for these schema files is XML validation. However, I have heard 
that various XML authoring tools (including Eclipse) can also use schema files 
for auto-completion of element and attribute names. Does anyone have any 
experience using this feature in Eclipse? I'd like to do some basic prototyping 
before I jump into the code and I haven't been able to figure out how to set it 
up yet.

Thanks,
Greg


Reply via email to