3,634 Topics

Member Avatar for
Member Avatar for Ole Raptor

Hello I have been working on this script for a little while. All is working good(get all information into the xml). But I am needing to have the php code add an image to the xml for download. If anybody as any ideas i would greatly appreciate it. I have …

Member Avatar for Ole Raptor
0
95
Member Avatar for sowmyask

I have a c# file from which the data/ value is passed to the xml file . then the xml file is again called along with the updated data. How do I do this?

Member Avatar for ruinedpheonix
0
91
Member Avatar for codeslave

Hi: I was wondering if anyone was using XSLT to show the results of Google Analytics. If so what is the best way to get started. Thank you!

0
59
Member Avatar for SelArom

I have an xml documents that I need to bind using a repeater. This is to be a "preview" of a few rows of data with a "view more" link to see them all. Is it possible to do this using just one xml document? the xml file has about …

Member Avatar for majestic0110
0
336
Member Avatar for nnobakht

Hey guys, i have a XML file that i would like to validate using a XSD i have created. What is the best way to do that? i dont want to use C# (which is what the rest of the program which outputs the XML is wrriten in) is there …

0
75
Member Avatar for dinilkarun

i am getting data from a database using VB and then parsing it onto an XML sheet. I find that i'm not able to put a string with number/space/any special characters as the first character for a node. Is there any way to escape this rule in XML? Please help

0
60
Member Avatar for YerayEnrique

Hi guys! Im writting to you cause for an "unknown reason" i've lost the file association that has to do with XML files on my Windows Vista, im talking about MSN Messenger saves convo's, now it opens them with Notepad which is VERY annoying since it lost the code. Does …

Member Avatar for scru
0
29
Member Avatar for santoo

Hi, I have written a webservice and is working fine when tested usng a client application.Now I want to deploy my webservice on a server other than the development server.How can this be done.what are steps to be followed. thanks.

Member Avatar for ashleycameron
0
131
Member Avatar for Nithya.G

iam having some elements in xmlfile , and i want to fill tat element's values in aspx file's dropdown. how to do. Ex: iam havin <font>Times New Roman</font> in xmlfile. now i should fill "timesNewRoman" in a dropdownlist . how to do.

Member Avatar for Nithya.G
0
72
Member Avatar for micksatana

hi, i'm really a newbie in xslt. i try to add string to a variable using concat (there is some how my xslt processor doesn't know string-join, but that's not the point here =P) this is some part of xml code [code=xml] <node0> <node1> <node1name>xxxx</node1name> <node2> <node3>01</node3> </node2> <node2> <node3>02</node3> …

Member Avatar for micksatana
0
1K
Member Avatar for nnobakht

Hey guys i have a xml file which looks like [CODE] <?xml version="1.0" ?> - <Booking> - <booking> - <required> <VoyageID>navid</VoyageID> <BookingNumber>omid</BookingNumber> <LoadPort>nariman</LoadPort> <DischargePort>mojedeh</DischargePort> </required> - <additional> <sepandar>sepandar</sepandar> <sepand>sepand</sepand> <manoucher>manoucher</manoucher> <nasrin>nasrin</nasrin> <homa>homa</homa> <parviz>parviz</parviz> <farhad>farhad</farhad> <giti>giti</giti> <marzbani>marzbani</marzbani> </additional> </booking> - <booking> - <required> <VoyageID>2</VoyageID> <BookingNumber>141</BookingNumber> <LoadPort>280</LoadPort> <DischargePort>419</DischargePort> </required> - <additional> <sepandar>558</sepandar> …

0
83
Member Avatar for Nithya.G

iam having usernames and user id in an xml file and iam having a .net apllication , when i give the username and password it should check with xml file and it should login if it is a correct user, otherwise it should not login. i need code for this …

Member Avatar for raj416
0
232
Member Avatar for karthikvela

Hi, Am new to scripting. :) Am trying to figure out whether can i use bash scripting to parse an xml file. Parsing is not just pulling out information according to the pattern but its more of a generic parsing. I should identify the xml hierarchy and pull of information. …

Member Avatar for eggi
0
107
Member Avatar for dinilkarun

Hi, I am trying to save a Vb form values to XML, I am able to write to a XML, but i am not able to append more pages. I am using the following code: ' Save the current values. Private Sub SaveValues() Dim xml_document As DOMDocument Dim values_node As …

0
147
Member Avatar for jino

Hi all, I have created an rss xml file and hosted in my website.. I am getting the file when i am opening my site in Internet Explorer, but i am getting this error message when i open the same rss feed in Mozilla firefox.... XML Parsing Error: xml declaration …

Member Avatar for jino
0
378
Member Avatar for musicmancanora4

Hey guys with regards to <xsl:value-of select="Catalog/Product_Type/Name"> how would i put that in a <h1> html tag which is defined in my css file. [code]<h1><xsl:value-of select="Catalog/Product_Type/Name"></h1>[/code] i get errors in xalan when i do that? The results of the value-of select i want it to be in a different font …

0
93
Member Avatar for oleidole85

