3,634 Topics

Member Avatar for
Member Avatar for jay_c

I need to build a new XML file and in one of the output nodes, place the complete inbound XML in as a string. How do I do that? How do I copy the root and all its children? To a string?

Member Avatar for fpmurphy
0
78
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
55
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
268
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
77
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
179
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
43
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
287
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
68
Member Avatar for riyas_26
Member Avatar for kameswari
0
248
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
109
Member Avatar for slac3dork
0
68
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
109
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
75
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
139
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
150
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
111
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
41
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
122
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
72
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
133
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
152
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
282
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
206
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
97
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
137
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
83
Member Avatar for Alpdog14

I am very new to XML & XSL but I know there is a way to build blog aggregators. I have a XML document that pulls the blogs in with the URI: [CODE]<?xml version="1.0"?> <!DOCTYPE feeds SYSTEM "feeds.dtd"> <feeds> <feed name="Mary Rose's Blog" provider="Blogabond" spec="rss" version="2.0" uri="http://www.blogabond.com/rss/rss.aspx?UserID=7835"> <keyword name="meow"/> </feed> …

0
228
Member Avatar for vuyiswamb

Good Day all I have an SP that is defined like this [CODE]ALTER PROCEDURE [dbo].[sp_Constraints_Update] @xml ntext, @TTBLType varchar(5) AS set nocount on DECLARE @xmldoc int DECLARE @sql varchar(8000) -- In one long sql string do all of the following --Create an internal representation of the XML document. EXEC sp_xml_preparedocument …

Member Avatar for vuyiswamb
0
558
Member Avatar for OmniX

I would like to know how to display XML in a browser. Also if possible to maniuplate the XML elements. Havent touched based with XML in awhile and still abit rusty. Thanks, Regards X PS: Below is the listed code and below is the wished output. Code : [code] <?xml …

Member Avatar for OmniX
0
2K
Member Avatar for smithsf22

Hello, I am having a problem adding a node properly. It does add but it duplicates the Test node I know why it is doing it (I create the Test node in the root as well as in the dataset) but I don’t know how to prevent it. Any suggestions …

Member Avatar for bcasp
0
150

The End.