Fw: [jdom-interest] Validation Errors

Shari McGuirl shari at mineit.com
Tue Jun 5 01:28:50 PDT 2001


I have tried Xerces 1.4 (and no change), but maybe I'll have to try a different parser....
  ----- Original Message ----- 
  From: philip.nelson at omniresources.com 
  To: shari at mineit.com 
  Sent: Tuesday, June 05, 2001 2:50 AM
  Subject: RE: [jdom-interest] Validation Errors


  Sorry, I can't see what's wrong except that Xerces doesn't like the ID attribute for some reason.  You might try a different version of Xerces (the latest 1.4 seems to work with the latest JDOM), or another parser (even msxml inside IE).  ID attributes are a fuzzy and not wholy embraced part of xml as far as I know.
    -----Original Message-----
    From: Shari McGuirl [mailto:shari at mineit.com]
    Sent: Monday, June 04, 2001 10:12 AM
    To: philip.nelson at omniresources.com; JDOM Interest
    Subject: Re: [jdom-interest] Validation Errors


    Phil,

    These are the relevant bits of code.... the first section is in the xml file and the second is in one of the supporting DTD's.

    Thanks again for the help,

    Shari

    ----------------------------------------------------------------------------------------------------------------------------------------------

    <jurisdictionSpecification eid="JD0003">
     <properties>
      <property name="name">Galois</property>
      <property name="postalCode">11000</property>
     </properties>
     <countryCode>FR</countryCode>
    </jurisdictionSpecification>

    ----------------------------------------------------------------------------------------------------------------------------------------------

    <!ENTITY % JurisdictionSpecification " %PropertyContainer;, countryCode? ">

    <!ELEMENT jurisdictionSpecification (%JurisdictionSpecification;)>

    <!ATTLIST jurisdictionSpecification eid ID #REQUIRED>




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://jdom.org/pipermail/jdom-interest/attachments/20010605/ff61fcb4/attachment.htm


More information about the jdom-interest mailing list