Author |
Message
|
hello123 |
Posted: Mon Jun 11, 2007 9:29 am Post subject: hi |
|
|
Newbie
Joined: 11 Jun 2007 Posts: 1
|
please explain me abt the namespace. what is the namespace and wat is the use of it?
Thanks in advance |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Mon Jun 11, 2007 10:32 am Post subject: Re: hi |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
http://www.w3.org/TR/REC-xml-names/
Quote: |
XML namespaces provide a simple method for qualifying element and attribute names used in Extensible Markup Language documents by associating them with namespaces identified by URI references. |
_________________ Marcin |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Jun 11, 2007 11:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
But that's only XML namespaces.
Broker namespaces are entirely different, except exactly the same. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mrgate |
Posted: Wed Jun 20, 2007 1:35 am Post subject: |
|
|
 Centurion
Joined: 28 Feb 2007 Posts: 141 Location: India
|
xml namespaces:
XML namespaces provide a simple method for uniquely qualifying element and attribute names used in XML documents by associating them with namespaces identified by URI references. This allows developers to combine information from different data structures in a single XML document without "collisions" between element names. For example, if one attempts to combine book information and author information in a single document, a conflict between the "title" of the book and the "title" of the author could result. XML namespaces solve this problem.
mr jeff can you tell me little bit about broker name spaces where I could not find anything in the documentation provided in mb6.0 |
|
Back to top |
|
 |
dkeister |
Posted: Wed Jun 20, 2007 6:18 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
I find I am in the same quandary about namespaces in 6.0. I've read the ESQL material but am still not confident I understand the ins and outs. Does anyone have a reference ... I am home schooling... _________________ Dean Keister |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 20, 2007 7:04 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
A broker schema/ esql namespace is pretty much just like a Java package. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|