6,049 Topics
![]() | |
Hello, I am trying to insert true or false into an xml file that has one node <LoggedIn></LoggedIn>. This is what I have so far: [CODE] [size=2]StreamReader xmlString = [/size][size=2][color=#0000ff]new[/color][/size][size=2] StreamReader(Server.MapPath("ResponseMessages/LoggedIn")); XmlDocument doc = [/size][size=2][color=#0000ff]new[/color][/size][size=2] XmlDocument(); doc.Load(xmlString); [/size][/CODE] | |
Anyone know if I can use GnomeBlogger with the Daniweb blogs ? I can use "Self-Run MovableType", "Self-Run Pyblosxom", "Self-Run WordPress" or "Self-Run Other" Most require base blog URL's or XML-RPC url | |
Hello all and welcome me to forums, One of my client users has received the (apparently) very popular and useful Home Search Assistent and it's friends. Per suggestions in previous threads, I have tried both the HSRemove (2x reboot, 2x reboot) and the about: Buster (2x reboot, 2x reboot). Microsoft … | |
I am working through the book Visual C#.NET Step by Step, and I came to the section of the book where the author shows how to create comments on your code with XML. ///<summary> ///The obligatory Hello World in C# ///</summary> ///<remarks> ///This program writes out Hello World ///using the … | |
???? When I clean with the %temp% mode by typing that in the browser, is it a safe way to delete files, how do you know what to delete & what not to> What are XML files & why do they appear in this area? Previously when I looked in … | |
I am new to XML/XSLT and have taken a fascination to XSLT. Please take a look at the following and let me know. ========================================================== <?xml version="1.0"?> <FAMILY> <PERSON name="Freddy"/> <PERSON name="Maartje"/> <PERSON name="Gerard"/> <PERSON name="Peter"/> <PET name="Bonzo" type="dog"/> <PET name="Arnie" type="cat"/> </FAMILY> This file is saved as family.xml ========================================================== <?xml … | |
I have a problem like this : I have an XML file containing some records and I wants them to store in a list of objects. So first I have to create objects from this XML file. But I don't know how to create object from XML file. If anyone … | |
Hello, I want to know how to use xml and c#. Can someone give me and example of how to do this or link me to a good tutorial. Thanks in advance | |
Hi All, I need some clarification. I have a situation where I have to use XML files to update a database using vb.net or c#.net. We have a form by which we will get an XML file in the browser from another web site. Now we need to run a … | |
1) I've a form that takes some input (various fields) I must use those fields as fields of a record of a simple XML database file. Mi xml file is like: <database> <record id="1"> ...my fields... </record> <record id="2"> ...my fields... </record> ... </database> I simply must add a "new … | |
I've been having trouble using XHTML as the main DTD and adding my own as a secondary. I've googled and find plenty of discussions or articles about XML or XHTML, but I can't seem to find what I'm looking for. does anyone know how to do this? Thanks in advance. … | |
I've a problem with some code, this is the "core" of the code: [CODE] File xmldocFile = new File(xmlFile); File schemaFile = new File(xsdFile); try { DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance(); dbf.setValidating(true); SchemaFactory sf = SchemaFactory.newInstance("http://www.w3.org/2001/XMLSchema"); Schema mySchema = sf.newSchema(schemaFile); dbf.setSchema(mySchema); DocumentBuilder db = dbf.newDocumentBuilder(); ErrorChecker errors = new ErrorChecker(); db.setErrorHandler(errors); … | |
Hello Everyone. My Name Is Michael, I am 22, From Ontario Canada. I have a Wife and One Child, I run while at least try to run a Web hosting business that should be launching this week we are all hoping. I know what some of you may say, that … | |
Hello, I've been trying to find something about why window.opener doesn't work for IE (I'm using 6.0) when I use the window.opener in a separate JavaScript file. It works without any problem when I use Mozilla/Netscape, but not for IE. The implementations I've seen in my searching for an answer … | |
My AVG keeps finding Trojan horse dialer. 18.C, I have 4 backup copies in my virus vault at the moment. It appears that the virus file is in my windows folder under the name of 48.exe. I just finished getting rid of some other viruses that appeared on my computer … | |
A friend gave me his computer but... I tried to run Panda and NortonAntiVirus and Ad-Aware but it seems that the viruses are still alive. Would you help? Here is Hjt log: Logfile of HijackThis v1.99.1 Scan saved at 06:54:30, on 20/04/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet … | |
I'm in the beginning stages of designing a mechanism to share and integrate data between 2 software systems. Each software system uses a large scale relational database. One is written in asp/vb and uses sql server 2000. The other, i'm not familiar with the specifics, but I want a solution … | |
I'm trying to read a xml file which contains two xml files in one file with java from a specific directory and then writing a response file with also two xml into one file which contains variables from the read xml file. XML Parser gives me an error "The processing … | |
[I]Link removed due to illegal content. If you feel this change was made in error, PM me with proof of legality. -Narue[/I] This site contains 1700+ ebooks on php, Java, access, .NET, c#, UML, Perl, c++, linux, sql server, asp.net, Oracle, db2, xml, javascript, unix, flash, cisco, excel. | |
Invasion of something new! (I thought I had downloaded the latest version of Hijack This) -------------------------------------------------------------------------------- Help! Please! Several days ago a super-tenacious toolbar appeared which I thought I had finally eliminated via the Control Panel, AVG, and Spybot. It was called something like "web search" and I suspect my … | |
This is what I got for a report. C:\WINDOWS\Minidump\Mini032405-01.dmp C:\DOCUME~1\JAMESD~1\LOCALS~1\Temp\WER1.tmp.dir01\sysdata.xml At the time i was playing dungeon siege a computer game online, suddenly the monitor went blue, flashed bunch of normal error coding message, then the system shut itself down and restarted. | |
I'm getting the above error message, but not on every webpage I go to. I've tried a couple things like DNS purge and pinging my server and that all works fine. I treid HiJack this and here is the contents of the logfile. Logfile of HijackThis v1.99.1 Scan saved at … | |
A9 Search Engine and Google are using what is becoming a new Language that combines several elements in a unique interactive way This is the newest evolution above DHTML Asynchronous JavaScript+CSS+DOM+XMLHttpRequest | |
How do I preserve things like tabs and carriage returns in text? when transforming XML to XHTML with XSL. For example: XML [CODE] <?xml version="1.0" encoding="ISO-8859-1"?> <?xml-stylesheet type="text/xsl" href="article.xsl"?> <content> <article name="Test Article"> <heading>Test Article</heading> <subheading>Special Chars</subheading> <paragraph> <text> a less than < a greater than > </text> <text type="code"> … | |
I am doing a visual traffic simulation project and i have the named problem in my main class.How do you solve it.the problem occurs in the following segment of the program:The roadDesigner,roadNetwork andsimPanel symbols cannot be resolve.(The problem starts at the bolded part of the program) [code] import java.awt.BorderLayout; import … | |
Hi . I'm trying to run Microsoft Rise of Nations 2 in my computer . My operating system is windows xp service pack 2 . When I click on the game loading icon , an error message pops up and says " BHG RTS run time fatal MSXML 4.0 is … | |
My computer keeps shutting off and restarting by itself. When it restarts it says, "You system has recovered from a serious error" Then it gives me some code that looks like this BCCode : 7f BCP1 : 00000000 BCP2 : 00000000 BCP3 : 00000000 BCP4 : 00000000 OSVer : 5_1_2600 … | |
Hi All I am facing problem is SQL Server 2000, with OPENXML. I am having data which i receive from some other database in form of xml doc. Now I have to use this xml data as JOIN with MS SQL 2000 database table. But as everybody aware that using … | |
I reformatted my PC and with my new videocard (e-GeForce 6600 GT) and it is doing the same thing it did before. When im playing Half Life 2 or doing anything else for that matter, but mainly HL2, the PC restarts and gives me this error report. C:\DOCUME~1\Morgan\LOCALS~1\Temp\WER7b1b.dir00\Mini022505-01.dmp C:\DOCUME~1\Morgan\LOCALS~1\Temp\WER7b1b.dir00\sysdata.xml What … | |
[url]http://news.yahoo.com/news?tmpl=story&u=/washpost/20050222/tc_washpost/a42401_2005feb21[/url] I read this article on Grokster today and thought, Hmm, interesting. I'll download it and give it a try. Since it's offered at Download.com, it can't be bad. Wrong. That app is laced w/ spyware and other nasty stuff. So now I got pop-ups galore. Would somebody be kind … | |
Dear Friends, Can someone look at the log and let me know if there is some malware etc installed on my computer? Thanks in anticipation for your help. Logfile of HijackThis v1.99.1 Scan saved at 11:23:33 AM, on 2/17/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 … | |
Alright everybody, I am not really an I.T. person but I know some about computers ...... totally offpoint start. Alright, I was reading on ZDNet, I am just now getting into it, sorry, lol. They were speaking about Firefox attracting more hackers to write malicious codes for making it easier … | |
[size=4]Sams Teach Yourself Active Server Pages in 24 Hours[/size] [b]by Christoph Wille, Christian Koller[/b] Worth it for its price, but prepare to work - If you buy this book, then be prepared to work. If you're new to the whole programming field, or maybe just web programming, don't think the … | |
I am wanting to add some code to my asp page that will create a timestamp.. My asp page creates a file using XML and I want one of the tags in the XML file to have a timestamp.. Any ideas?? I can post an example if that will help. … | |
I just got out of class where I had my final for Java2. I wasn't able to complete the assignment and it's bugging the heck out of me. Could you all help me figure out what I was doing wrong? The final product should have printed out all the "Students" … | |
I think I have caught some kind spyware...taking over my home page, pop up ads...the works. Here is my HJT log: Logfile of HijackThis v1.98.2 Scan saved at 10:54:26 PM, on 1/22/2005 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 … | |
I am so glad I found this forum because I dont have a clue about much .So I hope some one can help me out I have a directory on my website powered by Chipmunk Directory and I would like to add the following code so that the first three … | |
Logfile of HijackThis v1.97.7 Scan saved at 6:37:21 PM, on 5/01/2005 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\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Norton SystemWorks\Norton AntiVirus\navapsvc.exe C:\Program Files\Norton SystemWorks\Norton Utilities\NPROTECT.EXE C:\Program Files\Analog Devices\SoundMAX\SMAgent.exe C:\PROGRA~1\NORTON~1\SPEEDD~1\nopdb.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\fxssvc.exe C:\Program Files\Common Files\Symantec Shared\Security … | |
I've got the about:blank problem, and have yet to figure out which .dlls, temp files, etc. may be ULTIMATELY causing it to pop up. I looked at the start page source code and it appears to bring up "http://a-search.biz" every time. Adaware, Spybot, Norton, etc. do not find any problems, … | |
Hi, Can anyone please describe briefly what is the baisc function of the file web.xml in Tomcat5.0.19 ? | |
I installed pcOrion and when I ran a scan it found several problems and fixed them,however. Now when I run a scan it finds the same 23 coookies everytime and even though i tell the program to fix them, on the next scan the cookies are still there. I have … | |
I was reading in the press about a new freeware clean up tool X-RAYPC. I ran it and deleted a "bad" entry. There are several other entries marked as "unknown", I want to clean up my computer, as it doesn't always close down properly, and I do not know what … | |
I just feel like posting this today because I had several people asking me on how to use this Desktop Applicaiton called MySQL Maestro. Below is a self tip to help get you started and squared away for the most part. The rest once you get into it, youll pretty … | |
Hello, I had backdoor colfusin virus and although it seems to be gone, i get the cannot find winsock.scr error message on start up, and while scanning the sytem with tds-3 norton picks up dp12 to dp29 and dp1a to dp1f virus. here is my log, hope someone can help, … | |
I need some help in getting my laptop back under my control and not some lame hijack/trojan attack. The following is my HijackThis log. Please help. Logfile of HijackThis v1.98.2 Scan saved at 7:51:33 PM, on 12/14/2004 Platform: Windows 2000 SP4 (WinNT 5.00.2195) MSIE: Internet Explorer v6.00 SP1 (6.00.2800.1106) Running … | |
Open question: We have an application in which a Java servlet calls an ASP page on which a function is coded and used by the Java servlet, passing to it parameters from the end user. We are having sporadic troubles with this process and the person attempting to help us … | |
i'm doing my final year project, require some opinion/input to whether my idea is workable. a dynamic web page like newsletter require frequent update and is widely written in ASP/XML with macromedia dreamweaver for the layout web. my idea is to combine the above two into one application of GUI … | |
I'm doing final yr project that I would like some input and opinion whether mine thinking is workable. I am intend to design an application that help to ease web designer work on designing a dynamic web page that required frequent update of information. e.g. newsletter. Current practice is using … | |
has anyone used embedded mysql in their app? please share your experiences. i'm contemplating whether or not to do it. i may just use XML. i know it's improper, but a lot of commercial apps do it! | |
I'm getting a ZoneAlarm message that keeps saying "taskmng.exe attmepting to access the internet" I've already run SpySweeper, CWShredder, and Spybot S&D. Here is my hijackthis.log: C:\WINDOWS\System32\smss.exe C:\WINDOWS\SYSTEM32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\LEXBCES.EXE C:\WINDOWS\system32\LEXPPS.EXE C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\Program Files\McAfee\McAfee VirusScan\Avsynmgr.exe C:\WINDOWS\System32\CTSvcCDA.exe C:\Program Files\McAfee\McAfee VirusScan\VsStat.exe C:\Program Files\McAfee\McAfee VirusScan\Vshwin32.exe C:\Program Files\QuickTime\qttask.exe C:\WINDOWS\System32\nvsvc32.exe C:\Program … |
The End.