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 "frofis (JIRA)" <xe...@xml.apache.org> on 2006/05/23 15:40:35 UTC

[jira] Created: (XERCESC-1596) why

why
---

         Key: XERCESC-1596
         URL: http://issues.apache.org/jira/browse/XERCESC-1596
     Project: Xerces-C++
        Type: Bug

  Components: Validating Parser (Schema) (Xerces 1.5 or up only)  
    Versions: 2.4.0    
 Environment: win2000, CBuilder 6
http://www.cbr.ru/analytics/Formats/UFEBS_EDExamples.zip - ED101_1
http://www.cbr.ru/analytics/Formats/UFEBS_XMLSchemas_v1_1_2.zip - *.xsd
    Reporter: frofis


XercesDOMParser *parser = new XercesDOMParser;
   parser->setValidationScheme(true);
   parser->setDoNamespaces(true);
   parser->setDoSchema(true);
   parser->setDoValidation(true);
   parser->setExternalSchemaLocation("file:///C:/CBuilder/Xml_Pr/*.xsd");
   ErrorRep *errRep = new ErrorRep();
   parser->setErrorHandler(errRep);
   try {
      parser->parse("file:///C:/CBuilder/Xml_Pr/ED101_1.xml");
   }
   catch (...) {
      ShowMessage("...");
   }
   delete errRep;
   delete parser;

Fatal rror line 2 column 209 The schemaLocation attribute does  not contain pair of values

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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


[jira] Closed: (XERCESC-1596) why

Posted by "Gareth Reakes (JIRA)" <xe...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XERCESC-1596?page=all ]
     
Gareth Reakes closed XERCESC-1596:
----------------------------------

    Resolution: Invalid

Hi, this is not a bug but rather a question. Please post to the c-user@xerces.apache.org mailing list for help.

> why
> ---
>
>          Key: XERCESC-1596
>          URL: http://issues.apache.org/jira/browse/XERCESC-1596
>      Project: Xerces-C++
>         Type: Bug

>   Components: Validating Parser (Schema) (Xerces 1.5 or up only)
>     Versions: 2.4.0
>  Environment: win2000, CBuilder 6
> http://www.cbr.ru/analytics/Formats/UFEBS_EDExamples.zip - ED101_1
> http://www.cbr.ru/analytics/Formats/UFEBS_XMLSchemas_v1_1_2.zip - *.xsd
>     Reporter: frofis

>
> XercesDOMParser *parser = new XercesDOMParser;
>    parser->setValidationScheme(true);
>    parser->setDoNamespaces(true);
>    parser->setDoSchema(true);
>    parser->setDoValidation(true);
>    parser->setExternalSchemaLocation("file:///C:/CBuilder/Xml_Pr/*.xsd");
>    ErrorRep *errRep = new ErrorRep();
>    parser->setErrorHandler(errRep);
>    try {
>       parser->parse("file:///C:/CBuilder/Xml_Pr/ED101_1.xml");
>    }
>    catch (...) {
>       ShowMessage("...");
>    }
>    delete errRep;
>    delete parser;
> Fatal rror line 2 column 209 The schemaLocation attribute does  not contain pair of values

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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