getElementsByTagName

2001-02-07 Thread Jian, David
Hi, I am using org.w3c.dom interface method getElementsByTagName("tagname") from xerces-1_2_3, is this tagname can be tag name of root element? Thanks DJ

Re: Test message to xerces-j-user

2001-02-07 Thread mlintner
On Wed, 07 Feb 2001 09:20:38 -0500 Elena Litani wrote: > Hi, Ted > > If you got this message via xerces-j-user, please send a brief reply > > to the xerces-j-user list so we know that things are working. > > > > Thanks, > > > > Ted > > I was wondering do you want ALL people to reply? > Did not

printing DOM tree

2001-02-07 Thread Allison M Santoro
Based on the generateDom.java example I have built a simple DOM tree with a few elements and a CDATA section. I have serialized to print it a file. For the most part I don't car about indentation only that each element has its own line. so if I use the code below I get what I want with the excep

Re: Test message to xerces-j-user

2001-02-07 Thread Eric Ye
got it _   Eric Ye * IBM, HVWS* [EMAIL PROTECTED] - Original Message - From: Jian, David To: 'Ted Leung' ; [EMAIL PROTECTED] Sent: Wednesday, February 07, 2001 6:17 AM Subject: RE: Test message to xerces-j-user got it -Original Message-Fr

Re: Does Xerces support catalog files?

2001-02-07 Thread Armand Liberi
Hello, I have sent a message to the following address twice to no avail. I received a "confirm unsubscribe from [EMAIL PROTECTED]" message each time but the messages keep coming. [EMAIL PROTECTED] Do I have to include some text? A subject? Thanks. Regards, Armand He who asks is a fool for

Re: Does Xerces support catalog files?

2001-02-07 Thread neilg
Hi Ringo, Have a look at the org.apache.xerces.readers.XCatalog.java class; it is an implementation of the XCatalog Draft 0.2. This hasn't been updated for quite some time it would seem, but support is there; there's also an infrastructure for building support for other kinds of catalogs into t

Off topic: can't unsubscribe

2001-02-07 Thread Sylvester Drozdik
Each message ends with > --- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] I' ve tried to unsubscribe using the address above without success. Can anybody remove me from the subscri

Re: SV: support for ?

2001-02-07 Thread lmartin
Hi there, I'll let Andy respond about "unique". With respect to Peter's example, however, I do get validation errors when I run it thru the parser (1.3.0). I used SAXCount to try this out: java sax.SAXCount -v first.xml The validation error I got was: [Error] first.xml:6:14: The content o

Re: modelgroups with more than 8 elements

2001-02-07 Thread neilg
Hi Andrew and Ian, You are quite correct; this wording will not do... I'll change it in CVS and I'll also update the webpage, since we're bound to see more of this question otherwise... Thanks for the report. Cheers, Neil Neil Graham XML Parser Development IBM Toronto Lab Phone: 416-448-351

RE: STOP REPLYING!!! (was Re: Test message to xerces-j-user)

