Hi all,

I'm new to Castor. While playing around with it I hit a problem related to
the DTD. I found a couple of mapping examples like

  <class name="package.Outer$Inner">
     ...
  </class>

but my parser doesn't like the dollar sign - the name attribute is declared
with type ID in the DTD:

  org.xml.sax.SAXParseException: Attribute value "package.Outer$Inner" of
type ID must be a name.

I'm using the builtin parser of JDK 1.6.0_10. Please advise if I missed
anything.

Ken

Reply via email to