Re: Schema Validation Error Using Xerces1.4 Parser

2001-08-25 Thread r abiram
Hi, I have not worked with this problems can you tell me which Browser versions supports Schema Bye: --- [EMAIL PROTECTED] wrote: > I am trying to validate a xml file using a schema. I > am encountering some > problems. I am using the latest IBM Xerces Parser. > Details follow: > > > i get th

Schema Validation Error Using Xerces1.4 Parser

2001-08-16 Thread sa79
I am trying to validate a xml file using a schema. I am encountering some problems. I am using the latest IBM Xerces Parser. Details follow: i get the following error message "org.apache.xerces.validators.datatype.InvalidDatatypeFacetException: Installation Problem??? Couldn't load messages: Ca

Re: Am I the only one using schema validation with Xerces?

2001-06-06 Thread Bill Schindler
You might have better luck posting to the Xerces Java developer list: [email protected] On Tuesday, June 5, 2001, at 12:58 PM, Edwards, Jayme wrote: Please, I've posted this issue two times already with no response - is anyone farmiliar with this section of the code? Jayme

RE: Am I the only one using schema validation with Xerces?

2001-06-05 Thread Weyrich, Louis A.
t: Am I the only one using schema validation with Xerces? Please, I've posted this issue two times already with no response - is anyone farmiliar with this section of the code? Jayme -Original Message- From: Edwards, Jayme [mailto:[EMAIL PROTECTED] Sent: Thursday, May 24,

Am I the only one using schema validation with Xerces?

2001-06-05 Thread Edwards, Jayme
traverseSchema method is overwriting the bounds of an array I can even try fixing it myself. I'm just not real farmiliar with the xerces schema validation packages. -Jayme -Original Message- From: Edwards, Jayme [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 23, 2001 12:28 PM To: Apache

XML Schema Validation Error Messages

2001-02-15 Thread btaylor
I'm using Xerces1.3/JDK1.3 and using Schema validation. I've noticed that when a required field is omitted from a complexType, the parsing error you get is not specific to the field that is omitted from the XML. The message I get is something like the following... org.xml.sax.SAXPars

Problem/issue with Schema validation in XSP/XSL

2000-05-19 Thread Edwards, Jayme
Using Cocoon with versions of Xerces prior to 1.0.4, my development team had many style sheets that used the XPath document() function to load external W3C XML Schemas to help with the generation of the transformation of documents. As per upgrading to 1.0.4, even with the parser.validate = false

RE: Schema Validation with Xerces-J

2000-03-30 Thread Dwayne Schultz
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Here's the error when I try to parse the personal-schema.xml example: > (the same still) > > Attribute "xmlns" must be declared for element type > "personnel". at line > 2, column 18 > Attribute "id" must be declared for element type "person"

RE: Schema Validation with Xerces-J

