document.Schemas.Add

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi All.
I am using the .NET 1.1 version when I am trying following statements it gives me error on document.Schemas.Add line
<span style="color:blue Dim document <span style="color:blue As XmlDocument =
<span style="color:blue New XmlDocument()<br/>
document.Load(<span style="color:#a31515 "contosoBooks.xml")<br/>
<br/>
<span style="color:green
Add the XML schema for the XML document to the<br/>
<span style="color:green
Schemas property of the XmlDocument.<br/>
document.Schemas.Add(<span style="color:#a31515 "http://www.contoso.com/books",
<span style="color:#a31515 "contosoBooks.xsd")
can any one tell me what is the problem I have imports the <span style="color:#0000ff; font-size:x-small


<span style="font-size:x-small System.Xml.Schema also
<span style="color:#0000ff; font-size:x-small <span style="color:#0000ff; font-size:x-small <span style="font-size:x-small I refer this from msdn portal only PFB
<span style="color:#0000ff; font-size:x-small <span style="color:#0000ff; font-size:x-small <span style="font-size:x-small http://msdn.microsoft.com/en-us/library/w5aahf2a.aspx#Y491 http://msdn.microsoft.com/en-us/library/w5aahf2a.aspx#Y491
<span style="color:#0000ff; font-size:x-small <span style="color:#0000ff; font-size:x-small <span style="font-size:x-small
<span style="color:#0000ff; font-size:x-small <span style="color:#0000ff; font-size:x-small <span style="font-size:x-small Thanks ,
<
Manoj A. Raut

<span style="color:#0000ff; font-size:x-small <span style="color:#0000ff; font-size:x-small
Imports




View the full article
 
Back
Top