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
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
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
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,
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
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
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
> 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"
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
> 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?
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]
> 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
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
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
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
>>>>> 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
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
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
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
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
: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&
;
> > }
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
);
> }
>
>
> 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
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
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
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
26 matches
Mail list logo