6,049 Topics
![]() | |
Hi, I need to Pass XML File as Parameter to SP and read it and store the tag value in variables. Any example for the same is preferred. Thanks | |
I have been having a bit of trouble with my users trying to install my program, I will list the error messages first and then let you know what my settings are for the click-once deployment. I don't see any errors when I install it on the computer I have … | |
Dear Software Developers, I need help! I work for the Center for Naval Analysis in the DC area and we are seeking developers with C#, XSL, XML, SQL backgrounds. Regretfully, we have been failing miserably :'( in finding quality people because we are not doing something right. Hence, I am … | |
![]() | Hullo. I need some help with this one. Ok, I want to create an xml file of all my mp3 files on my home pc.:S I am using the code as follows:- [code=vb] Public Class Form1 Dim myWriter As New System.Xml.XmlTextWriter myWriter = New System.Xml.XmlTextWriter("C:\music_stuff.xml", Nothing) With myWriter .Indentation = … ![]() |
The CFMX7 start application says coldfusion is running, but this error is returned by the flash player, testing an application from FLEX. [quote] [RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" faultDetail="Error: [IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://localhost:8500/test/books.xml"]. URL: http://localhost:8500/test/books.xml"] at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler() at mx.rpc::Responder/fault() at mx.rpc::AsyncRequest/fault() at … | |
I feel like kind of dumb. I have been reading python docs all day, and feel like I have not absorbed anything. I would like to parse info out of an xml document. here is a url to a sample doc [url]http://freetalklive.com/netcast.xml[/url] lets say I want to parse out the … | |
Hi all! :) I'd like to indroduce you a nice freelancer site where I'm giving information about the newest [B][URL="http://www.workathomefinder.blogspot.com"]Online Jobs[/URL][/B], how to start it, how can you get paid, etc. Not only newbies - who want to start a work-at-home freelance career - but advanced programmers can also get … | |
I tend to listen to a lot of talk radio these days. One from today: [url]http://www.am1500.com/pcast/BD061807-1.mp3[/url] [CODE=xml]<title>6/18 Hour 1</title> <itunes:author>am1500KSTP</itunes:author> <itunes:subtitle>Dr Paul Williams talks about his book Day of Islam.</itunes:subtitle> <itunes:summary>Bob Davis on am1500 KSTP</itunes:summary> <enclosure url="http://www.am1500.com/pcast/BD061807-1.mp3" type="audio/mpeg" /> <pubDate>Mon, 18 June 2007 12:15:00 CST</pubDate> [/CODE] Running Time 37:52 File … | |
Hi All, I am doing convert xml files using perl(filehandle). i have one problem in Cross Linking (all figure, tables, footnotes). I cant understand which function it ll be do or not. Does anybody help me. Its possible or not to match appropriate match link. [B]My xml file[/B] ------------ <book> … | |
In the VS command prompt that is part of the VS SDK you can enter the following to generate an xsd file from an xml file: xsd XMLfilename.xml This will generate an xsd file with the same name as the xml file Then you can enter: xsd [.xsd file generated … | |
this is a program that i have, i dont know why it doesnt work. Could some one help me? thank you very much [code] #!c:\Python24\python.exe # Fig. 35.22: fig35_22.py # A program to illustrate Python's database connectivity. import MySQLdb print "Content-type: text/html" print print """ <html xmlns = "http://www.w3.org/1999/xhtml" xml:lang="en" … | |
Which would be the preferred, or more efficient, way to read in a 40mb XML file? I remember reading (awhile ago) there were different methods of parsing XML, some more efficient than others depending on the need. The entire file would eventually need to be loading into an array, so … | |
hello everyone I am using jstl tags such as c:forEach to retrieve values from Bean through servlet ...........For some page if i put this statement (xmlns="[URL]http://java.sun.com/xml/ns/j2ee[/URL]" xmlns:xsi="[URL]http://www.w3.org/2001/XMLSchema-instance[/URL]" xsi:schemaLocation="[URL]http://java.sun.com/xml/ns/j2ee[/URL] [URL]http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd[/URL]" version="2.4") in web.xml ,i get the correct ouput & for other jsp its showing ${} values as it is like ${bean.name}.......... … | |
I am trying to access an ftp server and read an XML file that I can then parse and write certain information to a database. I attempted to read the XML using Magpie but get an (HTTP Error: Invalid protocol "ftp") error when I attempt to connect to the server. … | |
I am an IT Manager for a Recruitment firm in Scotland, I do websites as a hobby using HTML, XML, Flash and ActionScript and pretty much learn as i go. Other hobbies would be typically Scottish, golf golf golf... oh and golf! I am looking forward to many a "gid" … | |
hi, i have recently recovered some of my message history that i had foolishly deleted and now when i try to open it it says: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the [URL="javascript:location.reload()"][U][COLOR=#800080]Refresh[/COLOR][/U][/URL] button, or try … | |
Hi All, I'm completely new to XML & SOAP so please bear with me if I sound stupid. I regularly write code in VBA and VB6 and have been asked to create a function that will link to a webservice (that requires a Username and Password) via SOAP and extract … | |
hey guys, got hit by bravesentry and background is permanently in blue right now. have removed bravesentry with one of the numerous antispywre that i have downloaded. can someone pls help me out here? i have run AVG antispyware, spyware doctor, and adaware. Running processes:f HijackThis v1.99.1 Scan saved at … | |
Hi.. I have parsed a XML file with the DOM parser. I need assistance in reading the parsed content ...and then preform actions in my java program accrodingly.. Now what i have to do is print some text depending on the value that is ther in the xml element. for … | |
Hey everyone. I'm trying to get a dataset to a page from a web service and im having problems. I have been using the MS page here: [URL]http://support.microsoft.com/kb/310143[/URL] and copied it exactly(o so i thought). And for some reason my datagrid (DataGrid1 in my program) is not being populated and … | |
Hi, I have an xml which looks like this: <Events> <Event xmlns="[URL]http://abc.com[/URL]"> <System> <Name ="abc" /> </System> <Manager> <Name ="abc1" /> </System> </Event> </Events> I use the following code to obtain the System node and it fails XmlDocument document = new XmlDocument(); document.Load("c:\\results.xml"); XmlNodeList tmp1 = document.GetElementsByTagName("Event"); foreach (XmlNode k … | |
Logfile of HijackThis v1.99.1 Scan saved at 03:16:06, on 03/06/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Common Files\Symantec Shared\ccSvcHst.exe C:\Program Files\Common Files\Symantec Shared\AppCore\AppSvc32.exe C:\Program Files\Common Files\Symantec Shared\CCPD-LC\symlcsvc.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\ATI Technologies\ATI Control Panel\atiptaxx.exe … | |
I needed some advice/help in creating the XML data file from Word. I want to let the Question Specs writer(who don't know XML) to use the Word for them to create the Question Specs. Here is what I want my XML file to be like with the details that I … ![]() | |
HI there, The program which I am working on involves[B] reading XML document and then depending on the input data save the output files(text) in different folders[/B]...can any body tell me where do i find tutorials which can help me in doing this.... I need help .. waiting for response … | |
i have search the forums and although this problem is nothing new, i have not found any solution to it. If anybody knows the solution please reply. the problem started with ie6 and i have downloaded and installed ie7 in attempt to fix it but the problem is still there. … | |
I'm not sure who I can ask here it is....as I was getting ready to upload the website I so painstakingly build for a week through Dreamweaver...I was getting an ftp error so I decided to try a different ftp client, naturally I removed it from Manage Sites...but amidst I … | |
Hi Freinds, I am learning Ant Tool,I developed a java program which is using an external jar file.I had set it in the classpath.I can run that program from my command line,but not able to run using ant.saying that it cannot find a class which is in that jar.i had … | |
So here it is....as I was getting ready to upload the website I so painstakingly build for a week through Dreamweaver...I was getting an ftp error so I decided to try a different ftp client, naturally I removed it from Manage Sites...but amidst I have also click on importing the … | |
this is one feed - <category name="Television" timeGenerated="2007-05-28T23:21:13" > - <event name="Channel1" eventid="573512.20" date="20090701" time="1000" meeting="" > - <televisiontype name=" Outright" inrunning="0"> <TV name="Videocon" id="16007131.20" price="$222" /> <TV name="Philips" id="16007132.20" price="$322" /> <TV name="Western" id="16007133.20" price="$121" /> </televisiontype> </event> </category> this is another XML feed <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE abcd … | |
hi i am developing a web application where i have to read multiple XML feeds amd store their values to database but i require the same type of fields from multiple XML feeds like for example i would require fields 1.username 2.location 3.subject. etc... all the feeds have these values … | |
Hi, I've recently got some spyware, cleaned them, but now Norton 2007 gives Adware.MainSearch warnings, a lot. I ran CWS, SpyBot, Adaware; nothing found. Running Windows Vista. Here's hijack-log; thanks in advance. Logfile of HijackThis v1.99.1 Scan saved at 9:16:39 PM, on 5/22/2007 Platform: Unknown Windows (WinNT 6.00.1904) MSIE: Internet … | |
Hiya! I'm trying to include my blog- hosted at blogger.com - to my website. The blog is in an rss-feed. Blogger includes the tags that I use in the blog as they are, <a>, <br/> and <img> for example. When I try to read the blogs, it outputs the title … | |
Hi, Does anyone has experience in using WebDAV in PHP to connect to Exchanger server 2003, i have found some code on the internet, and downloaded Exchange SDK for further development. However, i have problem constructing the XML query to query to Exchange server. I am trying to display the … | |
Hi! I would like to use a webservice which offers to layout a graph structure automatically. Regarding the WSDL description it looks pretty simple: [url]http://cmap.ihmc.us/xml/LayoutWebService.html[/url] You input the graph data, and you recieve back graph data including the optimal x/y coordinates. Please note that this webservice requires the data in … | |
Hi, I'm guessing I recieved some malware on my computer when a friend of mine decided to download stuff on to my computer and now I'm unable to get rid of popups that occur when ever I use my browser. I used CCleaner and smitfraud, which helped alittle, but am … | |
Hi, My self Sujit.I m working in Delhi NIC as a Software trainee.I m a newer in jsp and now i am working in a prject.In my project i have used ireport1.3.0.I already built the report with oracle jdbc driver and it is working.But i don't know how to use … | |
As per your instructions i have completed the process of the removing the problem i am facing by the message 'generic host process for Win32 Services has encountered a prblem and needs to close'. [COLOR=green][B]After that My Hijackthis Log is[/B][/COLOR] Logfile of HijackThis v1.99.1 Scan saved at 7:18:08 PM, on … | |
Hi, I have just bought Pinnacle PCTV 300i Sterio DVB-T card and it came with the software Pinnacle Media Center. When I tell the software that I want it to scan for chanels I get this error: [quote]See the end of this message for details on invoking just-in-time (JIT) debugging … | |
Hai, I need to read the Foxpro(dbf) file, and execute that file in MSSQL through Java code. That means Migrate the Foxpro dump file into MSSQL. Also i am using the Struts Tags for create new application. But the Tag was not working. I am using the following code for … | |
Hi All, I have one xml file. My task is split xml file in Chapter wise and Figure entity notation also move to same chapter. My problem is how move entity notation. My input xml ------------- <!DOCTYPE document SYSTEM "rr.dtd"[ <!ENTITY A3_11_f01 SYSTEM "A3_11_f01.tif" NDATA tif> <!ENTITY A3_12_f01 SYSTEM "A3_12_f01.tif" … | |
please i want to learn how to program in XML and interface with C++ programming language please i need a road map, related resources and where i can get them both free and paid for... ![]() | |
I have to take information from other website. For example from [url]http://www.wordreference.com/enit/hello[/url] I have to get the source and parse the meaning of the word "hello" in English. Any ideas? | |
I'm struggling with XSLT. I need to copy an entire xml file to a new xml file. The input and output should be identical except for the addition of some extra tags around certain elements. Consider the two versions: [code="xml"] <?xml version="1.0"?> <document> <header> <general> <version>1.14.2</version> <form>/XX/ATL_ZI_D007_PURCHASE</form> <language>EN</language> <device>PRINTER</device> </general> … | |
Well, I were trying to make code that gets a XML element from the file and replaces with new data. Here is my code. Parsing command: function ExecuteCMD($forplayer, $what, $to) { $player_dir = 'D:\\Programy\\Open Tibia Server Project\\DeadTouch Binary\\data\\players\'; $SetPlayer = file_get_contents($player_dir . "\\" . $forplayer . ".xml"); $SetPlayer = str_replace($what, … | |
hi, I have been trying to get into C++ for a while now. My background is in VB.net. I do have experience programming with C++ (and some C) through my classes, but nothing complex... the biggest thing that I seem to be having trouble comprehending is how data access is … | |
i have an XML in the format below i need to load them to treeview as it is with all the node and attribute name and values. can anyone help me with any coding example on how to do this if i use the xmldatasource ,only the node name is … | |
I can compare two XML files by using differencing tool ExamXML from [url]http://www.a7soft.com[/url]. I need to compare two folders that contain XML files in Perl script. Thanks. | |
[B][COLOR=blue]OK, HERE WE GO, I HAVE BEEN BATTLING WITH HP FOR OVER A MONTH BECAUSE I GOT AN ERROR AT THE BEGINNING OF APRIL AND IT WAS THE HUNGAPP ERROR ABOUT THE INTERNET. SO I TRIED TO CALL TECH SUPPORT, BUT GAVE UP AND EMAILED INSTEAD. THEIR RESPONSE TO THE … | |
Hello guys. I have a problemo with Infostealer & [URL="http://www.daniweb.com/techtalkforums/post347256.html#"]trojan[/URL].metajuan. I quess i need to post info from Hilackthis and find.bat. I can't remove it even in [B]safe mode[/B] (comp freeze at startup after i entered password and confrmed running in safe mode) all i see is [B]black screen without … |
The End.