3,634 Topics

Member Avatar for
Member Avatar for kky2k

I am planning to develop a windows application based on XML in C programming..So i need some good reference links regarding which parser to use?and tutorials for those parsers?..also any special preparation is needed in C to achieve this?..Just to mention i am very good in C and a Learner …

Member Avatar for kky2k
0
96
Member Avatar for JulieMHill

Hello! I am a semi-beginner in XML, and I am trying to develop a photo directorate for my company. The only problem is that I have to do everything by hand, so though I have no problem getting data from my XSL to my XML, I have not yet been …

Member Avatar for JulieMHill
0
129
Member Avatar for Dsiembab

I have a xsl file that is saved as whatever.php. the style sheet is called by <?xml-stylesheet type="text/xsl" href="whatever.php"?> I get an error on firefox that it does not have the correct mime type. I save the xsl file under php because I need to use php in the code …

Member Avatar for Dsiembab
0
237
Member Avatar for Cragdo

Hi folks, I been asked to post data from a form to a msg broker system being tested by an external team. I have been told that all I should do is post the data using http request in the following format to a server. [code=javascript] var http =new HttpClient(); …

0
129
Member Avatar for Dsiembab

Hello, I was wondering if someone could point me in the right direction. Is their anyway in php that I can change the outlook of an xsl file and include variables from my php script. I have an xsl file, I changed the file extension to php and it worked …

Member Avatar for Dsiembab
0
114
Member Avatar for marina7

Need Advice :) I create and support sites, using program DreamWeaver and FrontPage. Suggest please: 1. desktop program to create RSS feeds in WYSIWYG mode; 2. program for automatic RSS feeds generation. Thanks all! Have a nice day!

0
41
Member Avatar for ninelg

I have an xml file that looks like this: <messageBody> <customerDetail> <accountId>123</accountId> <custId>ABC</custId> <customer> <custFirstName>Jane</custFirstName> <custLastName>Smith</custLastName> </customer> </customerDetail> <customerDetail> <accountId>246</accountId> <custId>DEF</custId> <customer> <custFirstName>John</custFirstName> <custLastName>Johnson</custLastName> </customer> </customerDetail> <customerDetail> <accountId>357</accountId> <custId>GHI</custId> <customer> <custFirstName>Amy</custFirstName> <custLastName>Gordon</custLastName> </customer> </customerDetail> </messageBody> I need to loop through each customerDetail to get the values of all of it's …

0
54
Member Avatar for Shruthi_R

