
That's what I thought. Just wanted to point this one, in case it can help. Thanks for your response, -- Florent Georges http://fgeorges.org/ http://h2oconsulting.be/ ----- Mail original -----
De : Adrian Buza <adrian@sync.ro> À : Florent Georges <lists@fgeorges.org> Cc : oXygen User ML <oxygen-user@oxygenxml.com> Envoyé le : Jeudi 24 mai 2012 14h30 Objet : Re: [oXygen-user] Bug in the Ant schema
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,