6,049 Topics

Member Avatar for
Member Avatar for rickya100

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 …

0
72
Member Avatar for ariesangel

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 …

0
62
Member Avatar for kim_ray

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 …

Member Avatar for LizR
0
68
Member Avatar for adam291086

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 …

Member Avatar for adam291086
0
166
Member Avatar for complexcodes

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 …

Member Avatar for essential
0
184
Member Avatar for fedderico10

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 …

Member Avatar for Paul.Esson
0
2K
Member Avatar for Bouzy210

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 …

Member Avatar for Bouzy210
0
119
Member Avatar for flosweb

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 …

Member Avatar for ~s.o.s~
0
149
Member Avatar for ksl

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 …

Member Avatar for fpmurphy
0
92
Member Avatar for lg79

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 …

Member Avatar for fpmurphy
0
77
Member Avatar for Softwarez

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> …

Member Avatar for fpmurphy
0
132
Member Avatar for Blood_Guardian

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: …

Member Avatar for comlor
0
199
Member Avatar for harrybern

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 …

Member Avatar for sierrainfo
0
208
Member Avatar for crazydeveloper2

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.

Member Avatar for yaronn01
0
65
Member Avatar for ShahzadMahmood

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 …

0
52
Member Avatar for SerbOz

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 …

Member Avatar for jholland1964
0
335
Member Avatar for Vanq69

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 …

Member Avatar for Drew
0
121
Member Avatar for ceyesuma

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 …

Member Avatar for ceyesuma
0
110
Member Avatar for ceyesuma

Is it possible to set a cb on the GUI and load some XML into it from an external class?

0
54
Member Avatar for jspar090

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 …

Member Avatar for jspar090
0
78
Member Avatar for lonestar23

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 = …

Member Avatar for lonestar23
0
126
Member Avatar for odtaa

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 …

0
142
Member Avatar for sma.arch

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 …

Member Avatar for jlm699
0
142
Member Avatar for michux

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 …

Member Avatar for michux
0
378
Member Avatar for don19582m

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 …

Member Avatar for crunchie
0
483
Member Avatar for tuse

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 …

0
77
Member Avatar for frezz

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"> /* …

Member Avatar for essential
0
132
Member Avatar for OmniX

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 …

Member Avatar for OmniX
0
284
Member Avatar for rulebreaker

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 …

Member Avatar for MidiMagic
0
201
Member Avatar for tom_wilson

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 …

0
44
Member Avatar for kellogs

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 …

Member Avatar for yaronn01
0
117
Member Avatar for jsully1

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 …

Member Avatar for dickersonka
0
100
Member Avatar for michux

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 …

0
407
Member Avatar for rickya100

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 …

0
67
Member Avatar for SteelSlasher

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 …

Member Avatar for Ezzaral
0
230
Member Avatar for Eckythump

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 …

Member Avatar for stultuske
0
91
Member Avatar for Paddy

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 …

Member Avatar for sparkax
0
223
Member Avatar for sebber

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 …

Member Avatar for jholland1964
0
263
Member Avatar for umen

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 …

Member Avatar for cmills83
0
113
Member Avatar for coachHinesfan

Hello guys I was just wondering what Oracle is : is it a database or a language.

Member Avatar for Narue
0
99
Member Avatar for sittas87

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 …

Member Avatar for sittas87
0
178
Member Avatar for coachHinesfan

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 …

Member Avatar for coachHinesfan
0
132
Member Avatar for ODD

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 | ---------------------------------------------------------------------------- | | | …

Member Avatar for fpmurphy
0
82
Member Avatar for hakimkal

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 …

0
86
Member Avatar for ryy705

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. …

Member Avatar for wickedsunny
0
84
Member Avatar for aotonyleung

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 …

Member Avatar for fpmurphy
0
142
Member Avatar for javajoe

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 …

Member Avatar for Steven Wevodau
0
205
Member Avatar for regent_royal

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 …

0
64
Member Avatar for ankie

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 …

0
60
Member Avatar for lewmeyers

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 …

Member Avatar for lewmeyers
0
79

The End.