[COLOR=#0000ff] [/COLOR] I have a XML file in the format below i need tp parse them and retrieve values from them and store it in database can anyone give an idea abt how to start the application is the system.xml namespace is enough to accomplish my task or i need …

Member Avatar for FunkeyMonkey
0
81
Member Avatar for steven_rhutz

Hi all, I'm having some trouble getting my php code to work properly. I'm submitting three different variables from a vxml form to my php. I then need the php to deposit the variables into files and update a mysql database accordingly, but it's not quite doing what I want …

Member Avatar for DanceInstructor
0
197
Member Avatar for sandy_b76

Hi, I need to Pass XML File as Parameter to SP and read it and store the tag value in variables. Any example for the same is preferred. Thanks

-1
90
Member Avatar for iamthwee

Hullo. I need some help with this one. Ok, I want to create an xml file of all my mp3 files on my home pc.:S I am using the code as follows:- [code=vb] Public Class Form1 Dim myWriter As New System.Xml.XmlTextWriter myWriter = New System.Xml.XmlTextWriter("C:\music_stuff.xml", Nothing) With myWriter .Indentation = …

Member Avatar for iamthwee
0
267
Member Avatar for shanenin

I feel like kind of dumb. I have been reading python docs all day, and feel like I have not absorbed anything. I would like to parse info out of an xml document. here is a url to a sample doc [url]http://freetalklive.com/netcast.xml[/url] lets say I want to parse out the …

Member Avatar for vegaseat
0
176
Member Avatar for Phaelax

Which would be the preferred, or more efficient, way to read in a 40mb XML file? I remember reading (awhile ago) there were different methods of parsing XML, some more efficient than others depending on the need. The entire file would eventually need to be loading into an array, so …

Member Avatar for jwenting
0
94
Member Avatar for Catssuck

I am trying to access an ftp server and read an XML file that I can then parse and write certain information to a database. I attempted to read the XML using Magpie but get an (HTTP Error: Invalid protocol "ftp") error when I attempt to connect to the server. …

Member Avatar for Catssuck
0
295
Member Avatar for Chris147

Hi All, I'm completely new to XML & SOAP so please bear with me if I sound stupid. I regularly write code in VBA and VB6 and have been asked to create a function that will link to a webservice (that requires a Username and Password) via SOAP and extract …

0
51
Member Avatar for shriyash134

Hi.. I have parsed a XML file with the DOM parser. I need assistance in reading the parsed content ...and then preform actions in my java program accrodingly.. Now what i have to do is print some text depending on the value that is ther in the xml element. for …

Member Avatar for jwenting
0
105
Member Avatar for rahulrv

Hi, I have an xml which looks like this: <Events> <Event xmlns="[URL]http://abc.com[/URL]"> <System> <Name ="abc" /> </System> <Manager> <Name ="abc1" /> </System> </Event> </Events> I use the following code to obtain the System node and it fails XmlDocument document = new XmlDocument(); document.Load("c:\\results.xml"); XmlNodeList tmp1 = document.GetElementsByTagName("Event"); foreach (XmlNode k …

0
58
Member Avatar for caryraleigh

I needed some advice/help in creating the XML data file from Word. I want to let the Question Specs writer(who don't know XML) to use the Word for them to create the Question Specs. Here is what I want my XML file to be like with the details that I …

Member Avatar for iamthwee
0
82
Member Avatar for remy nation

I'm not sure who I can ask here it is....as I was getting ready to upload the website I so painstakingly build for a week through Dreamweaver...I was getting an ftp error so I decided to try a different ftp client, naturally I removed it from Manage Sites...but amidst I …

0
30
Member Avatar for remy nation

So here it is....as I was getting ready to upload the website I so painstakingly build for a week through Dreamweaver...I was getting an ftp error so I decided to try a different ftp client, naturally I removed it from Manage Sites...but amidst I have also click on importing the …

0
67
Member Avatar for Shruthi_R

this is one feed - <category name="Television" timeGenerated="2007-05-28T23:21:13" > - <event name="Channel1" eventid="573512.20" date="20090701" time="1000" meeting="" > - <televisiontype name=" Outright" inrunning="0"> <TV name="Videocon" id="16007131.20" price="$222" /> <TV name="Philips" id="16007132.20" price="$322" /> <TV name="Western" id="16007133.20" price="$121" /> </televisiontype> </event> </category> this is another XML feed <?xml version="1.0" encoding="UTF-8" ?><!DOCTYPE abcd …

0
55
Member Avatar for Shruthi_R

hi i am developing a web application where i have to read multiple XML feeds amd store their values to database but i require the same type of fields from multiple XML feeds like for example i would require fields 1.username 2.location 3.subject. etc... all the feeds have these values …

0
66
Member Avatar for stoffal

Hi! I would like to use a webservice which offers to layout a graph structure automatically. Regarding the WSDL description it looks pretty simple: [url]http://cmap.ihmc.us/xml/LayoutWebService.html[/url] You input the graph data, and you recieve back graph data including the optimal x/y coordinates. Please note that this webservice requires the data in …

Member Avatar for jwenting
0
93
Member Avatar for sujitdebnath

Hi, My self Sujit.I m working in Delhi NIC as a Software trainee.I m a newer in jsp and now i am working in a prject.In my project i have used ireport1.3.0.I already built the report with oracle jdbc driver and it is working.But i don't know how to use …

Member Avatar for jwenting
0
58
Member Avatar for asaretitilope

please i want to learn how to program in XML and interface with C++ programming language please i need a road map, related resources and where i can get them both free and paid for...

Member Avatar for GreenDay2001
0
103
Member Avatar for Kokliushas

I have to take information from other website. For example from [url]http://www.wordreference.com/enit/hello[/url] I have to get the source and parse the meaning of the word "hello" in English. Any ideas?

Member Avatar for jwenting
0
65
Member Avatar for tgreer

I'm struggling with XSLT. I need to copy an entire xml file to a new xml file. The input and output should be identical except for the addition of some extra tags around certain elements. Consider the two versions: [code="xml"] <?xml version="1.0"?> <document> <header> <general> <version>1.14.2</version> <form>/XX/ATL_ZI_D007_PURCHASE</form> <language>EN</language> <device>PRINTER</device> </general> …

Member Avatar for jwenting
0
173
Member Avatar for MaestroS

Well, I were trying to make code that gets a XML element from the file and replaces with new data. Here is my code. Parsing command: function ExecuteCMD($forplayer, $what, $to) { $player_dir = 'D:\\Programy\\Open Tibia Server Project\\DeadTouch Binary\\data\\players\'; $SetPlayer = file_get_contents($player_dir . "\\" . $forplayer . ".xml"); $SetPlayer = str_replace($what, …

Member Avatar for dr4g
0
761
Member Avatar for Shruthi_R

i have an XML in the format below i need to load them to treeview as it is with all the node and attribute name and values. can anyone help me with any coding example on how to do this if i use the xmldatasource ,only the node name is …

0
65
Member Avatar for joeandersen

I can compare two XML files by using differencing tool ExamXML from [url]http://www.a7soft.com[/url]. I need to compare two folders that contain XML files in Perl script. Thanks.

Member Avatar for KevinADC
0
50

The End.