1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Basic XML Name Space Question...Please help!

Discussion in 'Programming' started by sandeepdude, Jun 14, 2010.

  1. #1
    Hi,

    I just started learning XML.

    The xml schema has the first line like
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
    Code (markup):
    It means that the name space it uses is located at http://www.w3.org/2001/XMLSchema right?

    The file works even when the system is not connected to the internet?

    Can anyone please help me how it access all the name space resources without internet connectivity?

    Thanks in advance,
    Sandeep
     
    Solved! View solution.
    sandeepdude, Jun 14, 2010 IP
  2. #2
    The shema provides a method for providing an authority to qualify the elements; if in doubt, and as long as its not microsoft, always refer to the RFC for authority :)

    http://www.rfc-editor.org/rfc/rfc3986.txt
     
    lukeg32, Jun 14, 2010 IP
    sandeepdude likes this.
  3. sandeepdude

    sandeepdude Well-Known Member

    Messages:
    1,741
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    195
    #3
    Thanks for clearing my doubt..:)
     
    sandeepdude, Jun 21, 2010 IP