
Hi, We are ware of some missing elements from the ANT DTD that is bundled with Oxygen. This is a DTD that is generated by ANT itself, but even so, it's still incomplete. We do plan to improve the ANT content completion and validation at a later time, I've added your vote for this issue. If you want to tinker with the current DTD, it's located in: Oxygen/frameworks/ant/ant.dtd Regards, Adrian Adrian Buza oXygen XML Editor and Author Support Florent Georges wrote:
Hi,
With oXygen 13.2, when opening an existing Ant build script (or when creating a new one from scratch), if in a target we have an 'ant' task with some property:
<project basedir="." default="dist" name="prj"> <target name="dist"> <ant> <property name="n" value="v"/> </ant> </target> </project>
then oXygen complains that:
E [Xerces] The content of element type "ant" must match "EMPTY".
Even though this is an important feature when using DITA-OT ;-) This might be a good idea to amend the schema?
Regards,