2001-02-07 Thread David Parker
message received ;-) > -Original Message- > From: Arnaud Le Hors [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 07, 2001 9:44 AM > To: [EMAIL PROTECTED] > Subject: STOP REPLYING!!! (was Re: Test message to xerces-j-user) > > > As Elena suggested in her message I don't think Ted r

SV: support for ?

2001-02-07 Thread Peter Tornberg
I'm not sure if attributes for zip can have the same value or not. Still I agree with you from the results of my own tests. To me it seems like the validation only checks to see if the XML schema is valid xml or not. It does not check if the xml document is formatted correctly according to

STOP REPLYING!!! (was Re: Test message to xerces-j-user)

2001-02-07 Thread Arnaud Le Hors
As Elena suggested in her message I don't think Ted really meant that everybody should reply. In any case I think we all got the idea that this list now works, so please, let's stop this thread here. Thanks. -- Arnaud Le Hors - IBM Cupertino, XML Technology Group

Re: Test message to xerces-j-user

2001-02-07 Thread Umesh Subramanian
Got it           If you got this message via xerces-j-user, please send a brief replyto the xerces-j-user list so we know that things are working. Thanks, Ted - Original Message - From: Ted Leung To: [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 9:53 AM Subject: Test message

Re: xmL Schema : can a complexType element contain other complextype elements ??

2001-02-07 Thread lmartin
Hi there, Are you asking whether you can define a complexType which contains elements from another complexType? If so, you can use type derivation to accomplish this. If this isn't your question, could you clarify? Thx, Lisa. anand awasthi <[EMAIL PROTECTED]> on 02/06/2001 03:53:57 PM Please r

Test message to xerces-j-user

2001-02-07 Thread Elena Litani
Hi, Ted > If you got this message via xerces-j-user, please send a brief reply > to the xerces-j-user list so we know that things are working. > > Thanks, > > Ted I was wondering do you want ALL people to reply? Did not you say that lists are identical right now..? Elena

RE: Test message to xerces-j-user

2001-02-07 Thread Jian, David
got it -Original Message-From: Ted Leung [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 06, 2001 1:05 PMTo: [EMAIL PROTECTED]Subject: Re: Test message to xerces-j-user If you got this message via xerces-j-user, please send a brief reply to the xerces-j-user list so

RE: Test message to xerces-j-user

2001-02-07 Thread Jian, David
got it -Original Message-From: Ted Leung [mailto:[EMAIL PROTECTED]Sent: Tuesday, February 06, 2001 12:54 PMTo: [EMAIL PROTECTED]Subject: Test message to xerces-j-user This message is a test to see if xerces-j-user is synonymous with xerces-j-dev.   Ted

Re: modelgroups with more than 8 elements

2001-02-07 Thread Elena Litani
> > > > "Finally, note that in all model groups fewer > > than 8 elements must be used." > > Maybe this should be worded: "note that in model groups...". The 8 > element restriction only applies to , not to etc. > Yep, Ian is right. Elena

RE: Test message to xerces-j-user

2001-02-07 Thread Bojan Čekrlić
Ok. If you got this message via xerces-j-user, please send a brief replyto the xerces-j-user list so we know that things are working. Thanks, Ted - Original Message - From: Ted Leung To: [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 9:

RE: Test message to xerces-j-user

2001-02-07 Thread Brian Dobby
Got it.   --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.230 / Virus Database: 111 - Release Date: 25/01/2001

Re: modelgroups with more than 8 elements

2001-02-07 Thread Ian Roberts
On Tue, 6 Feb 2001, Andrew Newton wrote: > The schema web page for Xerces-J reads: > > "Finally, note that in all model groups fewer > than 8 elements must be used." Maybe this should be worded: "note that in model groups...". The 8 element restriction only applies to , not to etc. Ian --

Re: Test message to xerces-j-user

2001-02-07 Thread Nicholas Taylor
Got it. Ted Leung wrote: If you got this message via xerces-j-user, please send a brief replyto the xerces-j-user list so we know that things are working. Thanks, Ted - Original Message - From: Ted Leung To: [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 9:53 AM Subject: Test m

Re: Test message to xerces-j-user

2001-02-07 Thread Jose Correia
Got it Ted Leung wrote: > This message is a test to see if xerces-j-user is synonymous > withxerces-j-dev. Ted -- \=/, _-===-_-===-_-===-_-===-_-==-_ | @___oo ( )_ /\ /\ / (___,,,}_--=

Re: Test message to xerces-j-user

2001-02-07 Thread Mike Pogue
Yep. - Original Message - From: Ted Leung To: [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 10:05 AM Subject: Re: Test message to xerces-j-user If you got this message via xerces-j-user, please send a brief reply to the xerces-j-user list so we

Re: Test message to xerces-j-user

2001-02-07 Thread Arulazi D
got it Ted Leung wrote: If you got this message via xerces-j-user, please send a brief replyto the xerces-j-user list so we know that things are working. Thanks, Ted - Original Message - From: Ted Leung To: [EMAIL PROTECTED] Sent: Tuesday, February 06, 2001 9:53 AM Subject: Test me

modelgroups with more than 8 elements

2001-02-07 Thread Andrew Newton
The schema web page for Xerces-J reads: "Finally, note that in all model groups fewer than 8 elements must be used." Is this still true or left-over documentation? Am I reading this correctly by assuming it means this won't work: -- Andrew Newton [EMAIL PROTECTED]