2000-03-30 Thread talhamwy
column 14 null Cheers, Tammam "Dwayne Schultz" <[EMAIL PROTECTED]> on 03/30/2000 04:07:43 PM Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Schema Validation with Xerces-J > From: [EMAIL PRO

RE: Schema Validation with Xerces-J

2000-03-30 Thread Dwayne Schultz
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > > "file:/E:/Projects/UPM/XMLSchema/WD-xmlschema-1-19991217/struc > tures.dtd"> > > http://www.w3.org/1999/XMLSchema";> > > > > > Can you parse data/personal-schema.xml successfully or does it give you the same error?

RE: Schema Validation with Xerces-J

2000-03-30 Thread talhamwy
chema";> Cheers, Tammam "Dwayne Schultz" <[EMAIL PROTECTED]> on 03/30/2000 12:38:08 PM Please respond to [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Schema Validation with Xerces-J > From: [EMAIL PROTECTED]

RE: Schema Validation with Xerces-J

2000-03-30 Thread Dwayne Schultz
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > My new schema file is: > > http://www.w3.org/1999/XMLSchema";> > > > > > > I think you need something like: http://www.w3.org/TR/1999/WD-xmlschema-1-19991217/structures.dtd";> That's how the example in the data direct

Re: Schema Validation with Xerces-J

2000-03-30 Thread talhamwy
chema file is: http://www.w3.org/1999/XMLSchema";> Any ideas? Cheers, Tammam "Ted Leung" <[EMAIL PROTECTED]> on 03/30/2000 02:43:05 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Schema Validation with Xerces-J

Re: Schema Validation with Xerces-J

2000-03-30 Thread Ted Leung
Go back and read the schema documentation. Your schema file is using the latest syntax and our support is at the 12/17 draft level. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 29, 2000 2:23 PM Subject: Re: Schema Validation w

Re: Schema Validation with Xerces-J

2000-03-29 Thread talhamwy
Now I am past the socket connection problem, thanks to Mike Hucka, but still can't get the validation working. Here's my XML file (foo_schema.xml) : Hello And here's my Schema file (foo.xsd): http://www.w3.org/1999/XMLSchema";> I get the following error: Attribute "xml

Re: Schema Validation with Xerces-J

2000-03-28 Thread Michael Hucka
>>>>> On 27 Mar 2000, [EMAIL PROTECTED] wrote: talhamwy> I am trying to use the the schema validation feature in Xerces-J talhamwy> and I am running into a ConnectException: Connection timed out. Are you behind a network firewall, by any chance? If so, this is probab

Schema Validation with Xerces-J

2000-03-27 Thread talhamwy
First, I am a newbie at this, so please bear with me. I am trying to use the the schema validation feature in Xerces-J and I am running into a ConnectException: Connection timed out. Any help is greatly appreciated. I have the following code... (for simplicity I will take out all the try

Re: Last change to XMLParser.java broke Schema validation

2000-03-10 Thread Jeffrey Rodriguez
TECTED]> Subject: Last change to XMLParser.java broke Schema validation Date: Thu, 9 Mar 2000 16:49:24 -0500 Defaulting fNamespacesEnabled to 'true' in XMLParser causes namespaces to be enabled for DOMParser as well as SAXParser. This causes Schema validation (which uses the DOMParser

Last change to XMLParser.java broke Schema validation

2000-03-09 Thread George T. Joseph
Defaulting fNamespacesEnabled to 'true' in XMLParser causes namespaces to be enabled for DOMParser as well as SAXParser. This causes Schema validation (which uses the DOMParser) to choke with "Attribute "xmlns" must be declared for element..." plus a "must be de

Re: Schema validation

2000-03-02 Thread Pierpaolo Fumagalli
Brett McLaughlin wrote: > > This is no longer part of SAX 2, but SAX 1. To do this with SAX 2: > > XMLReader parser = > new org.apache.xerces.parsers.SAXParser(); > > The org.sax.XMLReader interface replaces org.sax.Parser (which is now > deprecated). I'd suggest to use (at least for SAX1) t

RE: Schema validation

2000-03-02 Thread Laura Neitzel
:06 PM To: '[EMAIL PROTECTED]' Subject: Schema validation I noticed an earlier question regarding turning on SAX2's validation feature and here was the code included in the response: try { Parser parser = ParserFactory.makeParser("org.apache.xerces.parsers.SAXParser&

Re: Schema validation

2000-03-01 Thread Brett McLaughlin
; > > } The rest is OK. > > > > > > I've seen this reference to the "Configurable" interface before and I > > thought it was located at org.xml.sax.Configurable, but much to my dismay > > I can't find this sucker anywhere. I just want to tes

Schema validation

2000-03-01 Thread Merlo, Matthew J
); > } > > > I've seen this reference to the "Configurable" interface before and I > thought it was located at org.xml.sax.Configurable, but much to my dismay > I can't find this sucker anywhere. I just want to test the Xerces schema > validation stuff a

Schema validation

2000-03-01 Thread Merlo, Matthew J
e before and I thought it was located at org.xml.sax.Configurable, but much to my dismay I can't find this sucker anywhere. I just want to test the Xerces schema validation stuff and since my compiler doesn't recognize Configurable I'm stuck for the time being. Any help would be greatly a

Re: Status update/Schema validation

1999-12-13 Thread twleung
this early. This idea is the reason why some W3C specs now have a Candidate Recommendation period. Ted - Original Message - From: "Curt Arnold" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 10, 1999 5:54 PM Subject: Re: Status update/Schema validatio

Re: Status update/Schema validation

1999-12-11 Thread Curt Arnold
So, do you have an advance copy of the next working draft of XML Schema or participate on the Working Group? If not, it would seem that everything has to hold until the next draft (due Dec 16th). I did post a couple of suggestions on the Schema (support for lists and multiple lexical patterns for