RE: Problems using SYSTEM dtd with xerces-c-2_4_0

2005-02-04 Thread Adam . Read
| | An: | | Kopie: | | Them

RE: Problems using SYSTEM dtd with xerces-c-2_4_0

2005-02-03 Thread Jesse Pelton
EMAIL PROTECTED] > Sent: Thursday, February 03, 2005 11:25 AM > To: xerces-c-dev@xml.apache.org > Subject: Problems using SYSTEM dtd with xerces-c-2_4_0 > > > > > > Hello, > > I'm having problems using XercesDOMParser to parse a document with the > follo

Problems using SYSTEM dtd with xerces-c-2_4_0

2005-02-03 Thread Adam . Read
Hello, I'm having problems using XercesDOMParser to parse a document with the following prolog: I set up the parser, call parse, and I end up with an exception: xercesc_2_4::MalformedURLException. My set up code: static XercesDOMParser::ValSchemesgValScheme = XercesDOMP

Problems Using Xerces-C

2004-08-10 Thread Gregory B. Watson
Hello, Currently, we are using XML files which reference BOTH an XML Schema and an EXTERNAL DTD. The DTD in this case, contains ONLY character entity definitions. However, in running Xerces-C it does not appear to "see" the external DTD, and hence generates undefined entity parsing errors. As a

Re: Problems using

2002-04-04 Thread Jim Cole
Hi - Using the 20020404172017 snapshot, I am now seeing the behavior that I expected. Thanks so much! Jim Cole Khaled Noaman's bits of Tue, 2 Apr 2002 translated to: >Hi Jim, > >We have put a fix in CVS. Would you please download the latest >code and try again? FYI, here is the diff: > >RCS fil

Re: Problems using

2002-04-02 Thread Khaled Noaman
Hi Jim, We have put a fix in CVS. Would you please download the latest code and try again? FYI, here is the diff: RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/QName.cpp,v retrieving revision 1.1.1.1 diff -r1.1.1.1 QName.cpp 417,419c417,421 < return (XMLString::compareString(fPrefix, qname.g

Problems using

2002-04-01 Thread Jim Cole
Hi - I am having troubles with the use of the 'unique' element. An example of the manner in which I am attempting to use it is listed below. The SAX2Count example run with the -f and -p does not report an error when the eid attributes are not unique. If I get rid of the targetNamespace and make t

RE: Problems using the Xerces Binarys on MacOS 9.x

2002-01-31 Thread Sascha Presnac
.com/ --- #>-Original Message- #>From: Ian Brown [mailto:[EMAIL PROTECTED]] #>Sent: Thursday, January 31, 2002 11:53 AM #>To: '[EMAIL PROTECTED]' #>Subject: RE: Problems using the Xerces Binarys on MacOS 9.x #> #> #>Use the CodeWarrior

RE: Problems using the Xerces Binarys on MacOS 9.x

2002-01-31 Thread Ian Brown
] Sent: 31 January 2002 10:39 To: Xerces Mailing List Subject: Problems using the Xerces Binarys on MacOS 9.x Hi all, i have compiled the sources to get the lib´s on MacOS 9.2 Now, i import the library to my project and at compile time, CodeWarrior throws me the folowing errors: * Link Error :

Problems using the Xerces Binarys on MacOS 9.x

2002-01-31 Thread Sascha Presnac
Hi all, i have compiled the sources to get the lib´s on MacOS 9.2 Now, i import the library to my project and at compile time, CodeWarrior throws me the folowing errors: * Link Error : undefined 'CopyCStringToPascal' (code) Referenced from 'XMLPlatformUtils::panic(XMLPlatformUtils::PanicReas

Re: Problems using schema and namespaces

2001-09-06 Thread Stefan Brauneis
all, > > > >I have problems using namespaces and schema together in an application. > >To be honest I don't no much about namespaces and schemas yet but have > >to learn it. Ok, so what I am looking for is a simple xml-file like > >personal-schema.xml and a correspon

Re: Problems using schema and namespaces

2001-09-04 Thread Joseph_Kesselman
That would be a better question for a general XML users discussion, such as the XML-DEV list. See http://xml.org/xml-dev/index.shtml - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems using schema and namespaces

2001-08-31 Thread Alberto Massari
At 04:45 PM 8/30/01 +0200, you wrote: >Hi all, > >I have problems using namespaces and schema together in an application. >To be honest I don't no much about namespaces and schemas yet but have >to learn it. Ok, so what I am looking for is a simple xml-file like >pe

Problems using schema and namespaces

2001-08-30 Thread Stefan Brauneis
Hi all, I have problems using namespaces and schema together in an application. To be honest I don't no much about namespaces and schemas yet but have to learn it. Ok, so what I am looking for is a simple xml-file like personal-schema.xml and a corresponding xsd-file like personal.xsd but