6,049 Topics
![]() | |
Hi, I am using a PHP parser to extract some contents from a RSS feed. The parser used to work just fine, but when I changed my hosting the parser stopped working and now it shows the following error: XML Error: not well-formed (invalid token) at line 11 The XML … | |
Hi Guys, I am having trouble getting the getItemAt method of the ArrayCollection class to work in ActionScript even though it seems to work fine in MXML. Any help greatly appreciated. In the attached code lines 95->97 work fine whereas line 35 throws a "Cannot access a property or method … | |
Hi, I am new to xslt creation. I need some clarifications on xslt creation. Is it possible to connect the database using xslt? For example i have one request_details table in sql server. i want to connect to this database using xslt and get the maximum request_id value from the … | |
[COLOR="Red"][B]Do I use php or ssh? [/B][/COLOR]If so, please tell me how because I haven't got a clue as to either of them. I'm just a singer who started learning to design one site from the past few months. my site is yummyrestaurants.co.uk. [B]I read this [/B][URL="https://www.google.com/webmasters/tools/docs/en/sitemap-generator.html#execute"]article on how to … | |
Hi, I would just like to start off saying that I probably don't know enough to be even asking this question but I am pretty good at taking examples and working with them to produce the results I am looking for. So, here is a little bit of information about … | |
Hi I've been having problems retrieving a webpage using HTTP GET in winsock. I used a packet sniffer to construct the header and the GET Request appears fine although I receive a "400 Bad Request Error". Thanks if you can help. Ricky My code: [CODE] int HTTP_GET() { WSADATA wsa; … | |
Hi, Microsoft e-learning course, When I launch course with Microsoft Windows XP Operating System" I get the following error - "The following File Could not be loaded by the xml parser: viewer/LMS/LMSDATAMODEL.xml. No data is available for the requested resource. How to resolve this error. | |
hi please I have managed to create a user and allow a user to login however Im confused as to how I can use the profilecommon class to save user info, please assist my web config is also listed below [code] Protected Sub btnLogin_Click(ByVal sender As Object, ByVal e As … | |
hi i use log4j for logging i want the file that logs append to it , in every day be separated .for example my logs for today input in 2010-04-20.log and tomorrow in 2010-04-21.log file!! or any way that i can understand that this log file related today and that … | |
So I have my documentbuilder and I'm doing this the DOM way. I've managed to get to the point where I have saved the tag I want into a nodelist NodeList list = doc.getElementsByTagName("myTag"); the xml looks like this <myTag id="1"/> but now I want to grab the id number … | |
Hi, I am trying to update fields in my database through the use of textboxes in which when information is typed into them it will update the fields in the database. In addition I would like to use a combo box to select the appropriate field to update when I … | |
From within a template I'm trying to set a variable using a select= which references an absolute path. But when the "root" element specifies an xmlns= namespace, the select fails (returns an empty string). Here's the XSLT: [code=xml] <?xml version="1.0" ?> <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://foo.bar.com/something" > <xsl:output method="xml" indent="yes" encoding="windows-1252" … | |
this has happened to me also. Here is my hijack this result. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:56:43 PM, on 4/19/2010 Platform: Unknown Windows (WinNT 6.01.3504) MSIE: Internet Explorer v8.00 (8.00.7600.16385) Boot mode: Normal Running processes: C:\Windows\system32\Dwm.exe C:\Windows\Explorer.EXE C:\Program Files\Synaptics\SynTP\SynTPEnh.exe C:\Program Files\Common Files\Pure Networks Shared\Platform\nmctxth.exe C:\Program … | |
hi there i am building a one page website that i need query data from an access database (visual studio 2008 c# xml). I need to do a sql query displaying customers with possible bookings if any. I have been able to display all customers details but i am finding … | |
hi.. i'm encountering a bug regarding sending emails.. when the smtp server do not have user autentication, the sending of email is really fine.. but when the smtp requires username and password, no email is being sent.. i believe it is related to web.config.. i have searched a lot of … | |
How to register MIME types and file extensions to IIS? We have a web service, for which to work a particular file extension (.jdf) needs to be registered under MIME types in IIS. Usually what we do is after installing the service (by executing setup file) we go to the … | |
I'm sure I'm missing something simple but I just can't seem to figure this one out. I have a dynamic XML file that is too big to display all the information on one web page. So I need a way to split the information across multiple pages. I have used … ![]() | |
Hey everyone, This is a thread about a rather complex SWF operation (for me at least is it complex) What is done: I have a main SWF file that loads some other SWF to be displayed in it and also loads 2 JPG's as the background of the buttons. There … ![]() | |
Hey guys, im making a website with strihttp://www.daniweb.com/forums/newthread.php?do=newthread&f=143ct xhtml design and everytime i upload an image, it just wont validate when i try the w3schools validator. It keeps giving me an error message: " 1. Error Line 14, Column 36: document type does not allow element "img" here <img src="banner.jpg" … | |
I have been trying to connect a database to generate XML File through PHP code, but I still have a problem on this code. Can somebody help me correcting this code? Thanks in advance. <?php @ $db = new mysqli('localhost','622Std1', '622StdDB1', '622stddb1'); if (mysqli_connect_errno()) { echo 'Error: Could not connect … | |
I have the following script saved as 'index.php':[CODE=php]<?php $implementation = new DOMImplementation(); $doctype = $implementation->createDocumentType('html'); $document = $implementation->createDocument('http://www.w3.org/1999/xhtml', 'html', $doctype); $head = $document->createElement('head'); $document->documentElement->appendChild($head); echo $document->saveXML();[/CODE]Now when I run the script, I get nothing at all (i.e. no source XML is being received by the browser). Error reporting is set … | |
There are two basic things i need to get help with: 1. A selection from the list in question 3 can only be made if the user selected at least 1 check box in question 2. If the user enters a valid value in the question 5 text box then … | |
Hi, I'm making something of an RSS reader-ish. I'm using the [URL="http://www.feedparser.org/"]Universal Feed Parser[/URL] to do this. The feed is just a list of TV shows, and the date they air. I'm successful at getting the feed, now what i'm trying to do is split it up into chunks that … | |
hi I use log4j framework for logging my program. i insert log4j.xml in my project an test it. everything was ok and logfile correctly was put in path. but when i made jar file and copy it to linux and run it it return error [CODE]log4j:ERROR Could not open [log4j.xml]. … | |
hello- I have searched all over but haven't found anything too helpful. what i want to do is make a program that, on startup or a timer, retrevies an rss feed, and puts the text in a text box. i have looked into getting the xml text and parsing it … | |
Hey all, I'm having to write a program that generates a random number between 1-1000 and then allows the user to make guesses in a text box, answering to high or to low, until the correct answer is entered. I had the program working fine with using strictly prompts and … | |
Hi, I've had a bit of experience with perl and shell scripting. I've been reading the O'Reilly Python book and have been having a go at replicating some of our perl scripts in python (v3.1.2). I'm looking to put something together than will parse through large xml files and manipulate … | |
![]() | I've started a new application in Coldfusion using the ModelGlue 3 framework. For some reason, the "defaultType" on my event-handlers is not working. Here is a snippet from the modelglue.xml file... [CODE=xml] <modelglue> <controllers>...</controllers> <event-types> <event-type name="templateMain"> <after> <results> <result do="view.template" /> </results> </after> </event-type> </event-types> <event-handlers defaultType="templateMain"> <event-handler name="dashboard"> … ![]() |
Hi, I'm a PHP newbie, hosting a site on godaddy. I am attempting to create a form (with some text boxes with validation) that will be filled out by users that will be sent to my email account. I'm forced to use godaddy's form mailer but I'm having trouble including … | |
Could you explain me how to build web service in eclipse? | |
i m searching a record from database. and it contain more than 10lac records. it take lot of time and some times mysql got crashed. how i can reduce searching time..?? does xml will be helpful in this case.? | |
Hi, i have one XML file,... in that i am maintaining the server name and database name,.../ Now i want to delete one set of server name and database name and insert those element into the first position of the same xml document,... for getting the recently accessed element,... [code] … | |
Hi, I am trying to parse an xml which i am getting in a variable in my xsl. till the time i do not have any namespace in my xml i can parse all the tags of my xml from my xsl, however, for any tag with a namespace i … | |
I need a rss embeded on a home page like schoollibraryjournal.com on the right side in the green where it says blog. I need something like that built. I already have it setup where its bringing everything i want except for the author bio and the author image. I need … | |
Hello, I am currently working on a project for my degree using asp.net, C# and Sql. The problem I am having is with my connection.cs file that I have created, the code I have is as follows: [CODE] using System; using System.Configuration; using System.Linq; using System.Data.Linq; using System.Xml; using School.SchoolCore.Core.Domain; … | |
how do we use javascript to only allow selection from the list in question 3 to be made IF the user selected at least 1 check box in question 2? below is my code: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title> Example … | |
Hi. I've got 2 classes that provide services and 1 wsdl file for both of them, 1 SoapServer and 1 SoapClient. When I do $server->setClass("Class1"); $server->handle(); I can call functions from Class1 in the SoapClient. But if I do $server->setClass("Class1"); $server->setClass("Class2"); $server->handle(); then I am able only to call the … | |
I'm desperately trying to do some coursework and its not going well. I've been searching for example code for registering a new user to a database. I have a database connection and data access servlets but its riddled with errors. Its building but throwing up apache errors of all types. … | |
hi, this is dhana. this is my first post, i am little nervous. i am developing a j2me application, i used xml file as database. so, i created a xml file and i saved it in c:\ , when i am trying to open that file in j2me, it shows … | |
Hey all - I have to create a basic client browser that creates a socket with a webpage and then uses a command similar to : GET index.html\r\nHTTP/1.1\r\nHost: [url]www.mysite.com\r\n\r\n[/url] To get the source code for the website. I will store each line recieved from the server into an arrayList, which … | |
i am calling a JSP from a servlet but i am getting a error Error 404- Not found. Servlet file is reside in E:\Simple\WEB-INF\classes\servlet folder. ServletHome.java [CODE] package servlet; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.net.*; public class ServletHome extends HttpServlet { public void doGet(HttpServletRequest request,HttpServletResponse response) throws ServletException, … | |
I have recently moved my site to a new server. It was working fine on two other servers but on the new one I get the following error: [QUOTE]Parse error: syntax error, unexpected T_STRING in /home/a7247396/public_html/index.html on line 74[/QUOTE] The code in question was written by somebody else as I … | |
Hi all, I have a web app and in the web.xml file there is a filter which is applied to all the jsp files. However I need to change the particular filter so that it is not applied to 1 jsp file. I tried searching in regular patterns if there … | |
hey guys im trying to create simple map with few pointers on it using google maps well basicaly the pointers would be representing location and they would be storeded on xml file that woul look something like the code below and than it would be processed by JavaScript [CODE]<location> stop … | |
Hi, I have to create an RSS feed reader in C++. I have worked with Expat Xml parser but only for parsing purposes. Can I use the same to read feeds from websites ? If not, please recommend what C++ libraries can be used to achieve the same. Thanks, Vani | |
I running my little blog on Tomcat 6 server. My hosting company allows me to set up multiple sub domains. I was trying to do for last few hours, but no luck. Having started with [code=xml] <Engine name="Catalina" defaultHost="mydomain.co.uk"> <Realm className="org.apache.catalina.realm.UserDatabaseRealm" resourceName="UserDatabase"/> <Host name="mydomain.co.uk" appBase="/home/user/public_html" unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> <Alias>www.mydomain.co.uk</Alias> … | |
Hi everyone, I get a string in XML format from front end. I write that into a file, and later I parse that file to get tokens/values. is there any way..that I can parse the string Instead?? which is in XMl format and fetch the tokens there. Coz writing on … | |
Hello folks, I am a noob with XML but from what I read it is not a problem, in fact it is much easier that HTML. I have a flash/XML website template but unfortunately the designer did not provide the fla files. From the xml files you could change all … | |
![]() | I'm doing a website for a client...need to include dynamic flash galleries... The flash gallery works fine offline, but once I upload it online, (it is embedded in and html), the swf loads everything BUT the pictures (the pictures are called by xml). Why does this gallery not work? is … |
I have a project written in vb.net and I am trying to convert it to c#. I have managed to convert it except from one file. Here is the old code of the file : MyWebExtension.vb [CODE] #If _MyType <> "Empty" Then Namespace My ''' <summary> ''' Module used to … |
The End.