6,049 Topics

Member Avatar for
Member Avatar for SonxQ7

Am not sure if this belong here or to JSP forum, mods kindly move it if it does ... thanx Hi have the this exception, seems my object cannot be found/bound to my form Stack Trace [code] SEVERE: Servlet.service() for servlet debugjsp threw exception java.lang.IllegalStateException: Neither BindingResult nor plain target …

0
74
Member Avatar for metabex

Hi there, I am somewhat new to PHP but catching on fairly well. However, I'm currently stumped. I would like to access the newest XML file in a folder. Right now my code is hardwired so everytime I want to see the newest file I have to actually enter it …

Member Avatar for Atli
0
118
Member Avatar for bigbadowl

Hi All I have following code running on Vista Business under IIS7. It works, but is incredibly slow (about 20+ seconds). I have the same code in Java and it's instant. It appears to be the line "int bytesRec = sender.Receive(bytes);" that is the killer I'm very new to ASP …

Member Avatar for dickersonka
0
1K
Member Avatar for Bebbe

Hello forum! I'm new to this forum, but I hope someone will take the time to help me, I have been grappling with this for days. I would very much appreciate it if you could help me understand what I'm doing wrong/where my thinking is off target. I find this …

Member Avatar for Bebbe
0
85
Member Avatar for crazy.works

hello guys, i have problem in the scroll bar on my css code , i am trying to use that css menu from that link [url]http://www.cssplay.co.uk/menus/slide_fly.html[/url] it actually works very good but i want to use it on the right side from my site not in the left side so …

0
76
Member Avatar for JohnRodey

I have XPATH statements that are written to work with data based on an older schema, let's call it schema 1.0. Now I want to use those same XPATH statements on data that written based on a newer schema (2.0). Though the two schemas are different there is a close …

0
56
Member Avatar for isotope

Hello everybody, I'm trying to write a php script to read rss feeds. Since I began, I found it is much harder than I expected, because the xml structures are very different, and they need to be interpreted differently everytime. I'm using [CODE]simplexml_load_file()[/CODE] to read the xml code easily and …

Member Avatar for isotope
0
150
Member Avatar for soultrav

I am building an xml parser in java which will handle a catalog with some books (that have price and usefulness) and I want to implement an [B]optimum[/B] algorithm that selects the books from the catalog which have the maximum usefulness while staying within the budget. Example: [code] <catalog cash=”100”> …

Member Avatar for dickersonka
0
102
Member Avatar for angelus1965

I am still new to C#, but I have written a progam that is significant to my work, I design custom pivot irrigation for farms. I have written the program to allow me to put in the span length and pipe diameters etc. and them at the click of a …

Member Avatar for angelus1965
0
111
Member Avatar for scott212

I've got a web service that responds to a request with xml, but there's a problem. I'm forced to send the blank line at the beginning of the file or the web server (apache) throws an error 500. However, the blank line breaks the xml and the page it responds …

Member Avatar for scott212
0
101
Member Avatar for onlinesynch

XML-RPC allows you to easily compare the data in tables, and it creates scripts for you to synchronize your environments. In addition to being a great tool for synchronizing lookup data between your testing and production environments, XML-RPC is also very useful for [URL="http://www.onlinesynchronization.com/synchronization_scripts.html"][B]data synchronizing[/B][/URL] between production servers and replication …

0
85
Member Avatar for onlinesynch

The [B][URL="http://www.onlinesynchronization.com/mysql_synchronization.html"]Synchronization [/URL][/B]Manager enables one to set up data synchronization scenarios from one MaxDB to one or several MaxDB servers. The Synchronization Manager uses the standardized XML-RPC to enable asynchronous data transfer. An easy-to-use GUI is also included to simplify the definition of the synchronization scenarios. The new tool also …

0
98
Member Avatar for m_arian

Hi I'm new to coding. Can someone please help with a linked list problem. I'm getting numbers for output, I think they are addresses. The output I'm getting is: HEAD CODE -12086434400 1080131584 TAIL CODE The output I need is: HEAD CODE <rect x="0" y="0" width ="200" height="200" stroke-width="2" stroke="red" …

Member Avatar for Prabakar
0
112
Member Avatar for onlinesynch

