6,049 Topics
![]() | |
Hi, I have been trying to get resorts from an XML tree but I have found that it seems to be very flat and not helpful at all in terms of targeting information. Attribute names are all the same whether it is the world element, region of world element, country … | |
hi. i m make in a 10*10 matrix textbox. and fetch a data in text box frm xml . i want these data is fill horizontally,vertically and diagonally in a text box. and in the other blank text box randomly generte a a-z. to fill data from xml i want … | |
hi all, i am developing a desktop application which is interact with the server in every 1 min and server return a updated xml feed.when i login into my application it minimize into the system tray i want to show the updated feed in a notification message box that is … | |
I am trying to read in a simple xml file and display all the child elements all i get is the error [QUOTE]Traceback (most recent call last): File "/Users/adamplowman/Documents/Uni/project/python/test_xml.py", line 10, in <module> for element in tree: TypeError: iteration over non-sequence[/QUOTE] Here is the xml file [CODE]<root><child>One</child><child>Two</child></root>[/CODE] and this is … | |
Hello, I am supposed to write a program that prompts user to enter the numbers separated by space and when user click "ok" button, it should display the numbers entered with its mean, and standard deviation and the window should ask if user wants to enter numbers again if yes … | |
Hey people, i am having the next easy problem but i dont find any answer on how to do that: Im using libxml2 to read a XML file, in one part of my code i need to compare two attributes from different nodes which are numbers (1,2,3,4,5,6...). The problem is … | |
I am trying to write a script where it traverses the current folder and all subfolders and files and prints to screen the name of the files, filesize, and date last modified. e.g. test0.xml | 26 bytes | 11/21/08 23:35:28 (I can get it to do this) Folder/test1.xml | 26 … | |
Hi Guys, I am new here in this community. I still did some stuff with JSP, but now I have a principle questions. Would be nice to receive some feedback... I wanna build up a website with several JSP pages. But I don't want to place all the content into … | |
hello, I am having trouble dsipalying more than one value on the same line, I am not sure the exact way to go about this, <xsl:if test="/item/survey/pastCitations/citation[@REGVERS !='FV10']"> <xsl:attribute name="value-of">fixQuote(top[survey][pastCitations][ <xsl:value-of select="/item/survey/pastCitations/citation[@VTAG = $vtag] /@_name" /> [text]]) </xsl:attribute> </xsl:if> for this line I would like to dispaly the Text and … | |
Hi, I would like to count all nodes "source" of "word" that start with the string "ABC". I can have multiple "word" inside a the element "wordGrp", as in entry/section/following-sibling::wordGrp/word/following-sibling::source For-each-group and a following count(current-group()) did not work for me, the XSLT processor returned "A sequence of more than one … | |
I have the following XML: <?xml version = "1.0"?> <transactions> <transaction date = "05/22/2000" id = "0122"> <from account = "100392"/> <to account = "203921"/> <amount currency = "USD">15</amount> </transaction> <transaction date = "06/01/2000" id = "0129"> <from account = "203921"/> <to account = "877521"/> <amount currency = "USD">4800</amount> </transaction> … | |
Hi, I got the bluescreen as i was surfing. Problem signature: Problem Event Name: BlueScreen OS Version: 6.0.6001.2.1.0.256.1 Locale ID: 1033 Additional information about the problem: BCCode: 3b BCP1: 00000000C0000096 BCP2: FFFFFA6007F61AB7 BCP3: FFFFFA600E710FB0 BCP4: 0000000000000000 OS Version: 6_0_6001 Service Pack: 1_0 Product: 256_1 Files that help describe the problem: … | |
Hi All I am trying to convert xml file to a text file. But my program creates an empty text file and does not copy any text from the xml file. Please help Thanks My code: Dim Doc As New XmlDocument Dim NodeList As XmlNodeList Doc.Load("C:\Temp\MyXml.xml") NodeList = Doc.SelectNodes("/response/TAG") Dim … | |
Hi, 1)Is it Possible to have multiple SOAP:body tags in one SOAP Message? 2)Is it Possible to have multiple SOAP:header tags in one SOAP Message? I need answers ASAP as i am studying for a certification tomorrow. | |
Regards for All, I am new in JSP and giving a web solution, I am using XML document to store data. I have a script which retrieves stored data from XML which is in JSP. Now I want to append more data at any level in XML document and want … | |
Recently, my comp start to work too slow. Here's my HJT: Logfile of HijackThis v1.99.1 Scan saved at 12:48:49 PM, on 11/20/2008 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\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe C:\Program Files\Bonjour\mDNSResponder.exe … | |
Hi there, wondering if anyone is able to help me. I am making a piece of software (for a uni project not for profit) and I have pretty good knowledge of Java but not Javascript. For this project I wish to create an interface that looks like igoogle.com but not … | |
Would someone have time to look at some classes and an XML to try to tell me why nothing is loading? I have: A simple interface with two combo boxes (that do load) and they are linked to two separate classes. One cb class should load an UILoader class and … | |
Is it possible to set a cb on the GUI and load some XML into it from an external class? | |
Hello, I am cooking up an application that when I first thought of figured would not be difficult. Basically, what I am thinking of is an application that will track the growth of several of my mothers orchids (I know it is kinda of weird, but this is something that … | |
I am having problems retrieving distinct records from a XML record. I am using the following code but seem to have the same image in an entire row. Thanks in Advance! view demo [URL="http://www.buildasearch.com/_B/fotos/fotos.php?start=0&paginas=10&e=kites"]code demo[/URL] [code] <?php $display_number = 15; $tmp .= '<table width="100%" border="1" cellspacing="1" cellpadding="1">'; for ($i = … | |
How easy is it to set a system to read RSS codes from say newspapers and filter them out to appear on my site. What I'm actually looking at is getting book reviews where I would investigate the feed headers - find a book or author and then link the … | |
Hi, I have set up a basic HTTP server, using code similar to that on [url]http://fragments.turtlemeat.com/pythonwebserver.php[/url]. I have created a BaseHTTPRequestHandler, and modified the do_GET function. This server is linked to a FLEX GUI, which requires a crossdomain.xml file in order to get data from another domain. If the server … | |
In thread [url]http://www.daniweb.com/forums/thread157149.html[/url] I was asking for different alternatives for passing a node as a parameter to an XSL stylesheet called from Java using saxon. I set up on using the XdmNode object as a parameter for passing the parameter and here is a code extract: [code=java] // create a … | |
I need help with something that’s infected my computer and I can't remove. I first noticed something was wrong when any internet search engine links are re-directed to other suspicious sites. Additionally, my browser was unable to contact any anti-virus sites, responding with an unable to connect message. My anti-virus … | |
Hi! I have the following code- [code=vb.net] Imports System.Data.OleDb Public Class Form1 Dim x As String = """" Dim cs As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\sbi\mm.xls;Extended Properties=" & x & "Excel 12.0 Xml;HDR=YES" & x & ";" Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim cn … | |
Here is my code what is my problem. I need a window to open up that says ok or cancel. <!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" lang="en" xml:lang = "en" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859- 1" /> <title>Exit Row Requirements</title> </head> <body> <script type="text/javascript"> /* … | |
At the moment I have a normal ajax example that refers to an xml file. This xml file is a conversion of a mysql database file I have. Now I wish to cut out the middle man (xml) and refer straight to the database. Any Ideas on how I would … | |
![]() | Im currently selling web hosting services and i have a template and site is running well untill if found out that my template only works for IE7 and Safari and doesnt work for FireFox or any other browsers. I really need help because im losing customers who visit my site … |
Working with multiple database I was always wondering if there's a way to simply transfer tables structures and data from one database to another. Looking over the internet I found that using a database migration SQL script is often the best way to migrate a database. Then I found SQL … | |
Hello, I would like to clarify one thing about SOAP security. My situation is like this: there is a web service server and some web service clients that I need to bring up using SOAP. This web service will only be used with my own clients and, perhaps some other … | |
I am using Tomcat as a server to work on a servlet that need to access a database and I need to use CachedRowSet, but I cannot seem to connect to the database correctly. Currently I have [code] public class FaqListingServlet extends HttpServlet { private CachedRowSetImpl cachedRowSet; // set up … | |
Hi, Here is my use case - I have a Java app from which I'm calling an XSLT to transform XML into HTML - The XSLT is a file in JAR - The XML is passed as a stream from another application Now, the problem is: - I need to … | |
Hi there, I am wondering if anyone here could tell me where I am going wrong with my XPath query. What I am using is below and is supposed to return me the URL attribute of the last Image element under the AccommodationSegment element. The if statement keeps getting run … | |
I am making a web browser for the Wii and i think all new projects should start with research, anyway to me html looks very familiar to xml and i was wondering if an xml could parse html so i can send the parameters to a function to output all … | |
Hi everyone! I am working on a course project for a software engineering class that generally deals with "Usability of APIs". I have created some metrics that I wish to run a few Java APIs through and see how they measure up. To test out my metrics (for example, on … | |
I'm using Windows Vista Ultimate SP1 x64, and I'm currently using the latest display drivers for my nVidia 8800GTX. Playing games is now impossible. Every game I play causes my monitor to switch itself off for a few seconds, and when it powers back on the game will either continue … | |
Hi there, This is my first post and I have already found this post extremely helpful. It's made a tough situation a lot easier. I bought a brand new PC last week and was online last night. Everything was going fantastically. The PC was running slickly and I was being … | |
Hello all im in a process of designing web site that will present collection of pictures with categories the site is prefect to implement with the idea of dynamic creation/static delivery . somethingi was reading in this article : [URL="http://xml.sys-con.com/node/40744"]http://xml.sys-con.com/node/40744[/URL] but i don't know how to do it technically how … | |
Hello guys I was just wondering what Oracle is : is it a database or a language. | |
Hi there Guys I have a Vista Laptop thats behaving very strange. I am running AV Eset NOD32 full scan with no viruses found. Below is a HJT log witch I was hoping one of you guys thats advance in HJT can have a look at and offer some guidance … | |
Hello everyone, I have a question for the users and developers of XML. How does it relate really to making web pages and web sites. I don't specifically understand exactly how it works in relation to the internet. I know it holds and transports data but how exactly is it … | |
Who do know a solution for the following issue: I need to program in XSL a check for double element is a part of the tree. xpath preceding-sibling does not check enough element of the tree and preceding to much. my tree like as: root | ---------------------------------------------------------------------------- | | | … | |
Hey, some weeks ago, a friend asked me to try out the SYMFONY project framework, been a WINDOWS XP User running the WAMPSERVER 2.0 which has php5.2.5 running, I realize that the Symfony definitive guide PDF book had its focus more on *nix core systems though probably with a few … | |
Hello, I am trying learn how to make a form using css instead of table. But I am having problem with it. If you would kindly copy and paste the following code you will see that the error message underneath the text area is not aligned with the text area. … | |
Hi, I need to do some sorting of the XML file. First, group the group_1 first and then sort those group_1 block by SORT_ID and Salary. Second, group the group_2 and then sort those group_2 block by SORT_ID. I just try the below and it works if the XML only … | |
I saw a little tutorial on placing a RSS feed in my website. I followed the instructions to the T...but still not working. Is there something special I need to do. Here is what I did: I went to Yahoo and picked the news sites I want on my sites...I … | |
Hello, I want to use ajax upload I m using [COLOR="Red"]"commons-fileupload.jar"[/COLOR] for uploading file... and below code is used to call servlet through ajax. Actually I am new in ajax so I can't understand what happens while I use multipart request. My javascript is [CODE]<script language="javascript"> function getXMLObject() //XML OBJECT … | |
Hello people, I am trying to run a simple web application using spring in eclipse. My directory structure is as follows: Java Resources: src A.java DispatchController.java Libraries: Spring.jar,Spring-webmvc.jar,Commons-logging.jar, WebContent: index.jsp view.jsp WEB-INF: web.xml dispatch-servlet.xml Application-context.xml I am using a Tomcat server. When i click on the link on my jsp … | |
Hello everybody, I have an asp.net version 2.0 website running in a college environment that until recently behaved just fine. A couple of days ago, a user contacted me and told me that when she hit the enter key in lieu of clicking a submit button, the site went away … |
The End.