6,049 Topics
![]() | |
Hi, i want to get an xml file from a web application. what are the procedures to access the file. | |
[B]I've following database structure (just junk values)[/B] [CODE] [ChannelID] [ChannelName] [ChannelCatID] [RSSFeedURL] 1 YouTube 1 ret 2 GoogleVideo 1 ert 3 MSNVideo 1 rtertert 4 ABC 2 retert 5 YahooVideo 1 erter 6 CBS 2 rtr 7 NBC 2 trtrt 8 ESPN 2 rt 9 FOX 2 rtrtttr 10 AOL … | |
Hi All, I have not got much expousre into JS.I have been trying to work Ajax with Java through DWR. I have a code like this <%@ taglib uri="/tags/spring-form" prefix="form" %> <body> <h6> Saurav </h6> <br> <h3>Aquofusion Testing</h3> <form:form commandName="contact"> <table> <tr> <td>Hey Saurav</td> <td><form:input path="firstName"/></td> </tr> <tr> <td><form:input path="lastName"/></td> … | |
I'm working with a strange schema of my own invention, it has a requirement that certain structures can only contain other structures; but also that those structures can contain 'filters' that optionally sit between structures-in-structures, i.e, this would be a valid document fragment: [code="xml"] <entity> <material name="mat1"> <texture component="ambient" src="somepng.png"/> … | |
The IE on my other PC is not working and I do not know why... ANY help would be good THANKS Logfile of HijackThis v1.99.1 Scan saved at 7:53:18 PM, on 9/10/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.5730.0011) 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 … | |
hi recently my PC has been running very slowly. this happened before but i put some more RAM in and my PC started working fine. Now i can't put more RAM in as i have the maximum amount my PC can handle. i have defragmented my PC, run disk cleanup, … | |
sorry i've been gone for so long from this website, but my new laptop idk what happened got some sorta virus/trojan idk. I run spysweeper, nav, zonealarm. I installed spybot today from [url]www.safer-networking.org/[/url] and my pc went crazy. i dont know if its related. basically spysweeper keeps popping up messages … | |
Hi, Please help me with spywares and here is my hijack info. Thanks Logfile of HijackThis v1.99.1 Scan saved at 11:05:38 AM, on 8/5/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16473) 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:\WINDOWS\Explorer.EXE C:\Program Files\Lavasoft\Ad-Aware 2007\aawservice.exe c:\program files\mcafee.com\agent\mcdetect.exe … | |
Okay so...when I run my spyware doctor to try to rid of a virus i know is on my comp, it freezes at c:\program files\weirdontheweb and basically dies so i have to tskmanager end process bleh yeah ok but when i look for it (i tried looking on command prompt … | |
- Hi, I have an XML file that is a "Now Playing" title file generated by a radio software. I am trying to FTP this file to my web site. However, the file is missing the header tag & the end tag. I know I have to put in an … | |
Just wondering, if anyone has got a library or good link to parse a config file. If not is there any effcient way of hanlding config file, where the config is just normal text file. Its not XML file or anything. ssharish | |
PLS friends i an want to learn XML and SOAP what are the material that i need for it and where can i get the material for it PLS and the websit that really talk about it and its tutorial in which area is XMP and SOAP Important and there … | |
Hi all, I am using AJAX to submit a data from a web page, it is properly working on the local host (when test with the local machine it is ok). When access from another machine the pages are properly lord. But when send data it gives an http request … | |
I cannot figure out the correct way to de-serialize a string passed via xml-rpc. If I print out the string I get [code] {'params': ['123', 3], 'methodName': 'function'} [/code] I could split the string, and then drop unwanted characters. But, that seems like the wrong way. Any help would be … | |
From djoomla.com [url]http://www.djoomla.com/component/option,com_ezine/Itemid,43/[/url] Intro: Well, I've seen alot of tutorials out there on how to program a Joomla Template with software like Dreamweaver and other big programs, this tutorial will focus on programming an entire Joomla Template with a program as simple as Notepad. This tutorial assumes that you have … | |
Hi, I must save the content of my JTextArea in a file .XML, how? I read a post in this forum on this argument [url]http://www.daniweb.com/forums/thread18383.html[/url] , but there isn't the solution. Can you Help me? Thanks | |
I’m selecting data from tables in a SQL Server 2000 data base, and putting the result into a Dataset. I’m writing the dataset out to a file in XML format using ds.WriteXml(myXmlWriter, XmlWriteMode.IgnoreSchema). The table names are in singular (i.e. table customer is called “customer”), if I have more than … | |
hello everybody, i graduated in BS in Information Technology last October 2003, and i have worked as a XML Programmer for 9 months 2 months after i graduated. I got a chance to work K.S.A. as Computer Technician for two and a half years... but i didn't go back even … | |
Hello. My name is Austin. I'm a CS major at James Madison University in Harrisonburg, VA. I found this community after googling around for some tips on C++/CLI. I'm currently into .NET programming, mostly C#. I'm also trying to get into XML and all the stuff that's involved with. I'm … | |
hi recently my PC has been running very slowly. this happened before but i put some more RAM in and my PC started working fine. Now i can't put more RAM in as i have the maximum amount my PC can handle. i have defragmented my PC, run disk cleanup, … | |
I’m selecting data from tables in a SQL Server 2000 data base, and putting the result into a Dataset. I’m writing the dataset out to a file in XML format using ds.WriteXml(myXmlWriter, XmlWriteMode.IgnoreSchema). The table names are in singular (i.e. table customer is called “customer”), if I have more than … | |
I have a data base with multiple Tables, columns and Rows I need to produce an XML file. I'm required to send ALL columns even those that are NILL. In SQL 2005 I can use FOR XML ELEMENTS ISINIL, however I'm using SQL 2000 so I can't get the NILL … | |
[code] <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd"> <web-app> <context-param> <param-name>webmaster</param-name> <param-value>webmaster@myeducationonline.com</param-value> </context-param> <context-param> <param-name>jdbcDriver</param-name> <param-value>sun.jdbc.odbc.JdbcOdbcDriver</param-value> </context-param> <context-param> <param-name>dbURL</param-name> <param-value>jdbc.odbc.clientDB</param-value> </context-param> <session-config> <session-timeout>30</session-timeout> </session-config> <welcome-file-list> <welcome-file>index.html</welcome-file> </welcome-file-list> </web-app> [/code] so this file as to be put in my "workspace" where my projects are ? | |
Hi All, I'm creating a helpdesk style feedback form that saves to an xml file so that we can track past requests. The XML part works fine, but the problem I'm having is getting the form to email off details to alert us when a new request is made. The … | |
Started 24hours ago having downloaded a few things (now deleted). If i try to run my ocmputer it crashes the desktop (no icons usable), doesnt load my computer and makes the startbar unuseable. Any open programs continue to function - sparodically - lots of crashes. Have run 3 different antiviruses, … | |
validations is not work properly,directly goes to failure page.The error page ie properties file is not taken&validation.xml is not taken,what can i do pls tell.ok bye | |
Hello Everyone, My name is Bill. Bet that was hard to figure out. I live in Kansas City, Missouri in the Heartland of the U.S. I handle the administrative duties of a small business in the pet industry and work from home. I have a desire, and a need actually, … | |
I'm fairly inexperienced with java and haven't had any experience with SOAP at all and have been trying to get a Sample SOAP webapp working. After I startup tomcat and go to [URL]http://localhost:8080/soap/admin[/URL] the Apache SOAP Admin page comes up and if I try to click on any of the … | |
Hi, i AM TRYING TO WRITE MY FIRST SOAP CLIENT IN PHP. wHEN i TRY TO ACCESS A SERVICE I GOT FOLLOWING ERROR. [CODE]Server was unable to process request. ---> Object reference not set to an instance of an object[/CODE] tHE COE i AM USING IS [CODE] class Test { … | |
how do i make a tabbed iframe which can change its height automatically and make height equal to the content inside it. I have never used iframe before this. i dont want scrollers. i want it to call the size of the content inside it. i have tried some scripts … | |
My first post here; I've read the FAQs and some example posts, and hope I'm doing this correctly! As of two days ago, every time I open an MS Office application (Office 2002 Pro, a.k.a. "Office XP Pro") on my XP SP2 machine an install process is started and these … | |
got a virus on my computer and cant get rid of it i have enclosed a hijackthis logfile if anyone can help would be most apreciated. Logfile of HijackThis v1.99.1 Scan saved at 01:56:25, on 05/08/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: … | |
hi , i have to display the xml in jsp (Tree Format) .Using DOM ..its very expensive becoz its a very big xml. I have xml in string format in jsp. For example: String xmlString =" <ALARM_CONFIG_DETAILS><ALARM_TYPE_DETAILS><ALARM_TYPE>test</ALARM_TYPE><ALARM_TYPE_DESCRIPTION>efe</ALARM_TYPE_DESCRIPTION><ALARM_OPERATIVITA_DESCRIPTION>dfsdf</ALARM_OPERATIVITA_DESCRIPTION><ALARM_IS_AUTOMATIC_CLOSED>y</ALARM_IS_AUTOMATIC_CLOSED><ALARM_TIMER>gfdg</ALARM_TIMER><ALARM_OWNER_ID>5</ALARM_OWNER_ID><ALARM_SIGNALING_TABLE_NAME>3333</ALARM_SIGNALING_TABLE_NAME></ALARM_TYPE_DETAILS><COMMENT_DETAILS><COMMENT_TYPE_ID>1</COMMENT_TYPE_ID><COMMENT_TYPE>dgsdg</COMMENT_TYPE></COMMENT_DETAILS></ALARM_CONFIG_DETAILS>"; Thanks Rahul | |
Okay - there is no otherway to phrase this ... [B]Help![/B] I am not a programmer, never claimed as such... but I do use a php based CMS, which I adore - Xaraya. So I am building a site for a client, and it's gotten to be a rather ugly … | |
I'm trying to add xml-rpc to an existing application using [url]http://xmlrpc-c.sourceforge.net/[/url] .I used the following code for testing. [code=c++] xmlrpc_c::clientSimple myClient; xmlrpc_c::value result; myClient.call(serverUrl, methodName, "ii", &result, 5, 7); int const sum((xmlrpc_c::value_int(result))); [/code] The code compiles correctly, but causes the program to throw an error. If I initialize them as … | |
I have a header to this website that I am working on and my part is due real sone. I am stuck. I am using css to display the header and it lloks like a million bucks in IE 6 but not in IE7 and especially not in FireFox. Can … | |
Hi all heres a problem i have i hope someone can shed some light on i am trying to create a request to our footprints server but have no clue where to start. I no little about soap and from my understanding to make a method call i need to … | |
Hi I have a web Application which uses servlets. As soon as any user Logs i create a folder for the user and the files uploaded by the user are stored in that folder. Now when the users Logs out of the Application I am supposed to delete the folder … | |
How do i create a session time out? i have tried with <session-config> <session-timeout>1</session-timeout> </session-config> in web.xml file but nothing seems to happen after 5 min.. if i do refresh it still works | |
how do i make a tabbed iframe which can change its height automatically and make height equal to the content inside it. I have never used iframe before this. i dont want scrollers. i want it to call the size of the content inside it. i have tried some scripts … | |
Well this computer has been infected with spyware or adware. Getting random pop-ups and the system has been acting really sluggish. Any help is greatly appreciated. Here's the log: Logfile of HijackThis v1.99.1 Scan saved at 9:26:45 PM, on 8/16/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 … | |
Hi there I have an application that I've made in Delphi - it runs fine in Delphi and when I save it and run the .exe file, it works fine as well. My problem arises when I zip everything and email it to another computer and then try to run … | |
Hi, as newbie in c, i have some problems with my code. I don't know how to read data from into array, and second, how i can compare data in array? [code= c ] #include <stdio.h> #include <conio.h> #include <string.h> int main (void){ int i; char line [240], *pos; char … ![]() | |
Hi I am creating a web service, through which I have to faith data from DB. When I am calling the service it is working fine. But at some places I am calling it through for loop. During this time after calling the service for several times it showing error. … | |
I am attaching a war file that prints hello using servlet This is code for web.xm [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]<?xml version="1.0" ?>[/COLOR] [URL="file:///D:/sumit/WEB-INF/web.xml#"][B][COLOR=#ff0000]-[/COLOR][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]web-app[/COLOR][COLOR=#0000ff]>[/COLOR] [URL="file:///D:/sumit/WEB-INF/web.xml#"][B][COLOR=#ff0000]-[/COLOR][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]servlet[/COLOR][COLOR=#0000ff]>[/COLOR] [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]servlet-name[/COLOR][COLOR=#0000ff]>[/COLOR][B]hello[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]servlet-name[/COLOR][COLOR=#0000ff]>[/COLOR] [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]servlet-class[/COLOR][COLOR=#0000ff]>[/COLOR][B]servlet1[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]servlet-class[/COLOR][COLOR=#0000ff]>[/COLOR] [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]servlet[/COLOR][COLOR=#0000ff]>[/COLOR] [URL="file:///D:/sumit/WEB-INF/web.xml#"][B][COLOR=#ff0000]-[/COLOR][/B][/URL] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]servlet-mapping[/COLOR][COLOR=#0000ff]>[/COLOR] [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]servlet-name[/COLOR][COLOR=#0000ff]>[/COLOR][B]hello[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]servlet-name[/COLOR][COLOR=#0000ff]>[/COLOR] [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]url-pattern[/COLOR][COLOR=#0000ff]>[/COLOR][B]/hello[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]url-pattern[/COLOR][COLOR=#0000ff]>[/COLOR] [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]servlet-mapping[/COLOR][COLOR=#0000ff]>[/COLOR] [B][COLOR=#ff0000] [/COLOR][/B] [COLOR=#0000ff]</[/COLOR][COLOR=#990000]web-app[/COLOR][COLOR=#0000ff]>[/COLOR] [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]but … | |
Hi guys I have a tricky XML/Java situation that I need some tips on I have an XML file <country> <country-name code=”USA”> <city>City1</city> <city>City2</city> <city>City3</city> </country-name> <country-name code=”FRA”> <city>City1</city> <city>City2</city> <city>City3</city> </country-name> </country > Firstly I need to count how many cities per country. I know I have to get … | |
Ok is it possible for someone to write a comment above the first line that is about iso stuff... and have it not affect anything? | |
Ran Combofix.exe here is log file ComboFix 07-08-09.3 - "Mal" 2007-08-13 18:30:48.1 - NTFSx86 Microsoft Windows XP Professional 5.1.2600.2.1252.1.1033.18.68 [GMT -5:00] * Created a new restore point ((((((((((((((((((((((((((((((((((((((( Other Deletions ))))))))))))))))))))))))))))))))))))))))))))))))) C:\DOCUME~1\ALLUSE~1\APPLIC~1.\salesmonitor C:\DOCUME~1\ALLUSE~1\APPLIC~1.\winantispyware 2007 C:\DOCUME~1\ALLUSE~1\APPLIC~1.\winantispyware 2007\Data\Abbr C:\DOCUME~1\ALLUSE~1\APPLIC~1.\winantispyware 2007\Data\ProductCode C:\DOCUME~1\ALLUSE~1\APPLIC~1\WinAntiSpyware 2007\Data\Abbr C:\DOCUME~1\ALLUSE~1\APPLIC~1\WinAntiSpyware 2007\Data\ProductCode C:\DOCUME~1\ALLUSE~1\APPLIC~1\WinAntiVirus Pro 2007 C:\DOCUME~1\ALLUSE~1\APPLIC~1\WinAntiVirus Pro 2007\Data\Abbr C:\DOCUME~1\ALLUSE~1\APPLIC~1\WinAntiVirus Pro … | |
I was wondering why on earth did my code suddenly start bugging when I upgraded my JAR files. I would check my JSF codes although its a JavsaScript problem when I submit the forms. heres the error: document.getElementById("contacts:notAdmins_" + i + ":contactLastName") has no properties [URL="http://www.daniweb.com/forums/"]check[/URL]()adminContactCheck... (line 25) [URL="http://www.daniweb.com/forums/"]oamSubmitForm[/URL]("contacts", "contacts:steps:_idJsp25", … | |
Hi guys, My p.c isn't running any better. It's still booting up very slow. I've removed everything with the tools advised. Here are three logs, hopefully this can lead to the removal of this problem. Thanks in advance Atky [B]HijackThis Log[/B] Logfile of HijackThisv1.99.1 Scan saved at 17:23:22, on 08/08/2007 … |
The End.