3,634 Topics

Member Avatar for
Member Avatar for rairai979

Hi All, I have just converted a few projects (Web Application, Web Service) to .Net 2005. The web application calls the web service using javascript from the client side. I am getting Error 401 - Unauthorized Access. I understand how to get around this error on the server side (i.e. …

Member Avatar for ratri
0
95
Member Avatar for hmponline

Hello, I am using ServerXMLHTTP object to get the source code of any page. wht's hapenning I am requesting a URL Data through above object's method... The URL which i used that redirected to other URL and also retrieving data from that URL. I want that redirected URL name. Is …

Member Avatar for ratri
0
68
Member Avatar for kye

I am sending a query result (query in CF8; data in MS SQL Server 2005) to an XML output (using the <cfxml variable="outputname"> and <cfcontent type="text/xml"><cfoutput>#toString(outputname)#</cfoutput> tags), using CF8. When the output (in SQL Server as nvarchar) contains special characters like "-40° to 70°C" the ° symbol causes the error; …

Member Avatar for kye
0
193
Member Avatar for ollirei

Hi, I use following example XML file and want to extract child nodes by given 'paths'. <?xml version="1.0" encoding="UTF-8"?> <Element> <Title ElementID="SL17681">title</Title> <Element> <Title ElementID="SL17682">title 2</Title> <Para id="target022"> Der <Comment id="SL17882"> <User> Test1 </User> </Comment> Anwender <Comment id="SL17868"> <User> Test2 </User> </Comment> muss <Comment id="WRONG023"> <User> Test3 </User> </Comment> sehr …

0
64
Member Avatar for jkozersky

Hi, I was wondering if anyone can think of a way for me to exclude leaf nodes from my output using x-path? The trick here is this must be dynamic as leaf nodes can occur in the 2nd and 3rd level of a treeview in ASP. I have found several …

0
65
Member Avatar for einfoway

Any idea how to secure IBM WAS/ apache/tomcat any fast tutorial? I need to help one of my friends to secure his apache and WAS any help would be appreciated.

0
73
Member Avatar for karthiknv

Hi, I have a problem. I need to read some data from a text file and need to put it into XML file using VB6. I have the follwoing input from the text file: Suite id="ADD" description="Add Validation Suite" TestCase id="ATC_V_Add001" and so on.......... and I want the following format …

Member Avatar for karthiknv
0
211
Member Avatar for Mr.Wobbles

I am getting information from a database and reading it into an xml file - I've tested the SQL and it works just fine on the database I am using - but it won't return anything once I've got it and am trying to use it. Here is my code: …

Member Avatar for sierrainfo
0
96
Member Avatar for CoolGamer48

Hey, I'm attempting to write an XML parser in C++, and I have some questions on some XML syntax. First: what is the rule for what goes between the end of the last attribute and the end of a tag? E.g.: is this ok:[ICODE]<tag attribute="value" >[/ICODE]? is this ok:[ICODE]<tag attribute="value">[/ICODE]? …

Member Avatar for Narue
0
158
Member Avatar for mstarmatt

So far i have managed to butcher some code i found around 12mth ago to allow me to read the relevant node but i'm struggling to find out how to edit this node value and save the xml file. I cant find where i got this from or anything similar. …

0
81
Member Avatar for ignaz

Hi, Does anyone know if installing the security updates: Security Update for CAPICOM (KB931906) and; Security Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB936181); from Microsoft Update causes a sudden increase in memory usage. The number of processes running on the machine has also increased. I read …

0
40
Member Avatar for leapws

i wont to make a yahoo style layout showing just 2 sections the Entertainment and the New i am new and looking forword to finding the right code for this. anyone know where i can find it? i am useing a k-search script you can see at askmet.com

Member Avatar for casper_wang
0
68
Member Avatar for dghosh

I need to work with a nested for-each loop in XSLT. Below is the code. Please note that I am using grouping here. [code] <xsl:key name="list" match="video_card" use="id"/> <xsl:for-each select="(//video_card)[generate-id(.)=generate-id(key('list', id))]/id"> <div class="show_config_list"> <xsl:for-each select="key('list', .)"> <xsl:sort select="config_name"/> <input type="checkbox" class="config_list" value="{config_id}" name="cfg[][id]" [B]id="cfg_{position()}"[/B] checked="checked" /> </xsl:for-each> </div> [/code] If …

0
70
Member Avatar for anuragatiiith

Hi I have data in xml format ..i want to extract attribute values from my database ..to display it ...which tolls will be best ?? ne suggestions ? thnx

0
42
Member Avatar for dkv

I want to query exchange server through my php script. I downloaded class_http.php and class_xml.php. I am trying to run the example php script to find all the folders in the inbox for a user named 'twolf'. I changed the following parameters as follows: $exchange_server = "http://mail.msm.edu"; $exchange_username = "dkv@msm.edu"; …

0
64
Member Avatar for tusharvichare

Hi, Anyone know how to pass XML string to WSDL Webservice using SOAP with VB.Net. I have student records Webservice at client side so i want to pass XML string to client side feedback to this they will give Acknowldgement or response. If any one have idea how to do …

0
69
Member Avatar for anugowda

Hi; I have an XML document , and I need to go thorugh all the nodes and get the values and store it in an object. I need to traverse through all the nodes and get the values. How do I do it. This is my XML . Please help …

Member Avatar for iffEngineer
0
235
Member Avatar for gaziebasha

Hi, I have my xml like below <compType> <round roundNumber =1 name"xyz"> <fixture fixtureId="1063" status="NotStarted" > </round> <round roundNumber =1 name"dgb"> <fixture fixtureId="334" status="NotStarted" > </round> <round roundNumber =2 name"dgb"> <fixture fixtureId="334" status="NotStarted" > </round> </compType> I know I can group the rounds with the same round number but still …

0
41
Member Avatar for kusal

I'm looking for a good DHTML menu that uses xml to dynamically populate the menu the sub menus can be edited so I can update changes to a xml file using php I looked everywhere and could not find any good DHTML menu that can be used with php

0
62
Member Avatar for Bishnu Mishra

Hi, i am currently devloping our own version control system. i want to compare two xml file by using sax parser in java. can any one give the source code to me or post to <<email snipped>>

Member Avatar for Bishnu Mishra
-1
38
Member Avatar for servis

how can we sent multiple values in xmlHTTP respnse, [ICODE] var xmlHttp function [B][COLOR="red"]callAjax(id)[/COLOR][/B] { if (id.length==0) { document.getElementById("txtHint").innerHTML="" return } xmlHttp=GetXmlHttpObject() if (xmlHttp==null) { & so on.................... ................................ [/ICODE] i want to add "id2" variable also like [B][COLOR="Red"]callAjax(id,id2)[/COLOR][/B] how can we do it?????? secondly, how can we intiame the …

Member Avatar for R0bb0b
0
108
Member Avatar for tusharvichare

I am developing a webservice here i ahve to give the url to the customer he will add the string to that url so that my service should update the database automatically.I had developed a small add method web service which takes two integers as input and gives added value …

0
68
Member Avatar for tusharvichare

I am developing windows application in that application I am trying to send one XML file to the server, then server reply me one XML file which contain success status. Could any one tell me how to send & receive files using web services. I searched lot but I am …

0
72
Member Avatar for wdyck

I am parsing an XML file with encoded entities in it (&amp; and so on). If I use minidom to parse the XML file, minidom will unescape the entities and display the correct value. If I use pulldom, it skips the entity and moves onto the next line. For example, …

0
40
Member Avatar for 7arouf

hi there. i created an xml, xsl, and html files and i need to create a drop down list that will allow me to quesry database my xsl files is [QUOTE] <?xml version="1.0" ?> - <Kwantlen> - <Schedule> <Semester>Summer</Semester> <Department>CISY</Department> <CourseName>Emerging Technologies</CourseName> <Prerequisite>CISY1218</Prerequisite> <CRN>2583</CRN> <Days>Monday</Days> <StartTime>16:00</StartTime> <EndTime>19:00</EndTime> <RoomNumber>G1045</RoomNumber> <Instructor>Sen</Instructor> <FinalDate>August …

Member Avatar for 7arouf
0
165
Member Avatar for mstarmatt

Hi, Im trying to check a value in an .xml file, the value is 'c:\Temp\MyApp.asmx' but may be different each time so i need to be able to check <WebServiceURL> value and return the value in VB6. Any help or simplified code would be appreciated. <?xml version="1.0" standalone="yes"?> <Data> <Ver> …

Member Avatar for mstarmatt
0
89
Member Avatar for tusharvichare

Hi, I want to create XML in VC++ please if any one have solution for that then please forward me. I want to create XML as per below, <STUDENT> <ID>S202<ID> <NAME>TUSHAR<NAME> <PHONENO>96874525<PHONENO> </STUDENT> please any one have code please forward me Thank you.

Member Avatar for tesuji
0
93
Member Avatar for jencinas69

Question My xml parser is runing into an error when I try to parse the attached csv I think is because of the three commas before the description, I clean the file manually and leave only 1 comma and it work. I there any way I can identify the extram …

Member Avatar for digital-ether
0
65
Member Avatar for vishalmokal

hi all, I have to write a client for WinCE which will use SOAP for commmunicating with server. Do anybody have any idea about it. I want the know what I require and what are the steps that I should follow. Thanking you, Vishal Mokal

0
56
Member Avatar for dinilkarun

Hi, I have a large XML file about 70 MB.I would like to read data from it.I would like to read using SAX parser...as it is a event based parser. Regards DInil

0
64

The End.