Re: How to identify the namespace?

2002-06-25 Thread Jan Dvorak
do I get the EL2 namespace? | | Any answers? | Thanks & Regards, | Kakoli | | | | -Original Message- | From: JC [mailto:[EMAIL PROTECTED] | Sent: Thursday, June 20, 2002 10:28 PM | To: [EMAIL PROTECTED] | Subject: Re: How to identify the namespace? | | | This was what I needed! (Th

RE: How to identify the namespace?

2002-06-25 Thread Kakoli
is used. How do I get the EL2 namespace? Any answers?   Thanks & Regards, Kakoli        -Original Message-From: JC [mailto:[EMAIL PROTECTED]Sent: Thursday, June 20, 2002 10:28 PMTo: [EMAIL PROTECTED]Subject: Re: How to identify the namespace? This was what I needed! (The first p

Re: How to identify the namespace?

2002-06-20 Thread JC
This was what I needed! (The first part, not the second.) Thank you very much. At 05:54 PM 6/20/2002 +0200, you wrote: Hi, If you use SAX2, you'll see a startPrefixMapping( prefix, nsuri ) event before the startElement() event. Anyway, the startElement() event also passes the namespace URI to y

RE: How to identify the namespace?

2002-06-20 Thread JC
How can I get a list of namespaces? Is that information even available during the parsing? I have been through all of the classes available to me to find something that would return a namespace, but to no avail. Ideas? At 06:24 AM 6/20/2002 -0400, you wrote: Have you tried getting ALL the namespac

Re: How to identify the namespace?

2002-06-20 Thread Jan Dvorak
Hi, If you use SAX2, you'll see a startPrefixMapping( prefix, nsuri ) event before the startElement() event. Anyway, the startElement() event also passes the namespace URI to you. If you use DOM, you can get the namespace URI out of every element node. Jan Dvorak > Here is something that is b

RE: How to identify the namespace?

2002-06-20 Thread Naomi Dushay
Have you tried getting ALL the namespaces available, rather than just the one for the element? You're looking for the default namespace, which should be stored somewhere ... - Naomi Dushay -Original Message- From: JC [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 19, 2002 4:35 PM To: