votes
validating listview data against xml schema
Hi, Can someone tell me, is it posible to validate listview data against an xml schema when user edits listview column data in c# win forms applications. Thanks. Regards,
blah blah blah is here! blah blah » Close
Hi, Can someone tell me, is it posible to validate listview data against an xml schema when user edits listview column data in c# win forms applications. Thanks. Regards,
Hi - I just converted an ASP.Net web app from 2.0 to 4.0 and the XslTransform code that I inherited no longer works in 4.0. I'm told I need to change the code to use XslCompiledTransform. Fine - but I can't figure out how to get XslCompiled ...
I have never really been one to do much with XML before and was never really heavy in creating custom classes but the way everything is going its looking like that has to change. So here is what I am trying to do and you tell me what is ...
Hi, I am a newbie to C# and OOP.. I need some advice regarding my requirement.. 1st Part: There are persons who use mobiles, of many subscribers and also have many numbers in each subscribers. If we consider the XML tags it woul ...
Hi All, First of all I would like to thank you for the support. I am new in coding and need assistance in getting a specific xml content to an excel spreadsheet or to a datagridview. the XML file is not a standard one (i think and belo ...
I'm trying to create an XML file in one part of my application and then parse and read in another part to create objects like this: <Section Name="Sales"> <Employee Name="A" OwnsACar="True" ID=&quo ...
Hi, I am new to this debugging. I am trying to build an XML , which should have details (all folders and files) from a repo. I should be able to give URL as the root node and the program should build XML covering all folders and ...
Hi! I would like to know if it's possible to have an xml file as part of an app's resources? the thing is when my app starts it checks if certain file exists. And if not - then create that file at the specific location. So I want this fil ...
Hi! I have an XML file: [code] <Paths> <Name>Total Commander</Name> <Path>C:\Programs\TC\TC.exe</Path> </Paths>[/code] I load this into DataGrid via DataSet and it works just fine. T ...
Hi, Could anyone please help me to convert XML to XML by using XSLT? My input xml is: <Root> <Students> <Student> <RegId>12001</RegId> <Absences> <Absence> ...
when I save some text with this code(from a richtextbox)into XML: [code] Node1.ChildNodes[retain].InnerText = "<![CDATA[" + RTBshadow[0].Text + "]]>"; doc.Save(DirGetFiles[listBox1.SelectedIndex]); [/code] I ...
I have this code that write and read some XML data. [code] document1.Load(fileName); XmlNode Node1 = document1.ChildNodes[1]; XmlNodeList Node2 = Node1.ChildNodes; XmlElement child = document ...
Search ALL Attributes in XML file. For the moment I make this useful Search for ALL the Nodes in a XML file. I wonder if something similar can be done for Attributes? Here is my findings: [code] string retName; XmlNodeList list = nul ...
hello debuggers, my scenario is i have an XML with a root tag and child tags in it and still those childs also have sub tags/child tags in them(please see the XML below).i need all these to be available in my SQL Server 2005.i am able t ...
hi im doing my final year project(Bsc) and im looking for some suggestions on what to do. I would like to develop something in c# smart device/windows mobile and xml any suggestions would be greatly appreciated. Thanks
Got feedack? Found a bug? report it here.