I'm using GSoap with soap spec 1.1 and connect to a webservice. Everything works fine until I call the weservice to do some work that takes 3 minutes. I get a soap error after 2 minutes and the error is not known. If have GSoap timeout set in the klient …

Member Avatar for oleidole85
0
50
Member Avatar for sam aspin

Hi, can anybody shed any light on what I'm doing wrong here... I'm trying to acheive an XML that looks like the following: [code] <tshirt Name="Stussy NY Posse T-Shirt Yellow"> <variant size="small"> <productID>10</productID> <dimensions length="34" /> </variant> <variant size="medium"> <productID>11</productID> <dimensions length="45" /> </variant> <variant size="large"> <productID>12</productID> <dimensions length="50" /> …

0
70
Member Avatar for santoo

Hi, this is my xml fragment [B]<?xml version="1.0" encoding="ISO-8859-1"?> <Table xmlns="urn:UMS-application" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance/UMS_APP.xsd"> <Row> <APP_ID>skumar</APP_ID> <APP_NAME>1</APP_NAME> <APP_DESC>Sample test application 2</APP_DESC> <ACTIVE>true</ACTIVE> </Row> <Row> <APP_ID>10</APP_ID> <APP_NAME>Test3</APP_NAME> <APP_DESC>sample test</APP_DESC> <ACTIVE>true</ACTIVE> </Row> <Row> <APP_ID>11</APP_ID> <APP_NAME>Test4</APP_NAME> <ACTIVE>true</ACTIVE> </Row> </Table> [/B] this is the xsd schema file for validating the above xml [B]<?xml version="1.0" encoding="utf-8"?> <xs:schema …

0
83
Member Avatar for eranga262154

Hi all, Here is the structure of my XML file. [CODE]<?xml version="1.0"?> <data> <key>468</key> <name>pal</name> <option>10</option> </data>[/CODE] I want to read the option tag value, then increment it by 4 and write it to the same location. So at the end XML file content like this. [CODE]<?xml version="1.0"?> <data> <key>468</key> …

Member Avatar for eranga262154
0
106
Member Avatar for manojkumar2004

Hi all, instead of using the web service(soap calls).... I want to write some c# implementation of the wsdl file... any idea how to proceed ??

Member Avatar for tgreer
0
75
Member Avatar for atplerry

i am currently doing a wap site for a university project and i just wanted to know how to connect my site to my to a database basically SQL server, i understand that this may be a simple problem to solve, i am just unsure as to how i can …

0
88
Member Avatar for hacker9801

Hey all. I'm making an online game. It uses XML maps, and I was wondering... what's the best way to transfer an XML file over a socket? I want my server to send an XML map whenever it's requested, but I dunno how I'd get the xml from the other …

Member Avatar for Salem
0
150
Member Avatar for abz258

I am making an online portfolio/social community. My. Index page is going to be a flash interface, just like this[URL="http://www.airtightinteractive.com/projects/tiltviewer/app/"] link[/URL] but the problem is that I want create a script that overtime a user upload or change their profile image, it generate an xml code so the flash can …

Member Avatar for Fungus1487
0
69
Member Avatar for kanjali

HI, I need to append new tags to the existing xml document. PLease review this code , string txt = TextBox1.Text.ToString(); XmlDocument doc= new XmlDocument(); doc.LoadXml(txt); XmlElement el = doc.CreateElement("property1"); el.SetAttribute("name1", "C1"); el.InnerText = "This row is being appended to the end of the document."; doc.DocumentElement.AppendChild(el); doc.Save(txt); This code will …

0
106
Member Avatar for eee25

Hi, We have to migrate W2K3 64-bit from W2K and it seems SQL Server 2000 (32-bit) XML services is not working on 64-bit OS. The url is something like that: [url]http://64bitserverIIS/APPL/TEMPLATE/userList.xml[/url] The error message is herebelow in IE: %1 is not a valid Win32 application. I could not find the …

Member Avatar for eee25
0
125
Member Avatar for shaikh_mshariq

Hello To Every One I have transformed xml document using servlet now i need to know how can i transform xml document using jstl. I have found this code very often but it doesn't work with a relative or absolute url. I need to pass parameters dynamically. [CODE]<c:import var="xml" url="<%=xmlFile%>" …

Member Avatar for jwenting
0
132
Member Avatar for gops

public class myMutableTreeNode extends DefaultMutableTreeNode { // tree nodes rendered as JTable } public myWin extends Jframe() { // constructor top = new myMutableTreeNode(); jTree1=new JTree(top); .................................. // nodes are added to tree and rendered as jtable // On “save” menu option, I want to save this Jtree1 using XML …

0
55
Member Avatar for mimsc

Hi im new to perl..I normally code java...but the boss got me trying to fix this issue... Anyway,we get a news feed that comes in as an xml file...this feed now requires "basic HTTP authentication"...the old feed didint require this , so there was nothing implemented in the code, ...anyway …

Member Avatar for KevinADC
0
90
Member Avatar for Abhijnan

Hi, Can any one help me out with a code which will take data from a CSV file and form a XML?

Member Avatar for choudhuryshouvi
0
130

The End.