There are many types of Data Synchronizations, you can Synchronize your data for PDA applications, or mobile applications, or you can convert your one type of Database into another types of Database format. Now days Mobile users also using Internet from Mobile Devices. Here we are talking about when you …

0
106
Member Avatar for rosepleasure

Please help checking the following code. It may look too mess. It's from other programmer. I try to fix it but I start to get headache now. It's make our product's page showing 3 hidden links of its own products' link on Google. For example: The page of [url]http://www.mywebsite.com/product-name-1.html[/url], currently …

Member Avatar for humbug
0
284
Member Avatar for pkuchaliya

hi, i m fetching the record from the given xml but not success full please help [code]DECLARE @XMLString xml set @XMLString ='<timetable> <day1 id="DY101"> <lecture1 id="LECT101"> <subject>SUB101</subject> <faculty>FAC101</faculty> <room>ROOM101</room> </lecture1> <lecture2 id="LECT102"> <subject>SUB102</subject> <faculty>FAC102</faculty> <room>ROOM102</room> </lecture2> <lecture3 id="LECT103"> <subject>SUB103</subject> <faculty>FAC103</faculty> <room>ROOM103</room> </lecture3> <lecture4 id="LECT104"> <subject>SUB104</subject> <faculty>FAC104</faculty> <room>ROOM104</room> </lecture4> <lecture5 id="LECT105"> …

0
77
Member Avatar for FallenPaladin

Hi please can someone help? I have been pulling my hair out for days trying to understand how to open a XML data store in an application. I don't understand the basic principles, as i have opened it int a dataset using readXml, but then been unable to access any …

Member Avatar for Jugortha
0
143
Member Avatar for Temeshwarrior

Hi Com, I’m currently working on a gSOAP client for an cpache CXF service, who authenticates itself by using RSA-Keys. But I have no idea how to configure the security header of my client, which is needed by the service The java code looks similar to this: [CODE] Map<String,Object> inProps= …

0
60
Member Avatar for lorenya

Hi. I have mini sites which were working fine. However, suddenly all of them gives the same error message [B]XML error: > required at line 14[/B] and the google news do not load. I use godaddy service. I could not understand where this problem comes from and how it can …

Member Avatar for lorenya
0
180
Member Avatar for nnobakht

Hi guys, Im brand new to doing tansformations and cannot seem to wrap my head around it. I have a Xml File which looks something like [code] <parentNode> <childnode1 att1="1" att2="2"/> <childnode2></childnode2> <childnode1 att1="1" att2="2"/> <childnode21></childnode21> <childnode1 att1="1" att2="2"/> <childnode22></childnode22> <childnode1 att1="1" att2="2"/> <childnode23></childnode23> <childnode1 att1="1" att2="2"/> <childnode24></childnode24> <optionalNode></optionalNode> </parentNode> …

Member Avatar for nnobakht
0
144
Member Avatar for khaleekcool

hi i want to know the best way for earning money from google adsense ___________________ <URL SNIPPED>

Member Avatar for mitz
0
95
Member Avatar for FallenPaladin

Hi all, I am trying to create an xml file and schema that can be oppened by a .net app. However when the app trys to read from the data set, nothing is being held. I think this may be due to an error in the creation of the xml …

Member Avatar for FallenPaladin
0
101
Member Avatar for CathShadow

Well, to give some background on the app, it's a program (service) that runs in a loop, collects data about the PC its running on (users connected, CPU load, network traffic) etc. It then opens "plink" and sends the XML data accross to a perl file which processes and inserts …

0
46
Member Avatar for khaleekcool
Member Avatar for khaleekcool
0
83
Member Avatar for wickedsunny

hey all can u please redirect me to a website which generates xml sitemaps for free? i have tried xml-sitemaps. but it only generates 500 entries. plz help

Member Avatar for x3mario
0
43
Member Avatar for guilhermegrg

Tabula is a Java Web Framework, comprised of several subprojects, such as a server and GUI tools. Right now there is an early alpha version of the server and REST editor available. The framework is based on SOFEA, removing the UI responsibilities from the server to other applications. The server …

0
50
Member Avatar for tytyguy

Ok so here is my situation. I am generating a wordpress (blog) import file from an xml file using xslt. I am trying to add an hour to each publish date node. So for example.... <title> Post 1 </title> <pubdate>8-10-2008 5:00</pubdate> ( I realize the format may not be right) …

