Hi.. Can some one please help me how to extract the data values from the following XML file using C++ code. From the following example, we can observe two types of "CfgType"(Ane Justin and Jessica Sis). Under each "CfgType" there are different "MachineModel" and under that "ModelNo" and followed by "ScreenResolution". Ane Justin 2345678 17" LCD 1024*768 60 800*600 60 19" LCD 1024*768 60 800*600 60 0789456 17" CRT 1024*768 60 800*600 60 19" CRT 1024*768 60 800*600 60
zxc89
Posts
-
How to extract specific data values from xml using VC++ [modified] -
How to calculate the number of lines in .Png fileHi All, How to calculate the total number of vertical lines and the total number of horizontal lines in a .png file using VC++
-
No of Lines in a .Png file.Hi All, How to calculate the total number of vertical and the total number of horizontal lines in a .png file? Please help.. Thanks
-
How to allow boolean 'TRUE' or 'True' in xmlWe are using the schema version:
-
How to allow boolean 'TRUE' or 'True' in xmlNow this code should allow the usage of 'True' or 'TRUE' or 'False' or 'FALSE'. Please let me know how to modify in your context. Thanks.
-
How to allow boolean 'TRUE' or 'True' in xmlHey Stefan, Thank you very much for the help But when i run the code, i get an error the following error.. Cannot load the schema for the namespace "- The 'http://www.w3.org/2001/XMLSchema:enumeration' element is not supported in this context.. Please let me know about this one too.. Thanks.
-
How to allow boolean 'TRUE' or 'True' in xml -
How to allow boolean 'TRUE' or 'True' in xmlHi all, How to allow the boolean value 'True' or 'TRUE' in a XML file. Generally when we specify the restriction in xsd as When this is specified in xsd, it allows only 'true' 'false' or 0 or 1. How does this allow 'True' or 'TRUE' in XML. Please Help.. Thanks.
-
How to update a parameter value which has same parameter name in the same section.Can Some please help me. How can we update a value which has the same parameter name in the same section using vc++ Param Value Param Value Now i want to update both the param values but both the parameters has the same parameter name. So how can we update these values?? Thanks
-
How to synchronize local server with remote server using SQL SERVER 2005Can any let me know how to synchronize local server with remote server using SQL SERVER 2005. SQL Server 2005 will be installed on two PC's. Now i need to synchronize these two PC's. Which version of SQL Server 2005 should be used, as i use the SQL server 2005 Express edition! Thanks!!
-
Auto database connection when SQL Server 2005 restartsMy vc++ application works fine till the SQL Server 2005 is not restarted(i mean if we stop the SQL Server 2005 and then start it again while application is running). Could anyone please tell me how to establish connection(auto connection) for the application after the SQL Server 2005 is restarted. Thanks!!
-
How to auto upgrade the XML files at the time of software upgradation ??whenever a software is upgraded to another version, the xml files should also be upgraded to that version. So what i meant was that all the xml files should be upgraded to another version with any changes to its attributes or element values at the time of s/w upgradation.
-
How to auto upgrade the XML files at the time of software upgradation ??I was asking how can we develop it and not by Installer Project! Whether it is using XSLT or C#.Which is the preferred and a better way to develop?
-
How to auto upgrade the XML files at the time of software upgradation ??Hi All, I use VC.NET and could anyone suggest me how to auto upgrade the XML files at the time of software upgradation.. Thanks..
-
IO Exception : Process cannot access the fileI am pretty sure that the file is not opened anywhere else..
-
IO Exception : Process cannot access the fileHi.. When i try to save the modifications done to any xml file using XmlDataDocument variable, the error shown is as follows: The process cannot access the file 'xml file name' because it is being used by another process. Could anyone plz solve this!! Thanks..
-
Write text to the command prompt in Dlg based Appln.I am using VC++ .NET(8 Version) to build a Dialog based application, however, my application allows user to input command arguments from the Command prompt window. I want to write some help message when user enters "Some.exe /?" at the command prompt. How can I write text to the command prompt window if user enters the above arguments?(Some.exe /?)
-
How to write text to the command prompt in Dlg based Appln.Can anyone Help.I had tried different ways but i coulnot succeed.
-
How to write text to the command prompt in Dlg based Appln.Thanks for the Reply. Is there any way to get the HANDLE of the console where we are executing our Dlg Based Appln. I have read about AllocConsole() and GetStdHandle() but could not corelate with my problem. Plz Help
-
How to write text to the command prompt in Dlg based Appln.I am using VC++ .NET(8 Version) to build a Dialog based application, however, my application allows user to input command arguments from the Command prompt window. I want to write some help message when user enters "Some.exe /?" at the command prompt. How can I write text to the command prompt window if user enters the above arguments?(Some.exe /?) Thanks in advance.