DITA for Print - E [Xerces] Attribute "xmlns:dita" must be d
Posted: Tue Mar 25, 2014 11:59 am
Hello all
I'm new to oXygen and DITA and I am trying to work my way through the exercises in the book DITA for Print by Leigh W White. I have run into a problem and can't figure out what to do. Hopefully someone on here can help.
I have a build_pdf-ug_template file that contains:
Where straygoat.pdf-ug is the name of the PDF plug in I am making. I get the error:
which I think means the target property doesn't understand the xmlns:dita definition, but I don't know why. It is preventing the integration from running.
Can anyone explain what is going on and what I should do to resolve the situation? I took the week off work to complete the exercises and am stuck this early on!
I'm new to oXygen and DITA and I am trying to work my way through the exercises in the book DITA for Print by Leigh W White. I have run into a problem and can't figure out what to do. Hopefully someone on here can help.
I have a build_pdf-ug_template file that contains:
Code: Select all
<project name="com.straygoat.pdf-ug" default="dita2pdf-ug">
<property name="transtype" value="pdf-ug" />
<target name="dita2pdf-ug"
xmlns:dita="http://dita-ot.sourceforge.net"
dita:extension="depends org.dita.dost.platform.InsertDependsAction">
<property name="customization.dir"
location="${dita.plugin.com.straygoat.pdf-ug.dir}/cfg"/>
<antcall target="dita2pdf2" />
</target>
</project>
Code: Select all
E [Xerces] Attribute "xmlns:dita" must be declared for element type "target".
Can anyone explain what is going on and what I should do to resolve the situation? I took the week off work to complete the exercises and am stuck this early on!