Re: Resend - can ELEMENTS reference ENTITIES?

2000-04-21 Thread David Bourget
ing after fatal error. > > from IE== > The XML page cannot be displayed Cannot view XML input using style sheet. > Please correct the error and then click the Refresh button, or try again > later. Parameter entities can

Re: Resend - can ELEMENTS reference ENTITIES?

2000-04-20 Thread David Bourget
Hi Tom, > I am having some trouble with enumeration in XML. > > Rather than doing this, > > > > I need to do the following, but it seems to be invalid, > > > > I see two possible issues here 1- If Xerces-* does not allow you to use a PE in that context, then this is a bug. 2- If Xerces-* tel

Re: Nested Entitie refs

2000-04-13 Thread David Bourget
elements that might be specificaly marked in your site. This will be the way to go most of the time, but I don't know much of your application so I'm just guessing. I hope this help, David - Original Message - From: "Peet Sneekes" <[EMAIL PROTECTED]> To: "D

Re: Nested Entitie refs

2000-04-13 Thread David Bourget
Hi , The XML 1.0 spec defines what goes after the SYSTEM keyword as an URI and assign it the following content : SystemLiteral ::= ('"' [^"]* '"') | ("'" [^']* "'") thus you can't include an entity reference here.. But why are you willing to do this ? I think entities must be used as sho

Re: Running Xerces-J 1.0.3 in Win NT

2000-04-12 Thread David Bourget
I'm running it from cygwin bash, but with the binary distribution.. could you give us the complete command line you are using ? It must be a little detail.. - Original Message - From: "Tsai, Tim S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 12, 2000 4:28 PM Subject:

Re: Running Xerces-J 1.0.3 in Win NT

2000-04-12 Thread David Bourget
Hi, Are you using the binary distribution ? In this case you'll have to include the xercesSamples.jar and xerces.jar files to you classpath. bye David - Original Message - From: "Tsai, Tim S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 12, 2000 10:28 AM Subject: RE

Re: Running Xerces-J 1.0.3 in Win NT

2000-04-11 Thread David Bourget
hi, > I'm using JDK1.2.2 and according to the doc, I don't think I need to set up > the CLASSPATH. In any case, I still get the same error when I set the > CLASSPATH=/xerces/class. > Is that a metaphor or you really tried /xerces/class as the classpath ? Your java vm will not find the class files

xerces and w3c schemas

2000-04-11 Thread David Bourget
Hello all, I'd like to know what is the current state of the support for w3c schemas in xerces. I adventured myself in the code to get an idea and saw big chunks of code commented, and few real english comments :) (to takes this badly, i'm joking) More precisely, I'd like to know what have to be

Re: xerces linking side effect ...

2000-04-07 Thread David Bourget
Does anyone is aware of other works on this topic ? Is there any other w3cschema-aware parser project today ? I can't find any.. > I'm sure that there will be similar classes. No matter how it works, there > have to be classes that represent the concepts that the schema works in > terms of. I gue

Re: Schema standards

2000-04-07 Thread David Bourget
The lastest draft (25 feb) seems quite stable. My company is currently relying heavily on it and we think it is not going to change too much. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 06, 2000 9:51 PM Subject: Schema st

Re: DOMParser hanging on

1999-11-25 Thread David Bourget
ce and it seams to me that an exception should be thrown,caught and printed as when my document is malformed. by the way, I apologize for my bad english thank you, -- { David Bourget : [EMAIL PROTECTED] PGP Public Key : http://bourg.penguinpowered.com/tlv87/publickey }

DOMParser hanging on

1999-11-24 Thread David Bourget
d many xml files, including this simple one pasted from the xml recommendation : Hello, world! I'm not familiar with the internals of xerces yet and I can't figure what's wrong.. any help appreciated, -- { David Bourget : [EMAIL PROTECTED] PGP Public Key : http:/