Skip to content

Tag Archives: c program

were can i get a xml. codec from for wmm?

i tried to upload a transition for wmm but this came up The file C:\Program Files\Movie Maker\Shared\AddOnTFX\bluescreen.xml cannot be imported because the codec required to play the file is not installed on your computer. If you have already tried to download and install the codec, close and restart Windows Movie Maker, and then try to [...]

a c program which printing the tag value of a xml file using expat parser?

like for a example xml program <?xml version="1.0" encoding="ISO-8859-1"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don’t forget me this weekend!</body> </note> out put should be : Tove Jani Reminder Don’t forget me this weekend! i want the c program for that in linux environments

I am writing an ASP.NET application and I get the below error when trying to load an xml file?

with readXml method. Could not find file ‘C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\File.xml The File.xml file is in the same project directory as default.aspx This has to do with relative path? How do I configure it to automatically look in its same directory for the xml file? I’m debugging in the VWD 2005 IDE from Microsoft