users@jaxb.java.net

jxb:bindings with DTD

From: Michael Jurke <jurke_at_zedat.fu-berlin.de>
Date: Fri, 11 Jun 2010 22:34:58 +0200

Hi,

with some bindings.xjb I can resolve name conflicts appearing in an XSD
schema.
In the nodes attribute of xjb:bindings tag uses xPath to distinguish the
node. But how can I apply it to an DTD? Is this possible?

Clearly spoken, I have

<!ATTLIST %SVG.style.qname;
     xml:space ( preserve ) #FIXED 'preserve'
     %SVG.Core.attrib;
     type %ContentType.datatype; #REQUIRED
     media %MediaDesc.datatype; #IMPLIED
     title %Text.datatype; #IMPLIED
>

How to define an alternative name for xml:space?

Thanks a lot
Michael