6,049 Topics

Member Avatar for
Member Avatar for guiman

I have an xml file that looks like this for example: <money> <bank id="1"> <name>Checking Account</name> <description>John Doe account</description> </bank> <bank id="2"> <name>Savings Account</name> <description>Bob Smith account</description> </bank> <bank > ..... </bank> </money> I need to parse through, and get the attribute value of <bank>, and the node value of …

0
57
Member Avatar for Mapper99

I have a very simple script that basically searches an xml file for a node based on the id of another node. I then update the node I found with a new value. For some reason my code is not performing the update. It is actually creating another node within …

Member Avatar for Mapper99
0
272
Member Avatar for S2009

Hi all I am very new to ASP.NET and I am still learning the basics and how to use various controls. I have used the adRotator control and also created the XML File using the coding mentioned below, but when executed in the browser it is showing error message(Which I …

Member Avatar for S2009
0
179
Member Avatar for Parks

I recently got a virus or something nasty in my computer. My computer is running very slow and when i open windows it directs me to different pages. Also, I am unable to start my computer at times, it just shows a black screen. Please help!! Here is my log. …

Member Avatar for crunchie
0
170
Member Avatar for gameguysz

ya i have this site i am working on and at first it was working fine, im not sure what i did but now it says i registered but when i login i get the error saying invalid username. So i went and looked at PhpMyAdmin and it did not …

Member Avatar for SKANK!!!!!
0
249
Member Avatar for guiman

I am looking for some advice. I am trying to parse an XML file and then display data from it onto a table in a GUI, using Visual Studio. This will be done in C#. Does anyone have some advice on what is the best way to proceed with that? …

Member Avatar for sknake
0
80
Member Avatar for Mapper99

Hi there, I am trying to update a node in an XML file using PHP. Here is the XML: [code=xml]<users> <user> <id>1</id> <firstname>Bob</firstname> <lastname>Marley</lastname> </user> <user> <id>2</id> <firstname>Bruce</firstname> <lastname>Springsteen</lastname> </user> </users>[/code] How can I go about searching the XML file for all tags where "id=2" and setting the firstname and …

Member Avatar for Mapper99
0
180
Member Avatar for zela

I have created a program using vb.net which use xml database. On the output form I need to display the text as formatted like bold letter, italics, etc. Can it be done. My .xml file is as below : <?xml version="1.0" encoding="utf-16"?> <List> <File Thumal="jukebox" zia="jukebox&#xD;&#xA;Thingremi" /> <File Thumal="sekibuhchhuak" zia="sekibuhchhuak&#xD;&#xA;thil …

0
45
Member Avatar for hardikpatel

i want to create the xml file and add insert and delete the node , caN YOU SUGGES ME TO THE CODE OR LINK TO HELP ME ,

Member Avatar for kvprajapati
0
289
Member Avatar for sandipan.rcciit

hello, i want to create a program to fetch the xml files data to mysql database. here is my code [CODE] <?php include 'mysql-connect.php'; $m=1; $n=".xml"; while($m<6) { $str=$m.$n; $doc = new DOMDocument(); $doc->load( $str ); $params = $doc->getElementsByTagName('BookData'); // Find BookData $k=0; foreach ($params as $param) //go to each …

0
85
Member Avatar for deten

Had a terrible virus, couldnt even boot up for a while. After hard work I got it cleaned out ( a combo meal of McAfee and Search and Destroy and ccleaner ) So thats good news. However, I am stuck on one thing: my desktop was changed to state essentially …

Member Avatar for jholland1964
0
142
Member Avatar for DevC++4.9.9.2

Hola, Im an experienced coder, however new to java/actionscript 3 I am trying to make a very simple login and I am running into problems. They seem to be with my for loop with the .Length() function in particular... [code] stop(); loginError.visible = false; var loginXml:XML; var loader:URLLoader = new …

Member Avatar for DevC++4.9.9.2
0
130
Member Avatar for Djavid

Hello friends, Im very new in this and hope to get some help. We have a service written in 'C' using SOAP. This service provides webdevelopers of our customers to transact some data. The problem is that this is not secure. everyone that knows the ip address and the port …

Member Avatar for pritaeas
0
70
Member Avatar for ROY.BLOOM

Hi all I crated a Report in SQL Server Reporting Services. The Report uses 1 parameter. When I exe the Report in my IE it asks me for the parameter and then run fine. When I use Subscriptions' I can put there my email. And sent it to me. (Work …

Member Avatar for ROY.BLOOM
0
523
Member Avatar for CNSKnight

While I am a veteran OOP programmer, I am stumped on aspects of the scope of javascript objects. What follows is a self-contained custom javascript class who's function is to manage a suite of containers as accordion sliders. I got it to work but must-be I'm not sure why it …

Member Avatar for CNSKnight
0
224
Member Avatar for Sib

I have a code that is reading the contents of a xml tag and storing in a variable, e.g. batchVal = TAN,BMC,MIZ I want to replace the , by ',' so that final output looks like batchVal = TAN','BMC','MIZ Please note that the (') at the start and end has …

Member Avatar for GeekByChoiCe
0
34
Member Avatar for riyas_26
Member Avatar for kameswari
0
309
Member Avatar for etm9413

Hi, this is really a beginner question: when I start debuging an ASP.net projet in VS, IE opens up to display the Default.aspx webpage and the following URL is in the adress bar: [url]http://localhost:52480/Default.aspx[/url]. My page including C# codebehind controllers works fine. If I stop debbuging and I try to …

Member Avatar for Ramesh S
0
365
Member Avatar for TobbeK

I need to serialize items populated in a listview. Can anyone provide me with some simple example how to do that. No matter if it is binary or XML.

Member Avatar for sknake
0
217
Member Avatar for Zacharyah

Some sort of malware is causing all my search engines to redirect me. Whenever I click on a link in a search engine, it opens a new tab and redirects me to one of a long list of search engines like couponmountain, buyerzone, bestwebchoices, pronto, etc. I've run a few …

Member Avatar for Rik_
0
339
Member Avatar for neodagzph

Lets say i wanted to add a node [B]copyVar[/B] on the desired output then get the value of [B]ID[/B] from the target XML how can i do that in XSLT? Thanks for the help target XML: [CODE]<?xml version="1.0" encoding="UTF-8" standalone="no"?> <customer_account_create> <Customer> <Name>Bam</Name> <ID>1</ID> <Lastname>Test01</Lastname> <addr>Alabang</addr> </Customer> </customer_account_create>[/CODE] desired output …

Member Avatar for xml_looser
0
110
Member Avatar for gurupatil8

HI sir.. plz help me to solve this problem. i write this code in jsp.. m getting image from database but the other HTML and JSP code i.e buttens and some output messages Thanks in adv... [code=jsp]<?xml version="1.0" encoding="UTF-8" ?> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> <%@ page language="java" …

0
58
Member Avatar for TolucaDiablo

Hello Everyone, I'm new to flash and actionscript 3. I just purchased a flash file that is driven by as3. I don't know how to embed it to my webstore's main page. Any help would be greatly appreciated. Here is the description of the files I received with my purchase: …

Member Avatar for rajarajan2017
-1
247
Member Avatar for q8_dreamy

Hi I created web application using visual studio and I want to link it to html page using front page when I run the HTML page I got the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and …

Member Avatar for kameswari
-1
89
Member Avatar for slac3dork
0
70
Member Avatar for jonow

Hi, first of all i am not sure if this is the correct place to post this question. I am trying to get the information from a certain div on a website and dynamically display it on mine. Also when the content of the div is updated it will update …

Member Avatar for jonow
0
111
Member Avatar for juzt182

I am Trying to use the accesschek method for authentication in the azman but i always get this error message "Value does not fall within the expected range." Here is my code Anyone can help me? I am running this application in windows xp AzAuthorizationStore store = new AzAuthorizationStoreClass(); store.Initialize(0, …

Member Avatar for post2ankit
0
191
Member Avatar for q8_dreamy

Hi I created web application using visual studio and I want to link it to html page using front page when I run the HTML page I got the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and …

0
79
Member Avatar for penguin22

Hi i can not seem to find out how to put the output of mxmlc file into an output this is wat i have [code=python] os.system("mxmlc.exe swick.swc -output location/swiff.swf")[/code]

Member Avatar for JasonHippy
0
142
Member Avatar for etm9413

Hi, I am new to this Forum and I hope my question is not out of scope. The following 4 lines of C# code allow me output specific fields from my XML to an HTML file (result.html). The code works fine when I have an XML file (sample1.xml) and an …

Member Avatar for etm9413
0
152
Member Avatar for shobhitzone

Hi All i m reading Xml file attchment in email using pop3. but i m getting extra char in xml after xml read. [code=xml]<FinalDraft DocumentType=3D=22Script=22 Template=3D=22No=22 Version=3D=221=22> <Content> <Paragraph Type=3D=22Shot=22> <Text>=E2=80=9Clighting is everything=E2=80=9D</T= ext> </Paragraph> </Content> </FinalDraft >[/code] like -- =22 and 3D <T=ext> pls help me and give me …

Member Avatar for shobhitzone
0
113
Member Avatar for jerzyo

Hi I've recently set up a bunch of SOAP services in Python using Soaplib. Now I would like to generate a simple web-browser interface. I ma sure that there are tools for generating HTML pages and forms from wsdl file. I found some solution, but they cost a lot and …

0
42
Member Avatar for flebber

HI I would appreciate some assistance if possible. I am embarking on setting up a database for sports data and results( at home project). Wanting to know which application would be most suitable. Data would consist of 60% text(venues dates etc) 40% data(times scores resuts etc). Most of the data …

Member Avatar for flebber
0
118
Member Avatar for solano

Hi! I have som auto generated (from xsd file, xsd.exe is used) Partial classes. On of the properties is an arry, her is the code: [Code] Partial Public Class Betaleregrp4900 Private oversiktOverBetaleregrp4899Field() As OversiktOverBetaleregrp4899 Private betalingTotaldatadef21821Field As BetalingTotaldatadef21821 Private betalerAntalldatadef21822Field As BetalerAntalldatadef21822 Private gruppeidField As String Public Sub New() MyBase.New …

Member Avatar for Teme64
0
145
Member Avatar for beanryu

Hi professionals, I have a problem and it is the following: Say I have 2 HTML pages. In page A, I want to display part of page B.(content between a div tag pair with ID in B) Now I was able to use the XMLHttpRequest object to get the complete …

Member Avatar for essential
0
128
Member Avatar for zanst

Hello all, I'm beginning in Python and I need to input some information in a declared variable, like this: [code]XML = """<?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Header> <Authentication xmlns="http://xxx"> <Account>xxx</Account> <Password>xxx</Password> <Guid>xxx</Guid> </Authentication> </soap12:Header> <soap12:Body> <SendMessage xmlns="http://xxx"> <message> <From>xxx</From> <MessageBody>xxx</MessageBody> <MessageDate>xxx</MessageDate> <Subject>xxx</Subject> <Devices> <DeviceMessageVO> <Phone>[B]I need to input …

Member Avatar for zanst
0
175
Member Avatar for yash777

Hello all, Do anyone have any idea of what this Exception in occuring when i try to remove the elements in XML using XmlNodeList. It occurs in following section : [ICODE]XmlNodeList nodeLst = xmlDoc.GetElementsByTagName("FileName"); foreach (XmlNode node [B]in[/B] nodeLst) { //code }[/ICODE] pl help ???

Member Avatar for pritaeas
0
74
Member Avatar for carpiediem

I'm trying to use a local HTML file as a SOAP client. I'm new to this, but I believe that leaves JavaScript or a normal POST form as options. I've gotten some responses from simple web services using [URL="http://www.ibm.com/developerworks/webservices/library/ws-wsajax/"]some code from IBM[/URL], but I keep getting errors when trying to …

0
137
Member Avatar for amac4291

Hi guys, Pretty new to all this. Not really my field of expertise but i am trying to download data from a website in XML using SOAP. I know the msg that i need to send to request the data but not sure how or where to send this from. …

Member Avatar for carpiediem
0
157
Member Avatar for madihalonly

hi i m just start my final project and i made web portal which is just like yahoo and i dont know abt web services and how implement it in c# and asp.net

Member Avatar for Amigirl824
0
332
Member Avatar for SonxQ7

Hi, am using MyEclipse. The tutorial is on Hibernate & Spring ... [code] Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:94) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:109) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.<init>(AbstractAutowireCapableBeanFactory.java:118) at org.springframework.beans.factory.support.DefaultListableBeanFactory.<init>(DefaultListableBeanFactory.java:87) at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:72) at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:61) at com.myeclipse.hibernatespring.BusinessLogic.main(BusinessLogic.java:23) [/code] I do have the commons-loggin.jar added to the Java Build Path ... My class ... [code] …

Member Avatar for gautam.tandon
0
130
Member Avatar for rahul8590

i have created a simple form (well with the help of a book ). i am able to process the data and display it . But i am[B]not able to send the same message to my mail ID[/B]. i am using WAMP server. i am running the script from my …

Member Avatar for pritaeas
0
96
Member Avatar for yash777

Hello all, Do anyone have any idea of what this Exception in occuring when i try to remove the elements in XML using XmlNodeList. It occurs in following section : [ICODE]XmlNodeList nodeLst = xmlDoc.GetElementsByTagName("FileName"); foreach (XmlNode node [B]in[/B] nodeLst) { //code }[/ICODE] Pl help ???

Member Avatar for yash777
0
314
Member Avatar for mcathymatthew

hi everyone!! I am a final year student doing software engineering.. I need help on my final year project. I am interested in music. i have an idea but i am not sure it can be finished in 7 months time or not. my plan is a sheet music reader. …

Member Avatar for peter_budo
0
208
Member Avatar for toXXXic

Hi Guys, I am trying to create an RSS in PHP. I have the following code which should work but I get an error saying FEED ERROR when I run the code. The code does run and display an XML file if I remove <rss version="2.0"> , I really don't …

Member Avatar for pritaeas
0
100
Member Avatar for sonia sardana

I want to lock the folder.I have found the code,but its not helpful [url]http://www.codeproject.com/KB/files/Unique_Folder_Protection.aspx[/url] Suppose mine foldername is sonia ,In the codeProject code,he is renaming the folder to sonia.{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0} & password is set & that password is written to xml file in the folder sonia only...next time when we double …

Member Avatar for kvprajapati
0
93
Member Avatar for knowledgelover

hi there, how can I change string to xml and vise verse in java, in addition how can I add values to xml according to element name , I can imagine something like "setValue(elementName, the value) ; as we are using in java, any suggestions any help , please! thanks …

Member Avatar for knowledgelover
0
139
Member Avatar for bakshi123

Hi , I am developing a web page . For this i am using Javascript embedded in html. In the application ,the user can input data via interfaces in the page which is chosen and read from a master xml file , the chosen data then needs to be stored …

Member Avatar for Airshow
0
545
Member Avatar for toXXXic

Hi, I am trying to load an Rss link and add the data into an array. Here is what I am trying: [ICODE]<?php $doc = new DOMDocument(); $doc2 = new DOMDocument(); $bbcLink='http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/world/rss.xml'; $cnnLink='http://rss.cnn.com/rss/edition.rss'; $reutersLink='http://feeds.reuters.com/reuters/scienceNews'; $doc->load($bbcLink); $arrFeeds = array(); foreach ($doc2->getElementsByTagName('item') as $node) { $itemRSS = array ( '<p class="style1">' => …

Member Avatar for ShawnCplus
0
233
Member Avatar for Stefano Mtangoo

Iam finishing my little database based small project and I need to save current status for next time(The save option :) ) The stuff I want to save is just list of tuples and I have to save: 1. The List of tuple 2. The index of the last element …

Member Avatar for Stefano Mtangoo
0
87

The End.