Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • jivan thapa 194 posts 681 karma points
    May 12, 2011 @ 22:33
    jivan thapa
    0

    what does it mean urn in xslt namespace

    what does it mean urn: in xslt namespace?

     xmlns:umbraco.library="urn:umbraco.library"

    thanks.

  • Chriztian Steinmeier 2726 posts 8320 karma points MVP 4x admin c-trib
    May 12, 2011 @ 22:41
    Chriztian Steinmeier
    0

    Hi jeevan,

    XML Namespaces are quite a topic - but basically they make sure you can mix two XML documents that both use e.g. an element named <title>, without confusing them (one referring to the title of a movie and the other could be the job title of a person).

    Namespaces needs a URI (Uniform Resource Indentifier) which can be one of two - a URL (Uniform Resource Locator) or a URN (Uniform Resource Name).

    I think it's the default way .NET assigns a namespace that's not used by any other components, when adding extensions to an XSLT Transform.

    /Chriztian 

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies