You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2003/12/12 12:11:41 UTC

DO NOT REPLY [Bug 25470] New: - attribut is already use by element (AttrAlreadyUseInSTag XMLBE50)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25470>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25470

attribut is already use by element (AttrAlreadyUseInSTag XMLBE50)

           Summary: attribut is already use by element (AttrAlreadyUseInSTag
                    XMLBE50)
           Product: Xerces-C++
           Version: 2.4.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Non-Validating Parser
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: j.lamiot@libertysurf.fr


When I use these attribut :
<PERSONNE
...
IndicateurResidenceBDF="N"
DateIndicateurResidenceBDF=""
...
>
The parser give me this error:
Fatal Error at (file prodInfo, line 76, char 29): The 
attribute 'IndicateurResidenceBDF' is already used in element 'PERSONNE'

I suppose it's because my first attribut "IndicateurResidenceBDF" is 
encapsulate by my second attribut "DateIndicateurResidenceBDF".
thanks for help

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org