User Profile

Collapse

Profile Sidebar

Collapse
sureshygraduate
sureshygraduate
Last Activity: May 4 '06, 12:48 PM
Joined: Mar 16 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sureshygraduate
    replied to Xml Uri
    in XML
    Xml Uri

    Yes offcourse, If XML schema is not accesable Then I can't use.
    But let say I am in intranet not accesable to the following URI when I open in browser.

    http://www.w3.org/2001/XMLSchema-instance

    But I could able to write XML schemas with using above URI successfully ,so How URI resolves basically.
    See more | Go to post

    Leave a comment:


  • sureshygraduate
    started a topic Xml Uri
    in XML

    Xml Uri

    Hello all,

    Happy holi,

    I have one question regarding XML schemas.

    In XMl schemas we use URI to identify elements /attributes

    Eg:
    Code:
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    
    <intVal xsi:type="xsd:int">0</intVal>
    <string xsi:type="xsd:string">guru&
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 21 '09, 10:34 AM. Reason: added [code] tags, please do not double post

  • sureshygraduate
    started a topic XML schema URI purpose
    in XML

    XML schema URI purpose

    Hello all,

    Happy holi,

    I have one question regarding XML schemas.

    In XMl schemas we use URI to identify elements /attributes

    Eg:
    Code:
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    
    <intVal xsi:type="xsd:int">0</intVal>
    <string xsi:type="xsd:string">guru</string>
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 21 '09, 10:27 AM. Reason: added [code] tags
No activity results to display
Show More
Working...