XML help needed
Hi It_s Meee;To your question, "What is i want to get the reference base on attribute", You need to find the node that has the Attribute which you want to find and use that as the reference node.To you...
View ArticleXML help needed
hello many thanks for reply. What is i want to get the reference base on attribute ; XElement dateNode = xdoc.Root.Element("city").Element("date") // give reference base on elementi want to...
View ArticleXML help needed
Hi It_s Meee;The following code snippet will do what you need.:// XML in string formatstring xmlStr = "<cities><city name=\"Sivas\"><date value=\"02.06.2006\"><time...
View ArticleXML help needed
Hello I have the following xml . I want to add new Xelement in the following xml which was already created (I am using Xdocument) <time id="4">Time4</time> <cities>...
View Article