6,049 Topics

Member Avatar for
Member Avatar for Rich0001

I have a dat file coming from a Windows Mobile 6 cellphone MMS message. Inside the file are SMIL XML as well as the jpg image that it displays on the cellphone. Using C#, anybody know how to programmatically extract the image or parse the file? I've been searching the …

0
53
Member Avatar for luckyads

[code=XML] <?xml version="1.0" encoding="utf-8"?> <users> <user> <name>aditi</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>aditi</firstname> <lastname>surname</lastname> <usertype>1</usertype> </user> <user> <name>jillian</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>jillian</firstname> <lastname>chen</lastname> <usertype>2</usertype> </user> </users> [/code] [COLOR="Red"]How can I search for the <name> and the <password> node so that I can authenticate the login using this XML in ASP.NET?[/COLOR] Currently I am looking at something …

Member Avatar for luckyads
0
109
Member Avatar for yrpchoudary

Hi, I have 1 xml file and 1 xsl file. I need to generate new html pages dynamically based on some values by passing the parameters to xsl file from console application using vb.net. Can any one suggest me how to create html pages dynamically using vb.net or C#?

Member Avatar for sierrainfo
0
144
Member Avatar for luckyads

I have generated an XMl which goes like this - [code=xml]<?xml version="1.0" encoding="utf-8"?> <users> <user> <name>aditi</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>aditi</firstname> <lastname>aditi</lastname> <usertype>1</usertype> </user> <user> <name>aditi</name> <password>A802CEDA2B04377E3265FC30C3D7CE9F4FADBEA0</password> <firstname>aditi</firstname> <lastname>aa</lastname> <usertype>1</usertype> </user> <user> <name>aditi</name> <password>6C8C90F3860019AB48FDFC3F7541291B333B7B4B</password> <firstname>aditi</firstname> <lastname>aa</lastname> <usertype>1</usertype> </user> </users>[/code] Now, I want to login using this XML, so it should search for the …

Member Avatar for sedgey
0
86
Member Avatar for RichLangford

Hi everyone Here is my problem. I have been tasked with creating an excel export from my asp page which I have done successfully. The problem comes when the file is being downloaded. The excel spreadsheet contains about 3,000 records but the file size is over 11MB. When I attempt …

Member Avatar for sedgey
0
228
Member Avatar for davidi

Hi, I've tried to find an answer to this everywhere but to now avail.... I have an XML/XSL file that displays a webpage. The XSL has : [I]<!--Refresh the page every X seconds--> <META http-equiv="Refresh"> <xsl:attribute name="content"> <xsl:value-of select="//PageRefreshOverride"></xsl:value-of> </xsl:attribute> </META>[/I] because I want the page to refresh every few …

Member Avatar for davidi
0
282
Member Avatar for Diamonddrake

I am working on a quick launch style application. I am storing file paths, and icon captions in arrays. I am trying to keep the feel of a standalone application. So any method for saving the data should be able to be located some where relatively hidden from the user, …

Member Avatar for LizR
0
100
Member Avatar for Bakerlayouts

Can you point me in the right direction: I am looking for Instructors/ Tutors in these fields: HTML, CSS, PHP, XML, ASP, JAVA SCRIPT, FLASH, DREAMWEAVER, FIREWORKS, PHOTOSHOP, and more. I need them for online classes and tutorials. I need to populate my [URL="http://bakerlayouts.com/learn/"]Web Design Classes[/URL] section. Where should I …

0
59
Member Avatar for serkan sendur

i want to create a document using apache xml parser, can you guys provide me with sample code? After creating the document in the memory, i want to save it as an xml file.

Member Avatar for Comatose
0
99
Member Avatar for alpha_gamma

Hello, I tried to run a probram from the book "Big Java" by Cay Hortsman that parses an XML document. I typed in the line in Eclipse and it gave me a red box error message saying "the import java.xml can not be resolved". This tels me that i do …

Member Avatar for Ezzaral
0
150
Member Avatar for sandeepbhutani

Hi, I am making some loops using xsl:for-each. Now I want to concatenate strings of each iteration to the previous iteration results. And want to keep it in some variable for later use. e.g.: for each iteration suppose i get a,b,c. Now I want to put them in a variable …

Member Avatar for fpmurphy
0
54
Member Avatar for shers

Hi all, I'm creating a progam in C# that reads a file location at start up and displays the parent folders in a combo box. This file location may change in future. So I intend to keep this in an xml file and allow the user to change it when …

Member Avatar for LizR
0
4K
Member Avatar for jacket882

I have a dataset and when I write it to an XML file I am getting this: [code] <?xml version="1.0" encoding="utf-8" ?> - <string xmlns="http://tempuri.org/"> - <DATASET> <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" /> <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" /> <DATAROW ConfigItemName="xx" EnvironmentName="xx" AssetOnlyInd="x" AssetTagDesc="xx" SerialNum="xx" /> <DATAROW ConfigItemName="xx" …

Member Avatar for LizR
0
92
Member Avatar for CasTex

I am getting error at the second line of the code, what is the problem :-/ [ICODE]$content = '<' . '?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?' . '>'; $content .= "<entry xmlns='http://purl.org/atom/ns#'>"; $content .= "<title mode='escaped' type='text/plain'>".$title."</title>"; $content .= "<issued>".$issued."</issued>" $content .= "<generator url='http://www.yoursitesurlhere.com'>client's name</generator>"; $content .= "<content type='application/xhtml+xml'>"; $content .= "<div …

Member Avatar for almostbob
0
2K
Member Avatar for chimbori

hello, i am using .net 1.1,vb ,i have 2 web applications.one is installed in client side server which is currently working offline(intranet)..other is at my side which is online website.frequently i have to give master data to client .So using httprequest and xml , i am giving him data.I have …

0
91
Member Avatar for StevenJ

Whenever i try to go to an antivirus related website, IE says the page cannot be displayed, and firefox does nothing. Also when i click links from Google.com, all of the links will redirect me to a random ad website. Hijack This results Logfile of Trend Micro HijackThis v2.0.2 Scan …

Member Avatar for crunchie
0
327
Member Avatar for AdRock

I have a code snippet i've been working on but not getting very far. What I have is a text file which looks like an XML but i want to get the data between the tags and ignore the tags themselves. I want to count the number of data items …

Member Avatar for BevoX
0
161
Member Avatar for queenc

hi i am trying to develop a site.i am using php and wml.this is my first program.can any one say why my below code is not woking [CODE] <?php header("Content-type: text/vnd.wap.wml"); echo " xml version=\"1.0\" "; echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"" . " \"http://www.wapforum.org/DTD/wml_1.1.xml\">"; ?> <wml> <card> <? …

Member Avatar for digital-ether
0
331
Member Avatar for dilipmca04

in my page having some control(Images) in left side..when i drag any control the copy of control adding into right side <Div> tag..like controls dragging from toolbox.. this is my forst step 2-->After adding the controls into <div> tag ..select any control i need to display selection handlers and move …

0
51
Member Avatar for gazpoole

Hi! First post :-) Relatively new to ASP.NET I'm building a lottery syndicate in ASP.NET 3.5 C# and I'm trying to filter an XML file to obtain this weeks lotto numbers and assign them to labels. Here is the XML: [url]http://www.schok.co.uk/lottery/lottery.xml[/url] how should I go about doing this? At the …

Member Avatar for gazpoole
0
86
Member Avatar for Troy

[url="http://www.tgreer.com/class_http_php.html"][b][url="http://www.tgreer.com/class_http_php.html"]http://www.tgreer.com/class_http_php.html[/url][/b][/url] I've written what I think is a high-quality PHP class for screen-scraping external (or internal) web content. The class includes features to cache scraped content for any number of seconds. So for example, if you want to show stock market data on your site that you scrape from a …

Member Avatar for WebSnail
0
778
Member Avatar for kaprasanna

Hello, Is it possible to write xpath expressions that will query a web server's web.xml like this one : [CODE] <web-app> <display-name>My Application</display-name> <!-- Standard Action Servlet Configuration (with debugging) --> <servlet> <servlet-name>TestServlet</servlet-name> <servlet-class>com.mycompany.MyServlet</servlet-class> </servlet> <!-- Standard Action Servlet Mapping --> <servlet-mapping> <servlet-name>TestServlet</servlet-name> <url-pattern>/first</url-pattern> </servlet-mapping> </web-app> [/CODE] I would want …

Member Avatar for fpmurphy
0
110
Member Avatar for jaiprakash15

Dear All.. I been working on XML for the past 2 weeks and am bit new to this concept..however i have put my effort to solve my problem.. I have suceeded in creating and appending a node to a XML file..But i have problem in Removing a node in a …

Member Avatar for jaiprakash15
0
177
Member Avatar for jaiprakash15

Dear fiends, Am Posting a Lot Nowadays.. Sorry if i had Disturbed you all...Hera my XML file..i Have to append a node below this..can some give me any idea how to do it..When i try..it is over writing the file i need to append <TaskName> <name>abc</name> <Value>3454</Value> </TaskName> following to …

Member Avatar for jaiprakash15
0
2K
Member Avatar for fatpitch

I had an infection that hit me while browsing the blog Dividends4Life on Jan 1, 2009. Avast caught it but somehow it still infected my computer and cause the same symptoms as Paul had at [url]http://www.daniweb.com/forums/thread165698.html[/url] I ran through all the steps of your Read Me and I think I …

Member Avatar for jholland1964
0
104
Member Avatar for praveenrajmat

Hi... I need to split table based on a tag value. Please refer the below code which is the input xml for me [code] <exception> <funcid>Upld002</funcid> <header>Test1</header> <rec>Rec001</rec> </exception> <exception> <funcid>Upld003</funcid> <header>Test1</header> <rec>Rec001</rec> </exception> <exception> <funcid>Upld003</funcid> <header>Test2</header> <rec>Rec001</rec> </exception> [/code] From the above tags i'm generating table data with 3 …

0
90
Member Avatar for jaiprakash15

hi all, I have a XML file like as shown below.. i need to replace the value of status for a particular task..can u help me how to do it.. <?xml version="1.0" encoding="utf-8"?> <Task> <TaskName tskName="PS0002440" Status="Open" /> <TaskName tskName="PS0002439" Status="Open" /> </Task> in the above file..i need to change …

Member Avatar for Ramy Mahrous
0
164
Member Avatar for rastafarian

Hi, i've been frantically searching for the fix for this "new poly win32" virus as detected by both an AVG scan and a McAfee scan. I have new versions of both the softwares. I've looked through your vault and found similar problems with solutions but nothing fits my needs. I've …

Member Avatar for rastafarian
0
193
Member Avatar for jaiprakash15

Dear All, AM creating a XML file from my Database. I have created Sucessfully and now i need to append a another node to this below XML file Ex : <TaskName Value="PS0002440" Status="Process" /> I use the following code to create this below XML file. Am passing the Value and …

0
103
Member Avatar for jaiprakash15

Dear Friends. I need to copy particular columns from a listview to a XML file. Example i need 1st and 3rd Columns data's to be copied to a XML file. Can any one help with any example code..How to get the Column data from a Listview.. Thanks and Regards, Jayaprakash

Member Avatar for jaiprakash15
0
151
Member Avatar for Madhuparna

I have an apllication to verify the user identity using database(Oracle 9i).I used JSP for page design & servlet for interacting with the database.I made necessary changes in the web.xml file & saved the .class file in classes folder and servlet in src folder all of which lies under JSPMultipleForms …

Member Avatar for stephen84s
0
132
Member Avatar for celeste77_2005

I have a Toshiba computer that I got brand new in June. I recently had a Windows Update that installed a few things, and now my computer cannot connect to the internet through Mozilla, and any anti virus software that I have is blocked. I don't know if this is …

Member Avatar for cguan_77
0
168
Member Avatar for kstornado

Here is a copy of my hijackthis log. Please help me with which files are bad and need to be removed. I'm at my wits end and this is all greek to me! This problem bombed out Internet explorere and I'm not able to use it, so I'm using firefox …

Member Avatar for crunchie
0
232
Member Avatar for jaiprakash15

[COLOR="Red"]Dear friends, I am new To Vb.net World. I have to Create a XML file like as shown below. <Task> <TaskStatus ID="PS0002436" status="Start" /> <TaskStatus ID="PS0002435" status="Start" /> <TaskStatus ID="PS0002434" status="Start" /> <TaskStatus ID="PS0002432" status="Start" /> </Task> Is there any Code available for creating... i need to add the "Value" …

Member Avatar for jaiprakash15
0
112
Member Avatar for merianos

Hello all ! ! ! I have a litle problem with a script that I have create. This script selecting from the database all the records (in total 2) and then print out a XML file. I have enter this code to change the header to XML : header('Content-type: application/xml; …

0
52
Member Avatar for mana

hi i want to write a program to read , write and append xml using VB not VB.net i am new to VB and dont know what to do, any tips on what functions to use will be appreciated thanks in advance

Member Avatar for SCBWV
1
89
Member Avatar for madigital

Hi everyone! First post here. I've been programming for years but this xslt confuses the heck out of me. Can someone please tell me how to get this piece of code to work? It's a fragment reading in an rss feed and I'm trying to get it to only show …

Member Avatar for fpmurphy
0
217
Member Avatar for andrewrigsby

Hi, I'm trying (and failing!) to learn XSLT and XPath and have a (hopefully) simple question I'm hoping someone could help with. Ok, here goes ..... Are all XPath expressions evaluated relative to an axis? For example, given the following template: [CODE]<template match="element()">..</template>[/CODE] Is the implicit child axis included as …

Member Avatar for fpmurphy
0
78
Member Avatar for KiiKxz

My brother tried to download this (I don't know,.. he said a bedtime story movie.. -.-~) now I ended up having a spyware, so I downloaded antispywarebot search and destroy (and I read it was also a virus on the net). So basically I have to remove 2 "nasties".. Oh. …

Member Avatar for freshfitz
0
231
Member Avatar for claimsready

Hi there, i have vb6 code that instantiates an MSSOAP.SoapClient, then, after i do the "SOAPClient.msoapinit urlWSDL", i invoke the remote method SOAPClient.searchPolicy(XMLin), and the following error is generated: "Invalid procedure call or argument", i found out that the property SOAPClient.faultstring has now this error string:"SoapMapper: Restoring data into SoapMapper …

0
73
Member Avatar for rajeesh_11

Hi, I trying to run a Axis JAVA client with a GSOAP C++ server. Here in the below given code I am trying to make an asynchronous call from the JAVA client using "sendReceiveNonBlocking" API. On the GSOAP server side I am using the "soap_send_..." for the asynchronous behaviour. I …

Member Avatar for rajeesh_11
0
387
Member Avatar for saswati_mishra

Hi , I have an ajax code which works well in IE. I receive the responseText and thus the alert messages. However, i receive no responseText in Firefox. The code snippet is as follows. function pingip() { var ipaddress=document.baseform1.serviptxt.value; var xmlHttp; try { xmlHttp=new XMLHttpRequest(); } catch (exception) { try …

Member Avatar for khaisarpasha
0
169
Member Avatar for Ennbay

My blog on Blogger is [url]http://ennbaystestblog.blogspot.com/[/url]. My HTML isn't being accepted when I upload it. Here is exactly it: [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <!-- Created by Artisteer v{Version} Base template (without user's data) checked by http://validator.w3.org : "This page is …

Member Avatar for Jen0608
0
127
Member Avatar for Caimbekka

Hey guys, long time user, first time poster. Well, my problem is that I was reading through a forum on World of Warcraft, and for some reason, when I went to open up my computer so I could watch a movie on my hard drive, I couldn't. I did this …

0
45
Member Avatar for billy_111

Hi, I have the following RSS feed:- [CODE] http://www.schok.co.uk/lottery/lottery.xml [/CODE] It displays a number of feeds, but i am particularly looking at the fifth feed, which says "The Main UK Lottery Draw Numbers for 27-12-2008". What i need to do is obtain the winning numbers from the feed and check …

0
64
Member Avatar for orxanx

Hi guys. I have web site, but my hosting don't support php functions(mssql,sqlsrv,obdc_connect) :cry: for connections to MS SQL. I need that remote connect to MS SQL and receive from data online. Can you tell me, about alternative ways to import data from remote MS SQL server with php script. …

0
66
Member Avatar for topgun79

I have a news website and need to submit my websites feed to the google news. Which one will be the better option? To submit it through the google webmasters tool through a XML sitemap or directly providing the homepage link to google news?..

Member Avatar for Ron Killian
0
108
Member Avatar for kissmyawesome

I've been scratching my head trying to figure this out. Basically I am trying io impliment the CSS selector ":only-of-type" in XPath 1. The selector should only pick elements that have no other siblings of the same type. Its simple enough if I know the type ahead of time. e.g. …

Member Avatar for fpmurphy
0
77
Member Avatar for bramoin

Hi, I have the following xsl file which will map an xml to form a word xml. At the top of the xsl, i have a param defined in the global section: <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"> <xsl:output method="xml" /> <xsl:param name="barCode" /> <xsl:template match="/"> In another …

Member Avatar for fpmurphy
0
157
Member Avatar for cohen

Hey Guys, Well Guess what?? I have a virus, i don't know how i got it, but i have one. My protection is Comodo Firewall and Avast. I have ran Malwarebytes on a quick scan (log is below) and now running Malwarebytes on a Full scan. I have check HJT …

Member Avatar for caperjack
0
403

The End.