6,049 Topics
![]() | |
I wonder (as I couldn't find [I]anything[/I] either on DaniWeb or anywhere else) why should one use XML and XSLT rather than plain XHTML? I couldn't find a rationale arguing for the use of XML and XSLT in connection with dynamic web content stored in a database. Zend does provide … | |
Hi there, I have a WinForm application written in C#. I have added a WPF usercontrol added to the Winform and I want to get the mouse Events passed back to the WinForm. [B]So you can see in line 6, my XAML I have a MouseUp event:[/B] [code=xml] UserControl x:Class="CustomRssFeed.MainWin" … | |
Hi all , I am trying to map a user to a jsp page when he tries to enter to a directory of my application using URL. let say my web directory is called school and it has a directory called pages . now I need to map a user … | |
How to upload an XML file through JSP web interface and transform that XML using XSLT and return the HTML file for download. | |
Hi one of my friend have this problem.. it will be helpful if we can give him a solution. The session is set for 10 min .. but for one particular page the session must be extended and for other pages it must be set as before.. or resetted so … | |
Hi Can anybody please tell me how to edit an xml file with the help of another php file. i am using this xml file in flash Thanks | |
I've been trying to get a list of values from database using hibernate. I'm using MS SQL Server XE 2005 and using Hibernate 3.2.2 to fetch DB rows. I've tried JDBC drivers provided by Microsoft as well as jTDS but all I get is an empty list. Here is my … | |
Hi, I read a bit about both but I need to see your opinions about this. Are cURL and xmlrpc used for same purposes, are they same thing? Thanks | |
Hi, I have a sitemap and have decided to create an automated sitemap. I just wanted to ask would the way i am going to do it be ok. I was going to create a table let say called `sitemap` have a column in the table called `url`. Basically i … | |
how can i set my homepage its index.html i want to change it to home.asp please can someone help urgent | |
Hello all. I try to learn some Ajax, but find it some difficult. The task I'm trying to do, is to use Ajax to register a new user for my application. The problem is that the request don't seem to pass the POST-variables to the php-script on the server side, … | |
[code=php] exec('java -version', $javaver); print_r($javaver); echo "<br />"; exec('java -jar start.jar', $output); print_r($output); echo "<br />"; exec('java -jar post.jar /home/content/j/a/n/jandtesting/html/solr/example/exampledocs/solr.xml /home/content/j/a/n/jandtesting/html/solr/example/exampledocs/monitor.xml', $output2); print_r($output2); [/code] I've never attempted anything with java before. I'm trying to get started on the solr tutorial -- a java based search engine based on Lucene. I … | |
Hai all, I have the following problem to solve: The users of my application can specify an xpath like e.g. format-date(current-date(),'[D]/[M]/[Y]', 'en', (), ()) this xpath is caught in an xslt file as just being a string (the user could also have typed in a string and then I need … | |
Hi, In my application im generating a crystal report by dynamically adding the dataset. Up to now all are fine, But now i need to add new table to dataset and use that in the report. What i did was, 1- Create the the xml schema file for new dataset … | |
hi guys, I am new to fatwire content server, I need to get all the data in a xml file, before displaying it on the jsp. does any one have any sample or clue for the same. I would be greatly obliged if I get one, thanks, saurabh | |
Hi, I want to validate an xml which will be in the fol format : [CODE]< Root > <Hierarchy> <!--Optional Tag --> <Subjects> <!--Optional Tag --> <Subject> </Subject> </Subjects> <Hierarchy> </Root>[/CODE] As stated above the Hierarchy and Subject tag are optional. Following are valid xmls : [CODE]<Root><Subject>xyz</Subject></Root> <Root><Subjects><Subject>xyz</Subject></Subjects></Root> <Root><Hierarchy><Subjects><Subject>xyz</Subject> </Subjects></Hierarchy></Root>[/CODE] … | |
I have developed an RSS Feed in php. (can be found at [url]http://www.mofikiworldwide.com[/url] by clicking the rss icon in the top right) My reason for using php to develop the feed was so that I wouldn't have to manually update a feed in an xml file everytime I needed to … | |
I need to tranform an xml to tsv but I am facing some problem with looping. <Test.xml> [CODE]<Tag1> <Tag2> <subtag1> <subtag2 F=1 Yr=2007/> <subtag2 F=2 Yr=2008/> <subtag2 F=3 Yr=2009/> <subtag2 F=4 Yr=2007/> <subtag2 F=5 Yr=2008/> <subtag2 F=6 Yr=2009/> <subtag2 F=7 Yr=2007/> <subtag2 F=8 Yr=2008/> <subtag2 F=9 Yr=2009/> <subtag2 F=10 Yr=2007/> … | |
Hai i am using the curl option to validate the site for the rss feed. my code is [CODE]<?php // create a new cURL resource $ch = curl_init(); $demo='http://chaitu09986025424.blog.co.in/feed/rss/'; // set URL and other appropriate options curl_setopt($ch, CURLOPT_URL, "http://validator.w3.org/feed/check.cgi?url=$demo"); curl_setopt($ch, CURLOPT_HEADER, false); // grab URL and pass it to the … | |
Hello.. Did anyone do the address book application in xml before? It uses a GUI built in Java to add, modify and delete records in the xml file. I have already written the code for GUI. As I'm not so familiar with XML, can anyone post the code for adding, … | |
i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'about.swf' file which i decompiled using … ![]() | |
Whenever I load up windows, explorer.exe will not start. I can open up task manager and launch it from there, but it will close within the next ten seconds. I have done a Malware Bytes Anti Malware scan, and it turns out I have a vundo infection. [B] Here is … | |
[URL="http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.socialemo.com%2Frss.php"]http://beta.feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.socialemo.com%2Frss.php[/URL] that is what the error is my basicaly exact code is: [URL="http://www.ibm.com/developerworks/library/x-phprss/"]http://www.ibm.com/developerworks/library/x-phprss/[/URL] how do i get it to work? | |
Hi, I got this for nfl pickem program and installed it on my website.I use yahoo web hosting. I have most apps working but the signup form is killing me. when user go to my webpage and try to signup, it just takes you to a blank page. here is … | |
I built a Visual Studio 2008 VC++ project, dialog based using HTML. In my HTML I have: [CODE] <form name="loadExcel"> Choose the file which contains the information:<br /> <input type="file" name="myFile" value="Search" id="myFileInput" /><br /> <input type="button" class="Upload" name="loadExcel" title="Import" id="loadExcelButton" /> </form> [/CODE] The user is supposed to browse … | |
xml POST method using http protocol i got a link from a travel hotel booking people like bellow link Each request needs to be posted (through POST method) using http protocol to [url]http://xmldev.dotwconnect.com/request.dotw[/url] and it receives a response irrespectively the request is successfully processed or not informing about the success … | |
Hi. I am trying to build simple web application in ASP.NET. I have xml file with data and xsl file to transform xml file into html doc which will be presented in the browser window and everything is working fine. What funcionallity do I want? I want user to enter … | |
I am trying to create a page that will look up values from a table to fill in drop down boxes, i have this working. Now when the user selects options and presses a button i would like these values to get written to a table. This code is my … | |
I was thinking about a scenario which is often seen. Let's start form the user perspective. He/she opens a web page and there is some data table and filters like that: Filter by: equals <input value here> User chooses a field name and enters some value and submits that. Web … | |
Hello guys! In a toolchain an XML is currently used to generate sourcecode and documentation (by oAW). By introduction of this XML -> source generation, I reduced the complexity of configuration of the corresponding software component (which has been done using pointers, structs and tables). Unfortunately, the XML file itself … | |
Hi, I'm trying to apply light box effect. When the user click on the thumbnail size photo, it will pop up a bigger want and then the background will all blackout...... It's just not working and the the imgage won't show up at all. Hope someone can point out my … | |
Hi, Can anyone help me converting this wsdl 1.1 file into 2.0. Thanks [code] <?xml version ="1.0" encoding ="UTF-8" ?> <definitions name="Catalog" targetNamespace="http://localhost/apache/soap6/catalog.wsdl" xmlns:tns="http://localhost/apache/soap6/catalog.wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/"> <message name="getCatalogRequest"> <part name="Symbol" type="xsd:string"/> </message> <message name="getCatalogResponse"> <part name="Result" type="xsd:string"/> </message> <portType name="CatalogPortType"> <operation name="getMyCatalog"> <input message="tns:getCatalogRequest"/> <output message="tns:getCatalogResponse"/> </operation> … | |
hi, how can i make a link attache ment system with php, culr / ajax one like in facebook..........!! i.e by typing a link fetching meta, title and images from that link...!! thanks in advance.........!! | |
The name of this question is “three JSF questions” Hello and Thank you in advance for any assistance. [B] System info: [/B] Netbeans,MySQL,glassfish [B] The Purpose of this post is: [/B] have someone look at the excel file (subscribe_app_notes2)at : [url]http://cid-b5cb457363230793.skydrive.live.com/browse.aspx/Public[/url] [B] The functionality of this code is: [/B] I … | |
Hi, I have a variable of type Object, which is obtained from an xml-rpc call like: [CODE] Object[] params = new Object[]{new Double(4.0), new Double(5.0)}; Object result = client.execute( "foobar.add", params ); [/CODE] and I know that it contains this xml data: [CODE] <methodResponse> <params> <param> <value><struct> <member><name>value1</name> <value><double>4.2</double></value> </member> … | |
i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently working on the same and would appreciate your help. the client has given me 'mediacenter.swf' file which i decompiled using … | |
Hi experts. I have created a WCF Service using VS 2008. The dll is created successfully and then in New Project I add that dll with Start and Stop methods and add Installer as guided in WCF Tutorial. The exe is created successfully and I have installed that exe as … | |
The program I am working on is having a null reference exception whenever it tries to delete the node. The buggy code: First one is where the variable is declared for getting the name of the node to be deleted, just node htese are bits of the code [code] foreach … | |
Hi all, I'm attempting to write an XPath expression that can follow references recursively. I'm doing this for a Schematron rule, so it's not in an XSLT template that I can modify. The setup: [code] <strawberry id="strawberry-1"> <extends ref_id="berry-1"/> </strawberry> <berry id="berry-1"> <extends ref_id="fruit-1"/> <extends ref_id="plant-1"/> </berry> <fruit ref_id="fruit-1"/> <extends … | |
If i have some xml in the form [code=xml]<root> <a>hello</a> <b> <bi>hiya</bi> <bii>hey</bii> </b> <c/> <d>hello again</d> </root>[/code] how can I a) count the nodes? i.e. a, b, bi, bii, c, d so 6 b) count the nodes that are non empty a, bi, bii, d so 4 ? i … | |
I am trying to send an EXCEPTION from a Web Server to a Client using JAX-WS ... When the exception is thrown by the server the client does catch it ... but the contents are not the expected message... [Code] [Server.java] package pck; @WebService() public class Server { @WebMethod() public … | |
I'm having problem getting a container to expand when adding two DIVs that float left. The container would actually just not move behind the DIVs. Here's my code: [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Example</title> <style type="text/css"> * { margin: 0px; padding: 0px; … | |
I'm sure I missed something simple but I'm getting frustrated with this code simply because I'm so sure it should work. I have created a short program for exporting some XML data was use at the office into .tsv files. I have a thread dedicated to reading the xml data … | |
I need help with a java script that increases image size and decreases on mouseover and mouseout for multiple images per page. In an html page. This script that I have tried to modify is for one image. Can anyone help me with this, please. Jerry Here is the html … | |
The name of this question is seperatin_view_model Hello and Thank you in advance for any assistance. [B] System info: [/B] Netbeans,MySql,glassfish, [B] The Purpose of this post is: [/B] to have someone look at my exel file where my question concerning packaging,and beans and faces-conf.xml and the concept of seperation … | |
Hi All, Im wanting the following script to output to an XML file, but im getting an error on line 18 and i have hit a brick wall. Help would be appreciated. [code] <?php require_once("connect.inc.php"); $db = getConnectionMySql(); $stmt = $db->query("SELECT email, name, lastlogin FROM subscriber"); while ( $obj = … | |
I have a web method in a web service (in .Net 2.0) which takes in an XmlSchema object as a parameter. When I add a reference to this web service in my application, it shows the parameter type as "WebServiceNamespace.XmlSchema" instead of "System.Xml.Schema.XmlSchema". and I cannot make a successful call … | |
Hi to all friends, I am working on c,c++,vc++ for 1 year.I completed DAC of CDAC in which i learn c++,java,j2ee,c#.net,asp.net,oracle and web tech(like html,dhtml,xml,ajax). Now i want to move from c++ to another technology...so what will be good([B]for getting job easily)[/B]..bcoz i know both(.net & java) but (i am … | |
Hey guys, im new here and i was wondering if some people could help me out? ive recently been employed in an IT company, and although i am quite familiar with c++, i have been asked to work on making a custom Ribbon in Excel (creating a new tab for … | |
hi, unfortunately i need a bit of help with a config for a program that an ex-employee of ours wrote. Basically, the program verifies itself on a website and verifys one specific type of bluetooth hardware is connected. we have recently changed hardware suppliers and need to take the requirement … |
The End.