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 ji...@apache.org on 2004/04/15 14:46:43 UTC

[jira] Created: (XERCESC-1196) Not recognising COURTYARD CAFÉ (from Bugzilla #28318)

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1196

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1196
    Summary: Not recognising <NAME>COURTYARD CAFÉ</NAME> (from Bugzilla #28318)
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Xerces-C++
 Components: 
             DOM
   Versions:
             1.7.0

   Assignee: 
   Reporter: Alberto Massari

    Created: Thu, 15 Apr 2004 5:46 AM
    Updated: Thu, 15 Apr 2004 5:46 AM
Environment: HP

Description:
Hi,

when submitting the XML having special character <NAME>COURTYARD CAFÉ</NAME>. 
it throws the exception 
Message: Expected end of tag 'NAME'

If i add space after special character <NAME>COURTYARD CAFÉ </NAME> then it 
works ok.

Tried the same XML with xerces java validator and XML SPY, both are validated 
ok.

This is causing production problem.

Thanks,
Noman Siddiqui
732-699-7794



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (XERCESC-1196) Not recognising COURTYARD CAFÉ (from Bugzilla #28318)

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Alberto Massari
    Created: Thu, 15 Apr 2004 5:46 AM
       Body:
Hi Noman,
can you post a small, standalone XML document showing the problem? The little 
snippet you report has no encoding so we cannot understand how Xerces is 
treating it. Also, could you try using the latest version, 2.5, to check if 
the problem is still present?

Thanks,
Alberto

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XERCESC-1196?page=comments#action_35044

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1196

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1196
    Summary: Not recognising <NAME>COURTYARD CAFÉ</NAME> (from Bugzilla #28318)
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Xerces-C++
 Components: 
             DOM
   Versions:
             1.7.0

   Assignee: 
   Reporter: Alberto Massari

    Created: Thu, 15 Apr 2004 5:46 AM
    Updated: Thu, 15 Apr 2004 5:46 AM
Environment: HP

Description:
Hi,

when submitting the XML having special character <NAME>COURTYARD CAFÉ</NAME>. 
it throws the exception 
Message: Expected end of tag 'NAME'

If i add space after special character <NAME>COURTYARD CAFÉ </NAME> then it 
works ok.

Tried the same XML with xerces java validator and XML SPY, both are validated 
ok.

This is causing production problem.

Thanks,
Noman Siddiqui
732-699-7794



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (XERCESC-1196) Not recognising COURTYARD CAFÉ (from Bugzilla #28318)

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Alberto Massari
    Created: Thu, 15 Apr 2004 5:48 AM
       Body:
FYI: 
Here is the DOM init code:

  parser = new DOMParser;
  parser->setValidationScheme(DOMParser::Val_Auto);
  parser->setDoNamespaces(true);
  parser->setDoSchema(false);

Tried the same XML with DOMPrint demo and got the same error.

Thanks,
Noman.

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XERCESC-1196?page=comments#action_35046

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1196

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1196
    Summary: Not recognising <NAME>COURTYARD CAFÉ</NAME> (from Bugzilla #28318)
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Xerces-C++
 Components: 
             DOM
   Versions:
             1.7.0

   Assignee: 
   Reporter: Alberto Massari

    Created: Thu, 15 Apr 2004 5:46 AM
    Updated: Thu, 15 Apr 2004 5:48 AM
Environment: HP

Description:
Hi,

when submitting the XML having special character <NAME>COURTYARD CAFÉ</NAME>. 
it throws the exception 
Message: Expected end of tag 'NAME'

If i add space after special character <NAME>COURTYARD CAFÉ </NAME> then it 
works ok.

Tried the same XML with xerces java validator and XML SPY, both are validated 
ok.

This is causing production problem.

Thanks,
Noman Siddiqui
732-699-7794



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[jira] Commented: (XERCESC-1196) Not recognising COURTYARD CAFÉ (from Bugzilla #28318)

Posted by ji...@apache.org.
The following comment has been added to this issue:

     Author: Alberto Massari
    Created: Thu, 15 Apr 2004 5:47 AM
       Body:
Hi Alberto,

Here is the XML: Note that the email converts the sppecial E so take the XML from web site. We have xerces-c1_7_0-HP11ACC and would like it to be fixed in that (patch should be ok) due to various other huge impacts. UTF-8 is the encoding.


<FIRM_ORDER xmlns="http://www.telcordia.com/IDN/ELMS6" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.telcordia.com/IDN/ELMS6 FIRM_ORDER.xsd" 
version="ELMS6_FIRM_ORDER_v1-0">
   <D_TSENT>20040406</D_TSENT>
   <TIME_SENT>123456</TIME_SENT>
   <TRX_ID>MfY0HoIzG6XLDGH8</TRX_ID>
   <CC>116A</CC>
   <CLEC_APPL_ID>nddsrpu</CLEC_APPL_ID>
   <CLEC_USER_ID>CLEC FO</CLEC_USER_ID>
   <CLEC_ID>METTELEDI</CLEC_ID>
   <TEST_PROD_INDICATOR>P</TEST_PROD_INDICATOR>
   <DATA_SOURCE>TAG</DATA_SOURCE>
   <ISA_PARTNERID>METTELEDI</ISA_PARTNERID>
   <GS_PARTNERID>METTELEDI</GS_PARTNERID>
   <PONKEY>EDIAFF00006116AAS20991200      002004032910554734910002</PONKEY>
   <GS_VERSION>4030BLS</GS_VERSION>
   <EDI_DATA>F4030</EDI_DATA>
   <WLS_IND>N</WLS_IND>
   <LSR>
      <ADMIN>
         <CCNA>MTV</CCNA>
         <PON>123andy</PON>
         <VER>00</VER>
         <ATN>9107399143</ATN>
         <SC>LCSC</SC>
         <D_TSENT>20040406</D_TSENT>
         <DDD>20041129</DDD>
         <REQTYP>MB</REQTYP>
         <ACT>V</ACT>
         <MI>C</MI>
         <CC>116A</CC>
         <PORTTYP>L</PORTTYP>
         <TOS>4CM-</TOS>
         <CIC>6388</CIC>
      </ADMIN>
      <BILL>
         <BAN1>704Q832351351</BAN1>
      </BILL>
      <CONTACT>
         <INIT>MIKE THACKER</INIT>
         <INIT_TEL_NO>8776388359</INIT_TEL_NO>
         <INIT_FAX_NO>8666383291</INIT_FAX_NO>
         <IMPCON>LEVI SEEWALD</IMPCON>
         <IMPCON_TEL_NO>8776388359</IMPCON_TEL_NO>
      </CONTACT>
   </LSR>
   <EU>
      <ADMIN></ADMIN>
      <HEADER_LOCATION_AND_ACCESS_LIST>
         <LOCATION_AND_ACCESS_ITEM>
            <NAME>COURTYARD CAFÉ</NAME>
            <ELT>A</ELT>
         </LOCATION_AND_ACCESS_ITEM>
      </HEADER_LOCATION_AND_ACCESS_LIST>
      <BILL>
         <EATN>9107399143</EATN>
      </BILL>
   </EU>
   <PS>
      <ADMIN>
         <PQTY>001</PQTY>
      </ADMIN>
      <SERVICE_DETAILS_LIST>
         <SERVICE_DETAILS>
            <BA_LIST>
               <BA_ITEM>
                  <BA>N</BA>
               </BA_ITEM>
            </BA_LIST>
            <LNECLSSVC>UEPNC</LNECLSSVC>
            <LNA>V</LNA>
            <LNUM>00001</LNUM>
            <LPIC>5124</LPIC>
            <PIC>NC</PIC>
            <TNS>9107399143</TNS>
         </SERVICE_DETAILS>
      </SERVICE_DETAILS_LIST>
   </PS>
</FIRM_ORDER>

Thanks,
Noman

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XERCESC-1196?page=comments#action_35045

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-1196

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-1196
    Summary: Not recognising <NAME>COURTYARD CAFÉ</NAME> (from Bugzilla #28318)
       Type: Bug

     Status: Unassigned
   Priority: Critical

    Project: Xerces-C++
 Components: 
             DOM
   Versions:
             1.7.0

   Assignee: 
   Reporter: Alberto Massari

    Created: Thu, 15 Apr 2004 5:46 AM
    Updated: Thu, 15 Apr 2004 5:47 AM
Environment: HP

Description:
Hi,

when submitting the XML having special character <NAME>COURTYARD CAFÉ</NAME>. 
it throws the exception 
Message: Expected end of tag 'NAME'

If i add space after special character <NAME>COURTYARD CAFÉ </NAME> then it 
works ok.

Tried the same XML with xerces java validator and XML SPY, both are validated 
ok.

This is causing production problem.

Thanks,
Noman Siddiqui
732-699-7794



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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