dev@jaxb.java.net

multiple namespaces

From: <marc_at_mdumontier.com>
Date: Thu, 17 May 2007 19:23:20 -0400 (EDT)

hi..i have a dtd which i've compiled successfully. When I unmarshall the
document I get no erros but the xlink attributes arent' being set.

here's an example piece of DTD

<!ELEMENT MyElement x,xx?, y>
<!ATTLIST MyElement
  a (NA | AA) #REQUIRED
  b CDATA #REQUIRED
  c ID #REQUIRED
  xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink"
  xlink:role CDATA #FIXED "my role"
  xlink:title CDATA #FIXED "my title"
  xlink:href CDATA #IMPLIED
  vs NMTOKEN #IMPLIED
>


So the xlink:href isn't getting set.

Anyone have any ideas on how to fix this?

thanks,
Marc