3,634 Topics

Member Avatar for
Member Avatar for TwilightKitsune

[I][COLOR=Navy]Hi, I'm new this forum and I don't know if this is in the right place. If it isn't, I apologize. Anyway, for my Senior project I'm creating a toolbar for Firefox. I was wondering if there was a way for me to create an external javascript file to put …

Member Avatar for TwilightKitsune
0
84
Member Avatar for pamararaj

HI All, Iam invoking a registered SOAP Service with URI 'uri:StartServer' and a method startaService(). I have a SOAP client myClient() which calls the method startaService() in the SOAP class StartServer (registered as uri:StartServer). But my method calls some CORBA functionalities insite the method. SO I need to pass some …

0
65
Member Avatar for Phaelax

How can I use this in Java? I don't need to run a server, just call some functions from an existing one. I haven't found much "useful" documentation on this.

Member Avatar for Phaelax
0
89
Member Avatar for Seba Sama

i really need to get some data out from a xml and upload it into SQL. i found something about but i miss some things. [code]Dim xDoc As MSXML.DOMDocument Set xDoc = New MSXML.DOMDocument xmlDoc.Load("f:\data\customer01.xml") [/code] i don't know what reference to include, i get "user-defined type not defined" error. …

Member Avatar for sendoshin
0
218
Member Avatar for timhysniu

Hello there, We are using XSL transformations using XML for one of our sites. Anyway the idea is to show everything styled just like a regular html. I have a problem though. I have a node that looks like this. When I display it it will show on browser as …

0
68
Member Avatar for pentasoft4u

Hi, Can u guid me , how to connect the java with xml and I need to get the Data's from any database. Through a common xml file i need to fetch the data and an view through xml.. Can u help me how to do it using java. Regards, …

Member Avatar for jwenting
0
125
Member Avatar for hbmarar

Hi , Good Morning! Doubt : How to add a hyperlink in xml file. System: Need to plot points on a map.This points x,y coridinates a link is the information contained in the <node> tag.I use php to write this xml file by taking information from the database at each …

Member Avatar for hbmarar
0
142
Member Avatar for beatle555

Are U A Jaxian? My Latest Project Deals With Ajax And Soa Concepts And Just Wondered How Many Dw Members Are Using Ajax.

0
85
Member Avatar for thiyagu_mca2006

Hai! Im Thiyagu, Im being assinged with Project that Comprises the Technology with XML & SOAP. But unlucky I dont Know anything about XML & SOAP. so plz..... send me easy understandable eBooks or Tutorial with Examples to Learn. I will be so usefull for my Project. Plz..... I requesting …

Member Avatar for beatle555
0
172
Member Avatar for Mayuraprabhu

Hi Friends, I am New to This Forum,i need an help i am write a programe to compare the contents in the word file and an xml file,please do let me know. thanks mayur

Member Avatar for chmonalisa
0
98
Member Avatar for plazmo

Ok, so im having data written to an xml file. This xml is regularly written to, so a decent amount of traffic on it. But rarely ever gets viewed. Right now i read the xml file in with XmlDocument..Load() Then modify it. and overwrite using XmlDocument..Save(); Gets the job done …

Member Avatar for chmonalisa
0
79
Member Avatar for abhijith