Member Avatar for gravyboat
0
519
Member Avatar for ukey.nilesh

Hi folks i am pursuing my Dual Degree(Bachelor + Masters) from Indian Institute of Technology Roorkee(India). I am quite interested in web services and planning to do a project which states as: web service enabled appointment scheduler for universities/colleges. This scheduler may have many different functions like: given our free …

Member Avatar for khaleekcool
0
122
Member Avatar for m_arian

Hi This is my first DaniWeb post so I hope I get it right. My problem is homework. I have almost got it but I'm having trouble with the pointers. The entire program will output svg code but I've tried to leave out as much as I can to reduce …

Member Avatar for skatamatic
1
127
Member Avatar for farhan386

i've created a form like this [code=html] <form method="post" target="iframe_in_bottom" action="send.php"> [/code] send.php is used to save data posted from the form, and call a function called getURL in main window [code=html] <script type='text/javascript'>parent.getURL('thankyou.php')</script> [/code] [code=javascript] function getURL(url){ var xmlHttp=GetXmlHttpObject(); function stateChanged() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ document.getElementById('maindiv').innerHTML=xmlHttp.responseText; } else …

0
55
Member Avatar for Sirrana

Hey everybody! My task is to implement a simple membership database for a sports club. The index.jsp is my 'welcome file' within I offer input fields, first and last name, a selection for sport and check boxes for payment. The index.jsp looks like this: [ICODE]<%@page contentType="text/html" pageEncoding="UTF-8"%> <?xml version="1.0" encoding="UTF-8" …

Member Avatar for ~s.o.s~
0
105
Member Avatar for daFool

[B]Now playing:[/B] AC/DC Black Ice [B]Now reading:[/B] Wikinomics [B]Now browsing:[/B] Fedora 9/Firefox 3.0.2/Gnome [B]Editors/IDES/tools used today:[/B] Vi, Gedit, Emacs, Bluefish, Visual Studio (BizTalk), Notepad, DBVisualizer 6.1, Xlint, xsltproc, Microsoft SQL Server Management Studio [B]Languages used today:[/B] TSQL, Bash, XSLT, XML, pgsql [B]Operating systems used today:[/B] Windows 2003 (64/32 bit), RHEL …

Member Avatar for jbennet
0
167
Member Avatar for anton-shirikov

i am reading book AJAX and PHP Building Responsive Applications.. I've tryed to run code from that book but it doesn't seem to work.. probably i am missing something but i checked a lot of times and seems like everything is correct, thou application doesn't work correct! XML file [CODE]<?xml …

Member Avatar for SoniaBaby
0
126
Member Avatar for jbennet

Okay i have made a WinPE cd-bootable ISO using the folowing code from the WAIK command prompt: [code] copype.cmd x86 c:\winpe_x86 imagex /mountrw c:\winpe_x86\winpe.wim 1 c:\winpe_x86\mount peimg /install=WinPE-HTA-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-MDAC-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-Scripting-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-WMI-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-XML-Package c:\winpe_x86\mount\Windows peimg /list c:\winpe_x86\mount\Windows imagex /apply C:\winpe_x86\ISO\sources\boot.wim 1 C:\winpe_x86 copy …

0
91
Member Avatar for haidarkhraiss

hi i'm working on visual studio 2005 windows application and i have to open xml file that i created before by pressing on button i tried laodxml("XMLFile") but it did not work and i'm a beginner in vb.net how can i do that?

Member Avatar for cellus205
0
70
Member Avatar for Clawsy

Hello, I have a little problem that kept me busy for quite a while so I search for help here, maybe someone sees 'the bug'. I use JW FLV player to play *.flv movies from my website. I use a XML playlist for that. It's just the movies don't start …

Member Avatar for Clawsy
0
314
Member Avatar for FaridMasood

Hi, I am using the freetextbox control in my page. This is used to design the pages on run time. But problem is that when i write the text first time to save this is working fine and showing the right HTML code, but when i use this box to …

0
92
Member Avatar for Tom Tolleson

Hello! I'm new to Ajax (coming from PHP world), and I've been able to find plenty of examples of Ajax being used to display data from XML on a web page, but I haven't found many examples of Ajax being used to update/edit the content or structure of an XML …

Member Avatar for ~s.o.s~
0
91
Member Avatar for LAPIII

