User Profile

Collapse

Profile Sidebar

Collapse
kamii47
kamii47
Last Activity: Jan 13 '14, 10:58 AM
Joined: May 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to dynamically load schema from a file and then assign to xmldocument and validat

    I am creating in memory xmldocument.Pre viously I were validating my file against a dtd file and then by the help of GetElementByID read my needed node.
    i.e.

    Code:
    XmlDocumentType doctype = null; 
    doctype = statementsDocument.CreateDocumentType("queries", null,statementsPath +"\\Validation.dtd", null); 
    statementsDocument.AppendChild(doctype); 
    nodeElem = statementsDocument.CreateElement("queries");
    ...
    See more | Go to post
    Last edited by Dormilich; Jan 9 '09, 07:18 AM. Reason: added [code] tags

  • I am facing The same Situation

    I am facing The same Situation I also have to cast at runtime.
    If any Body have sloved it then Please Help.

    protected void Page_Load(objec t sender, EventArgs e)
    {
    Circle circleObj = new Circle();
    circleObj.Radiu s = 5;
    Response.Write( chkRefrence(cir cleObj)+"<br \\>");
    }
    private string...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...