Hi All, Why am getting this error " DOMDocument::loadXML() [function.DOMDocument-loadXML]: Extra content at the end of the document in Entity " :!: Please advise me . It is killing me a lot so plz reply :(

Member Avatar for saroberts
0
232
Member Avatar for mikan060737760

hi ya i have studied on many website but they did not tell exactly what to do to get xml file into xslt or just only put these codes <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" > <!-- The bulk of the XSLT document goes here --> </xsl:stylesheet> is that enough?> i …

0
49
Member Avatar for AlexAl

Hello there!! The problem we got is as follows: we're trying to send sms and mms to movile phones through soap messages. If we set the encoding of the whole XML to ISO-8859-1 (so as to accept some spanish characters), the attachments come out bad (with the special characters encoded …

0
66
Member Avatar for alwaysvaghu

Hello friends.... I have configure my apache soap..... It is saying that after configuration if i go on "[B]http://localhost:8080/soap/servlet/rpcrouter" [/B]it will give following message...... [B]"Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me." [/B] But in my case it is [B]throwing exception[/B] …

Member Avatar for jwenting
0
189
Member Avatar for AndrewSmith

hey. I'm trying to get a grasp on XML for use with AJAX. here is my code. what i want to do is grab the stuff between the 'content' tags, and display it. then i want to take the stuff between the 'script' tags, and eval it (so it will …

Member Avatar for Sailor_Jerry
0
100
Member Avatar for pillow

I have installed apache 2.2.3 and PHP 5.1.5 on Win XP (IIS is also set up on different port) I have try the sample code from php.net; however, it keeps giving me error on opening the file please help. [php]<?php $file = "data.xml"; $depth = array(); function startElement($parser, $name, $attrs) …

Member Avatar for pillow
0
160
Member Avatar for ShipraSingh

[B] I have downloaded the soap-2_3 directory and installed the soap.jar and soap.war in \soap-2_3\lib and \soap-2_2\webapps\ respectively. I have also installed xerces.jar,mail.jar and activation.jar in tomcat. But when I type the URL [URL]http://localhost:8080/soap/[/URL] I see the directory soap.jar. But when I type [URL]http://localhost:8080/soap/servlet/rpcrouter[/URL] in the browser I get the …

0
70
Member Avatar for Mushy-pea

Hello everyone. If I save an XML document in ANSI format, should I identify it's character set as ISO-8859 in the DTD? Thanks. Steven.

0
80
Member Avatar for bleb1982

Below is a working program that goes through the xml document and outputs all of the data to an output file. That part is fine, but what I need help with is that the tagname Comments: in the xml document will have the word Patch* in it. I need to …

0
93
Member Avatar for cpopham

I am building a website. I have a database table that contains tips. The tips table is simple, it contains an ID column and a Tip column. I have a datareader to read the table and fill a datatable, however, I would rather have the datareader create a cached xml …

Member Avatar for Lord Soth
0
201
Member Avatar for acezrwild817

I am currently serializing objects from my C# code to XML files. Somehow I need to also encrypte the XML file. What is the best method available that would allow me to do both the serialization and encryption?

Member Avatar for Lord Soth
0
100
Member Avatar for kohkohkoh

hi i am wayne, i would like to ask, hows the coding look like if i want to get the value from the xml Attribute the one marked in red? i know how to get the value from the child, but...what if from the Attribute? [code] [COLOR=red]<person sex="[B]female[/B]" status="Single">[/COLOR] [COLOR=#0000ff]<[/COLOR][COLOR=#990000]firstname[/COLOR][COLOR=#0000ff]>[/COLOR][B]Anna[/B][COLOR=#0000ff]</[/COLOR][COLOR=#990000]firstname[/COLOR][COLOR=#0000ff]>[/COLOR] …

0
99
Member Avatar for Phoenix777

Hi I am new at using XML and XSL... and am breaking my head and the keyboard because of a simple problem... My XMl file is <?xml version="1.0" standalone="yes"?> <CardTransacts> <CardTransactions> <card_transaction_id>123</card_transaction_id> <description_of_charge>abc</description_of_charge> <process_date>2003-09-06T00:00:00.0000000+05:30</process_date> <bill_amount>111</bill_amount> <passenger_name>aa</passenger_name> </CardTransactions> ... ... </CardTransacts> My xsl file is <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="[URL="http://www.w3.org/1999/XSL/Transform"]http://www.w3.org/1999/XSL/Transform[/URL]"> …

Member Avatar for az195
0
148
Member Avatar for msvinaykumar

Hi, Please explain me how XML is useful . Please give me any Case study example. Vinay

Member Avatar for KevinADC
0
144
Member Avatar for srired

hi, im kindof new to these things.iv just learnt a little python and am looking to learning something about parsing XML from APIs etc. could anyone give me a few pointers. also any advice as to what should i learn from now on would be very much appreciated(could you please …

Member Avatar for bumsfeld
0
89
Member Avatar for MattEvans

Either I'm doing something very wrong, or the XMLDocument component is a terribly written component. I keep getting Access violation at #ADDRESS Read Of #ADDRESS errors, no explanation just a peek at the CPU showing the error occurs all of the place depending on which test I'm doing. Basically, all …

Member Avatar for Lord Soth
0
522
Member Avatar for mikeandike22

ok so i built a simple playlist type thing where the user can click a link and then the player will play that song. Now i would like for the page to get info from an xml file and then display a short description. here is my php: [PHP]<?php //select …

Member Avatar for mikeandike22
0
155
Member Avatar for balagod

Hai, I got xml parser to read xml file the output is like multi dimensional array ,i want to search particular id and get that matched id details from that array if the element have child to read child array also I give one example here <map> <page id="home" name="Home" …

0
99
Member Avatar for MikeLI

[COLOR=black]Hi All, I have a function. It creates an XML element with namespace "pre":[/COLOR] [COLOR=#101010] [/COLOR][COLOR=blue][code] [COLOR=blue]Function[/COLOR][COLOR=#101010] newElement([/COLOR][COLOR=blue]ByVal[/COLOR][COLOR=#101010] doc [/COLOR][COLOR=blue]As[/COLOR][COLOR=#101010] XmlDocument, _[/COLOR] [COLOR=blue] ByVal [/COLOR][COLOR=blue]Name [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010], _[/COLOR] [COLOR=blue] Optional ByVal[/COLOR][COLOR=#101010] text [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010] = [/COLOR][COLOR=blue]Nothing[/COLOR][COLOR=#101010], _[/COLOR] [COLOR=blue] Optional ByVal[/COLOR][COLOR=#101010] pre [/COLOR][COLOR=blue]As String[/COLOR][COLOR=#101010] = [/COLOR][COLOR=blue]Nothing[/COLOR][COLOR=#101010]) [/COLOR][COLOR=blue]As[/COLOR][COLOR=#101010] XmlElement[/COLOR] [COLOR=blue] Dim[/COLOR][COLOR=#101010] xmlEl …

Member Avatar for yong9900
0
94

The End.