Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: xmlns

From: Steve Jorgensen <nospam@------.------>
To: NULL
Date: 8/3/2005 7:58:00 PM
On Wed, 03 Aug 2005 19:23:37 +0200, Bob Smith <bobsmith1@m...>
wrote:

>hi all,
>I pretty new to xml, what does xmlns mean?
>like in:
><rdf:RDF
> xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
> xmlns="http://purl.org/rss/1.0/"
> xmlns:perljobs="http://jobs.perl.org/rss/"
> xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
> xmlns:dc="http://purl.org/dc/elements/1.1/"
> xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
> xmlns:admin="http://webns.net/mvcb/"
>>
>tia

Each xmlns... attribute means that, for the RDF element and any elements it
contains, those are the prefixes used to qualify specific namespaces of
elements (and attributes if required).

xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
means that any element prefixed with rdf: (including the rdf:RDF element
belongs to the namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#.

xmlns="http://purl.org/rss/1.0/"
means that any element with no prefix at all belongs to the
http://purl.org/rss/1.0/ namespace.


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent