6,049 Topics

Member Avatar for
Member Avatar for Agni

hi, I have a XML in a String coming from an external input. The problem is that this string is getting some junk characters appended to in the last. I need to find the lenght of the string only till the correct part. once i get this lenght i can …

Member Avatar for Agni
0
187
Member Avatar for SheSaidImaPregy

I was wondering, I am doing my best to eliminate a lot of Database queries that are unneeded in order to increase performance. However, this is a tough task as each solution has its own drawback which I then have to compare to see which ones would be better performers, …

Member Avatar for SheSaidImaPregy
0
146
Member Avatar for googletired

Hello, It has been quite some time since I have done any .xml/.xsl work My current site displays the contents of the category (only) when clicked. What I need it to do is display a Long list of all content from all categories seperated by Category heading. Also when a …

0
69
Member Avatar for SheSaidImaPregy

I need to write each row of a daset to a separate xml file, which will be named based upon the ID of the current row. I am very new to XML, as I have never believed in it, which meant it was crap. Anyway, I am trying to merge …

Member Avatar for SheSaidImaPregy
0
892
Member Avatar for ssahil11
Member Avatar for dilasing
0
151
Member Avatar for v.godhe

I want to publish my DB2 data to PDF file using XSLT. Has anyone tried this?

Member Avatar for v.godhe
0
185
Member Avatar for karsoods53

I have looked at the syntax of SQL/XML query and tried to run a sample query. But not able to write my query using it. Can someone provide a tested and working SQL/XML?

Member Avatar for karsoods53
0
211
Member Avatar for ssahil11

I have recently started working with DB2 database. I have heard about Xquery. What exactly Xquery is?

Member Avatar for dilasing
0
367
Member Avatar for kzubair96

Ive heard about Xpath a couple of times. Can someone explain me in detail what Xpath is?

Member Avatar for dilasing
0
171
Member Avatar for s.piyush58

Hi, I am new to this...so hope I can get some help from you all... I get XML feeds as input and have to store this data on our server. I have worked with databases but new to XML. Can someone tell me how I can store and manage this …

Member Avatar for apuri976
0
364
Member Avatar for davebr71

I am using xmlhttp via VBscript to upload files to a sharepoint directory. I know there are much better ways to do this but I have several constraints that have forced this solution. I have been able to decode a base 64 file properly, write it to a file (i.e. …

0
49
Member Avatar for dami06

Hi, I'm having a problem where by when i type in e.g localhost/capat/tutors/forms it gives me what i want but the side menu which has the links directing to other pages isn't what is meant to be there. The link i have for all the tutor pages is showing links …

Member Avatar for petr.pavel
0
321
Member Avatar for sol42020

I have two "identical" jsp apps running on the same linux box. I've changed the connection info between both of them so that they run as separate sites. One site is called tema and the other is called tematest. They each have their own /home/ directory. Tema works fine, but …

0
58
Member Avatar for keweedsmo

Ok so facebook groups have 100,000's of members. Members can be part of an unlimited number of groups, and a group can have an unlimited number of members. Comma Deliniated String seems absurd. Many-2-Many Database relationship seems like it won't scale well t the 10's of thousands and 100's of …

0
46
Member Avatar for drorb

I need help with parsing XML. I put an XML doc into a hidden input for an HTML FORM... -------------- <html> <head> <title>TEST TEST</title> </head> <body> <form method=POST action="http://nflnfl.com/mash.php"> <input type=SUBMIT> <input type=hidden name=xdoc value='<?xml version="1.0" encoding="UTF-8" ?> <!--OPN 2001 Proof Of Concept--> <ScannerData> <Device>0000000000002561</Device> <UploadDate>3/6/2008 3:49:09 PM</UploadDate> <BarCode> <Symbol>8</Symbol> …

Member Avatar for drorb
0
123
Member Avatar for sofiagrave

Hej I am new here and also new programming in VB, I am making a form in VB and I want that some data that I have in a xml file to be loaded into that form. my XML file looks like this: <Ship> <Identification> <OrderNo>2</OrderNo> <Yard>T</Yard> <HullNo>NB</HullNo> </Identification> <CargoTypes> …

0
59
Member Avatar for dan9992

Im trying to read lines in from a txt file to write into another txt file but at the moment its only reading the first line. I need it to read 1 line at a time and store it to add to another txt file before reading the next line. …

Member Avatar for dan9992
0
84
Member Avatar for s1986
Member Avatar for virendra maloo

Hi, I am trying to call a certain command from within a shell script, but everytime it executes the script, only the first command runs and it comes out of the control, how do i do it? code : ```````` #!/bin/sh # # #i=1 #while [ $i -le 3 ] …

Member Avatar for eggi
0
71
Member Avatar for poizn

Hi all. Thanks for the welcome. I life in South Africa. I work for a web development company doing web programming. Its tought being the only web programmer here, becuase I have to do everything... Iv had to learn PHP (including SOAP), MySQL (including how to do stored procedures) and …

Member Avatar for zandiago
0
97
Member Avatar for aarya

[B]Intro[/B] Web application development was once simple, there was HTML and a browser. There was no dynamic or business data, so no business applications. But this simplicity lasted for a small while. Today we are forced to do many complicated application developments. This tutorial assumes that you have the knowledge …

Member Avatar for swosti
0
259
Member Avatar for googletired

Hello, I have an idea but just not sure how to go about it. Using .ASP I want to: Make a .zip file based on user selections then make it available for download. For each .XML file 1. Read Headline and Body text tags in .xml convert to text, add …

0
38
Member Avatar for vedmack

I have an Xml file from which i want to delete some different node, im doing it by using the .removeChild method, and it works just fine, the problem is that after im doing so , i getting empty line instead of the deleted node (it does not affect the …

0
67
Member Avatar for crazylunatic

I have this script which uses the Net::FTP module to copy some files to some remote machine.It works fine with every file but a xml file.My application requires that the timestamp of the xml file doesn't change but the ftp script changes it.Is there any way around it?

Member Avatar for jephthah
0
124
Member Avatar for eleonora

Hello, I want to modify a java client/server game as to load the map from an xml and then validate against the dtd. Is it okay to do something like that? [CODE=java] public void parseXML(){ try{ DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance(); DocumentBuilder dBuilder = dbFactory.newDocumentBuilder(); Document xmlDocument = dBuilder.parse(new FileInputStream("map.xml")); DOMSource …

0
66
Member Avatar for miss.october

Hey guys, I know people are debating about whether or not this is a problem, but I'm stuck with FunWebProducts files that I just can't seem to get rid of. A few days ago it was just FunWebProducts and MyWebSearch, but now it's that AND some other things have appeared …

Member Avatar for reddawg
0
140
Member Avatar for madhusamala

Actually i am doing a ssc project. The student will enter his roll no in a web page which is designed by html. HIs marks subject wise have to be displayed wth the total marks . this will be done by using servlets and my html code is [code] 1, …

Member Avatar for ~s.o.s~
0
155
Member Avatar for bornok15

How can i make a configuration in INI and XML so that i won't hardcode the location of my database and other configurations, and i would just change it from a form within my program? Can anyone help me? thanks..

Member Avatar for Ramy Mahrous
0
216
Member Avatar for nicky-river

Hi everyone, This is just a short description on the various classes & interfaces that help you write an application, which can parse an XML document. The SAX API consists of the foll. packages :- [I]org.xml.sax[/I] - This package contains the basic interfaces of the SAX API. Some of the …

Member Avatar for ajithraj
0
152
Member Avatar for SheSaidImaPregy

I am creating a site where normally I would store this kind of information in a database. It is information that will most likely never.. EVER be changed again unless it needs administrative modification. Just possibly deleted ^^ I was thinking about storing a link in a database that leads …

Member Avatar for SheSaidImaPregy
-1
125
Member Avatar for poizn

Hi all I have created a SOAP server, and want to register multiple functions, but only the last function is registered (well is useable). If I call any of the other functions, they just return FALSE! Here is my code [code] // register function 1 $server -> configureWSDL("func_1wsdl" , "urn:func_1wsdl"); …

0
74
Member Avatar for toadzky

I am trying to move files and rename them with a date-time stamp I generate. I have a survey and my perl script processes the POST query string. Once I have the query string, I am using XML::Simple to get the stored results, update them, then write them back out. …

Member Avatar for katharnakh
0
183
Member Avatar for CelestialDog

Hi guys, I've been searching around trying to find a solution to this problem. Basically I wrote a simple php script to create an xml file of the information thats passed to it. Testing it locally works without a problem, but when I upload it to my web space I …

Member Avatar for CelestialDog
0
91
Member Avatar for toadzky

I am trying to process the results of a survey. I load the current results from an XML file, update them, then write them back to the file. I am get a 500 Internal Server Error when I run it from a browser, but it works fine in Windows and …

Member Avatar for toadzky
0
124
Member Avatar for ilkkan

Hello all :) I've had a fair few errors with my PC and fixed problems here and there but still think theres more i havn't covered because of poor performance running. You're help will be much appreciated Here are both ComboFix and HiJackThis logs ComboFix 08-03-01.3 - Ilkkan 2008-03-02 15:48:32.1 …

Member Avatar for ilkkan
0
86
Member Avatar for emmanueloladele

Hello all, I want to transform an xml file on the fly using javascript. I want my xslt xpath information to be dymanically generated on firing an event. e.g. I want value to be passed to my xslt document when a user picks a drop down mennu or select a …

Member Avatar for mostafadotnet
0
96
Member Avatar for AS_82

I am going to develop a J2ME application, where the application gets the complete dat from an XML file, for this have used kxml parser. And the parsing already done, but the problem arise after parsing, i.e., When I get a String of Unicode for a particular Word, then the …

0
56
Member Avatar for sbv

Hello friends.... I an unknown to XML. Is XML is used for Page formatting or as a stylesheet creater etc..... What this code is doing.................. [Code] var screenDocPath = Server.MapPath("screens/"+call+".xslt")//***APP VARIABLE var screenDoc = Server.CreateObject("Msxml2.DOMDocument") screenDoc.async = false screenDoc.load(screenDocPath) <%=dataDoc.transformNode(screenDoc)%> [/code]

Member Avatar for sbv
0
157
Member Avatar for sbv

Hi I have a asp page for Update. i need to update it look only. I formated it. But not getting look. In that page XML data is used. I have no knowledge about XML. Is this line making any design changes? <%=dataDoc.transformNode(screenDoc)%> Please tell me..... :(

Member Avatar for sbv
0
72
Member Avatar for Ninad

Hi all, I want to create an ActiveX component in C#.NET which will be called/accessed by Flash application. In my ActiveX I want to scan local media files (.avi, .wmv etc) on client machine & also generate (and save locally) the thumbnails of those media files, finally I will expoase …

0
57
Member Avatar for Vambai

i am a zimbabwean who is keen to become an MSCD . i have been doing vb 6 but now want to upgrade to dotnet . i had a few programmes that i have done so far plus i did java and C++ and i have realised that is all …

Member Avatar for Serunson
0
112
Member Avatar for clarkkent

This Header function is from VB. I am trying to do the same with C# using HttpWebRequest and having trouble. Can anyone help to show me what i am doing wrong? Here is a VB function which is sent using winsock. [CODE]Function Header(Question As String, Answer As String) As String …

Member Avatar for clarkkent
0
113
Member Avatar for teddyzhai

Hi, there: I'm recently working on parsing xml file in c++. i have googled sort of libraries. just dont which one is better. Could someone who has experience say sth. about it. I mean, "right" easy to learn, light -weight... 3ks Regard Teddy

Member Avatar for teddyzhai
0
162
Member Avatar for rgdadabear

Hi, I would like to map a network at log off. I created a .bat file (pls see below) and added in group policy edit - user configuration - windows settings - scripts - logoff, but still it wont map. Thanks ============== @echo off if exist W:\ goto else net …

Member Avatar for rgdadabear
0
108
Member Avatar for lordx78

[code=php] <?php // connection to MySQL server mysql_connect('localhost','root',''); mysql_select_db('administration'); if (isset($_POST['submit'])) { $loginUsername=$_POST['username']; $loginPassword=$_POST['password']; $MM_redirectLoginSuccess = "validated.php"; $MM_redirectLoginFailed = "admin.php"; $MM_redirecttoReferrer = true; mysql_select_db('administration'); if(empty($_POST['username']) && empty($_POST['password'])) { die('<div class="error_up">Both field was blank</div> <br><br><div class="footer_padding"> &copy; Copyright Cycle Tracks <span>®</span></div> '); } if(empty($_POST['username'])) { die('<div class="error_up">Username field was blank</div> <br><br><div …

Member Avatar for nav33n
0
88
Member Avatar for googletired

Good day, I have problem that i'm just not 100% to go about it or if it will even work they way in which i wish it to. My current site (article content based) has the option of the user being able to select the article he/she likes and have …

Member Avatar for SheSaidImaPregy
0
104
Member Avatar for Thinka

The title of the thread is my random yet hopefully simple question. I "googled" it but didn't find anything that seemed concrete, and so I'm hoping that someone on here will know. So again the question is, Is Vista based on XML, and if so, would it be correct to …

Member Avatar for Abertawe
0
136
Member Avatar for SolTec

I have a form that is supposed to update tblMain in my database, and when I press btnSave it says in a messagebox, saved, but when I look at the table or try and recover the data from the dataset all I see is NULL values. Any help would be …

Member Avatar for VB_help
0
143
Member Avatar for ada_a

I've been having problems with pos.tmp files appearing on my c: drive and my documents folder. please help D: my logs are as follows: hijackthis ----- Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 10:33:06 PM, on 2/27/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16608) …

0
103
Member Avatar for Member 164344

Dear all, how to dynamically build an XML document with IIS6 and 404 error custom handler? At the moment if I dinamically create an XML page with Response.Write(<xml code here>) I cannot remove header "404 errorpagepath" that IIS adds automatically. How to remove that header from Response object? Thank you …

Member Avatar for Kim Rowden
0
63

The End.