Re: [README] Xerces-J: New properties added.

2001-06-21 Thread lmartin
Hi there, I've just changed the names of the 2 new schema properties as per Andy's suggestion. So they are now: http://apache.org/xml/properties/schema/external-schemaLocation http://apache.org/xml/properties/schema/external-noNamespaceSchemaLocation Lisa. Andy Clark <[EMAIL PROTECTED]> on 0

Re: Error! Xerces-J-tools.1.4.0.zip contains xerces jar file from 7/5 /00

2001-06-21 Thread neilg
Hi Garth, Here's the deal: the tools archive contains programs necessary to build Xerces's docs as well as a program called Ant which provides an alternate way of building Xerces from its sources (an alternative to Make, which you've been trying). In order to do their job, many of these utilitie

Error! Xerces-J-tools.1.4.0.zip contains xerces jar file from 7/5 /00

2001-06-21 Thread Garth Martinsen
I am developing Java with XML on JBuilder3. Platform is NT4. I have been unsuccessful in building the jars and docs using cygwin. Help from this site suggested that I just use the xerces.jar in the tools directory. Problems went away until I discovered that the xerces.jar is a year old!(7/5/00) S

Adding the DOCTYPE to the XML file.

2001-06-21 Thread Iban Torres
Hi all       I have spent hours trying to do something that seems to be trivial, but I can not find the solution with the Xerces Apis         Having a DOM Document that is serialized with the XMLSerializer into a xml file, how do I set the doctype to a DTD file?. In other words, how do I ad

RE: Schema validation

2001-06-21 Thread Ala Heno
Hi Sire and thank you for the reply. Attached please find a very simple Schema and a very simple XML file. Ala -Original Message- From: sire chembiparambil [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2001 5:38 PM To: [EMAIL PROTECTED] Subject: RE: Schema validation Could you sen

builderFactory and Schema

2001-06-21 Thread Christian_Seifert
  Was anybody able to check into the problem of not being able to validate XML Files with schemas when using parsers that are being spun off the BuilderFactory? Thanks Christian

RE: Schema validation

2001-06-21 Thread William Guynes
I went back and read your first post to the list, too. I'm fairly certain that Xerces-1.0.4 was pre-2001 Schema specification. I hate to sound like a software support drone (i.e. "Our game doesn't work?  Did you install the latest drivers?"), but either backing off to 2000/10 spec or upgra

RE: Schema validation

2001-06-21 Thread sire chembiparambil
Could you send the xml decl part from both your xml and schema files. It might throw some light. Sire Ala Heno <[EMAIL PROTECTED]> on 06/21/2001 12:26:31 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Schema validation Thank you for the reply. I do have

RE: Schema validation

2001-06-21 Thread Ragunath Marudhachalam
Hi Ala,       Are you using any webserver?? If so, u need to set the classpath of the new xerces.jar file in the webserver configuration. I had a similar problem when i shifted it to new version of xerces. But after changing the classpath, it worked fine... -Original Message-From:

RE: Schema validation

2001-06-21 Thread Ala Heno
Thank you for the reply. I do have the schema file locally, and the XML file points to it, I think that if I don't have I would get FileNotFoundException (I do get file not found, I just checked it). It is really strange. As I described before, I also tried to run the same example (with cha

Re: SAX to DOM

2001-06-21 Thread Dane Foster
Try dom4j.  It has an event handler mechanism that will alert your registered handler when a specified node criteria is found in an XML stream.   Dane FosterEquity Technology Group, Inchttp://www.equitytg.com.954.360.9800 - Original Message - From: Michael Weir (Transform R

RE: Schema validation

2001-06-21 Thread William Guynes
Do you also have the personal.xsd file?  That's the schema file that personal-schema.xml is looking to use.  If you don't have that .xsd available locally, then the very first tag, personnel, will fail because it is not declared.   -- Will   -Original Message-From: Ala Heno [mailt

Problem of memory

2001-06-21 Thread manuel . paitreault
Hi, I completely become crazy I created a java program using Apache SOAP and Xerces to manipulate DOM trees I demonstrated last week the latest version of it last week, and everything worked without problem but two days ago, my program started to make WindowsNT memory error (not ja

Re: How do I get DTD Elements?

2001-06-21 Thread Iban Torres
Thanks Laurent. I have tested that package and works perfectly. It was exactly what I was looking for.   Thanks again - Original Message - From: Laurent Foret To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 9:21 AM Subject: RE: How do I get DTD Elements?

Schema validation

2001-06-21 Thread Ala Heno
Hi,   This is the second email I write and I still didn't get any answer.   I am using Xerces v1.4.0, I am trying understand schema validation. I use SAXCount example with -v option to validate. I gave "personal-schema.xml", taken from apache repository, as input argument to SAXCount and whe

RE: How do I get DTD Elements?

2001-06-21 Thread Laurent Foret
to parse DTD you can find something there :   http://www.wutka.com/dtdparser.html     - Laurent Forêt Service développement [EMAIL PROTECTED] www.korom.net -Message d'origine-De : Serge Emmanuel Pagop [mailto:[EMAIL PROTECTED]Envoyé : mer

Newbie question

2001-06-21 Thread Todd O'Bryan
Hi all. I hate to subscribe to a mailing list and immediately ask a stupid question, but we all occasionally must do things we don't like... First question, is there a searchable archive of previous emails available anywhere? At Apache, it says there's a disk problem and directs you to a site t

Re: Parsing errors are generic

2001-06-21 Thread S Uma
Thank you Andy. I will check that out with Xerces2. Sorry for sending the email to your address. I messed it up when I sent it. Thanks Uma Andy Clark wrote: > S Uma wrote: > > Is there any plan for throwing error codes apart from error messages from > > Xerces parser? > > Already done. The pars

Re: Parsing errors are generic

2001-06-21 Thread Andy Clark
S Uma wrote: > Is there any plan for throwing error codes apart from error messages from > Xerces parser? Already done. The parse contains an error reporter that all of the components call to localize the error messages and report the error to the registered error handler. It's at this point where

Re: [README] Xerces-J: New properties added.

2001-06-21 Thread Andy Clark
Elena Litani wrote: > http://apache.org/xml/properties/external-schemaLocation > http://apache.org/xml/properties/external-noNamespaceSchemaLocation I'm all for adding features/properties but I think that we should try to follow some standard naming practices for the feature/property identifiers.