There are a few, so-called, conversion softwares and I need a good one for rich Internet applications and rich application interface such as Ajax, JavaScript, XML and DXML.

0
68
Member Avatar for arunkr6

I am new in VC++. As to modify a software,I have to read contents of an .xml file. From this data I have to manipulate further, While I tried it by copying to a CString, it reads by word by word(cuts at spaces). But I need at least a line …

Member Avatar for Ancient Dragon
0
90
Member Avatar for mlohokare

How can I Introduce Javascript(?) while running xslt on xml file? I am trying to process 1 single xml file; Inside that xml file there is a <image> tag; tag not contains any information about width; I am aplying xslt on this xml. how can i calculate the width.. My …

0
68
Member Avatar for jack1234

I am using Visual Studio 2005. Following two programs has the same code, just that one is CLR Console application and the other is Win32 Console application. I set a break point at int i=1 for both program, for CLR Console application, and when run to the break point, in …

Member Avatar for Ancient Dragon
0
746
Member Avatar for terme22

Is it possible to response .write to a div or iframe so that my page doesn't get written over? here is the code: [code=javascript] <form name="list" action=""> <select name="listGen" onchange="xmlConnect()" size="1"> <option value="0">please choose</option> <option value="1">sales</option> <option value="2">IT</option> <option value="3">Human Resources</option> <option value="4">Front Office</option> </select> </form> <script type="text/javascript"> function xmlConnect() …

0
78
Member Avatar for sundeeppro

[FONT=Garamond]I am in my final year of engineering and I have to submit do a project I aim to do it in .net linking my project done in my personal pc with internet explorer where the client's workspace will be provided. now the question arises to me of how to …

Member Avatar for mshahed84
0
90
Member Avatar for PCheema

Using Tomcat 5.5, JRE 1.6.07, Jdk 1.6. JNDI: mySQL DATABASE. I used eclipse to develop the application. I think it is a classpath problem but as i am new to Java i havent a clue where to start digging. I am not quite sure if i am supposed to have …

0
77
Member Avatar for deenuy

Hello all, I have requirement of accessing [url]http://localhost:8080/tc/webclient[/url] using Domain server name say [url]www.tc.emerson.com[/url]. Domain Name has been already configured in etc\host. tc ear has been deployed in jboss-4.0.1sp1. I'm using Apache2 to virtual host for my jboss-4.0.1sp1 Application Server. Issue is, when I run [url]www.tc.emerson.com[/url] in browser, it is …

0
81
Member Avatar for aneeshanand

Hi All Here I got a challenging task to do in any of JAVA/JavaScript/AJAX technologies with an XML as input. Task: Graphical representation of Application Dependency among the machines in a Network. Technology to use: JAVA/JavaScript/AJAX/XML Conditions: Source Files should be available and cannot use any licensed applications/libraries inside the …

Member Avatar for stultuske
0
167
Member Avatar for terme22

Hi I have an xml document with these elements: <staff> <employee> <name> <fname>Sally</fname> <lname>Green</lname> </name> <department>Sales</department> <personal>loops who would like some kalenow what to do. </personal> <id>111</id> <phone>555-444-1234</phone> <image>../images/h111.jpg</image> </employee> </staff> and I have to make a drop down: <form action="" method="get"> <select name="showDept" size="1"> <option value="1">sales</option> <option value="2">IT</option> <option …

Member Avatar for terme22
0
105
Member Avatar for freshfitz

Tring to pass variables to payflow pro. I found a script already written but how do I pass the variable from textbox? Where post.append is I need the value of my textbox's ----------------------------------------- .aspx [code=csharp] <asp:TextBox ID="balanceTextBox" runat="server" Columns="20" Rows="4" Text='<% #Bind("cardacct")%>' ValidationGroup="add"></asp:TextBox> [/code] ----------------------------------- .aspx.cs [code=csharp] using System; using …

Member Avatar for freshfitz
0
241
Member Avatar for Athos84

Hi all! I need to pass a list, like this: [code] //xmlparser.h public ref class XMLParser { ref struct Node { System::String^ type; System::String^ name; System::String^ role; }; System::Collections::Generic::List<Node^>^ xmlList; }; //form1.h #include "XMLParser.h" public ref class Form1 : public System::Windows::Forms::Form { public: Form1() { xp = gcnew XMLParser("settings.xml"); net …

0
70

The End.