6,049 Topics
![]() | |
Does anyone have a good example of how to use this method? All of the MSDN examples I could find are useless because: [LIST=1] [*]they show a hard-coded size for the byte array [*]they show writing the output to the Console[/LIST] Ridiculous. I have a file that contains some binary … | |
i have a xml document from which i must get the following things, [B]Riigi_nimi[/B], [B]pindala[/B] of it and [B]rahvaarv [/B] with the [B]riigi_nimi[/B] and [B]pindala[/B] i have no problems, but i can't get the program to print [B]rahvaarv[/B], i just can't find a way to copy it into a new … | |
hai why need the deployment descriptor in the form of xml files only. and in deploying ejbs we have to define 3 files like... weblogic.xml, weblogic-ejb-jar.xml and weblogic-ra.xml files why we need 3 seperate xml files. iam a new be to ejb technologies :rolleyes: | |
Ok, as usual, Internet Explorer is playing games with me in rendering code. I need a fresh set of eyes to look things over, cuz apparently I am missing it. Anyway, in the center of the page there should be some black text that says "Heading" a few lines of … | |
hi there, i'v ran adaware in safe mode and removed all the critical objects. restarted my comp, then, i tried to run an online housecall to scan my computer for viruses, but the problem is, the scan never finishes. either my browser closes during the scan, or the site just … | |
Hi all, I have taken some code to read a file into an Byte array, which is then returned to another part of my code, below is what i have. [CODE] public void jButton6_actionPerformed(ActionEvent e) { String Filelocation = "c:\\temp\\hello.txt"; try{ InputStream is = new FileInputStream(Filelocation); //get the size of … | |
I'm a recent CS grad with a minor in Stats and absolutely no experience in the industry. I only have academic related stuff related to CS as far as that goes. Part of this is I started to regret being a CS major during junior year and wondering if I … | |
HI all, I'm having trouble putting a GUI on an existing java server program i have. I have added a frame to the code but all it does so far is pop up, there is no interaction.. I've tried moving all of my functions accross but to no avail.. i … | |
I have an XML database and I want to insert an element into each entry in the database. Currently it looks like this: <?xml version="1.0" standalone="yes" ?> - <SAFDB> - <entry> <name>2Mosaic_0_2_2.zip</name> <application>2Mosaic</application> <version>0.2.2</version> <crc32>0B59ABC4</crc32> <md5>EBD2356D2F5AC8A929B8118D60E4C932</md5> <sha1>45E78DC66E2E5A42E8FB118430A1C8D16092DBF3</sha1> <sha256>DDD4BB2AECC1743B0141BD307AC8CFF96E7D333334D16E914DF63B38355AE905</sha256> </entry> - <entry> <name>2Mosaic.exe</name> <application>2Mosaic</application> <version>0.2.2</version> <crc32>C5C58201</crc32> <md5>5FAFBACE2114026CE44EAD88AA6760DD</md5> <sha1>D2A606D05ABF1FE128473FDA8837DE309BAE227E</sha1> <sha256>95D5301607C4B13D92C30C343B36A4EC57810C27AA96A3C5B561622D575ABED8</sha256> </entry> - … | |
please help! i just joined this forum today and i've been browsing for a while, trying to get help and see if i can solve this by myself, but i have no idea what most of you are talking about. i keep randomly getting a blue screen that says: DRIVER_IRQL_NOT_LESS_OR_EQUAL … | |
[COLOR=DarkOrange]Hi , Please give me example for xml file parsing in c++ using xerces libraries(xerces-c_2_3_0.lib).Please give me the simple example of parsing the example xml file and how generate sax tree print on screen. Thanks Krishna kant lowanshi [email]kklowanshi@gmail.com[/email] | |
Is there a conflict here? Does this look right? [code]RewriteEngine on RewriteBase / RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11&$12=$13$14 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9&$10=$11$12 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7&$8=$9$10 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5&$6=$7$8 RewriteRule ^(.*)-(.*)_(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3&$4=$5$6 RewriteRule ^(.*)-(.*)_(.*).html(.*)$ $1.php?$2=$3$4 RewriteRule ^(.*).html$ $1.php RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteRule ^$ index.php RewriteRule (^[-_A-Za-z0-9\ ]*$) member.php?&username=$1 [/code] | |
Dear all I have this xml file datechanged.xml: [COLOR=Red]-[/COLOR] [COLOR=Blue]<[/COLOR][COLOR=DarkRed]changedate[/COLOR][COLOR=Blue]>[/COLOR] [COLOR=Blue]<[/COLOR][COLOR=DarkRed]date[/COLOR][COLOR=Blue]>[/COLOR][B][COLOR=Black]04/02/2006[/COLOR][/B][COLOR=Blue]</[/COLOR][COLOR=DarkRed]date[/COLOR][COLOR=Blue]>[/COLOR] [COLOR=Blue]</[/COLOR][COLOR=DarkRed]changedate[/COLOR][COLOR=Blue]>[/COLOR] In a Javascript file I have folowing code: [INDENT][COLOR=Black]var xmlDoc = new ActiveXObject("Microsoft.XMLDOM") ; xmlDoc.async="false" ; xmlDoc.load("datechanged.xml") ; xmlObj=xmlDoc.documentElement ; sDate = xmlObj.childNodes(0).firstChild.text; var chDate=new Date(sDate) ;[/COLOR][/INDENT] I alwas get this error: [INDENT][B][B]xmlObj is null or is not … | |
I need to write/find a jsp script that would go to the following url and retrive the xml it generates and display an images for whatever the value is. url: [url]http://www.dhs.gov/dhspublic/getAdvisoryCondition[/url] what it returns: <?xml version="1.0" encoding="UTF-8"?> <THREAT_ADVISORY CONDITION="ELEVATED" /> What I would like is a way to read the … | |
C:\Documents and Settings\Andy M. Moore\My Documents\Visual Studio Projects\caller\trunk\OfflineRegistry\OfflineRegistry.cs(203,15): warning CS1591: Missing XML comment for publicly visible type or member 'SecondSec.SERC.Common.ContainerObjectModel.RegKeyContainer' What does this mean? | |
HI, Im relatively new to XML and was wondering how I could use DOM to produce a "per shop" report showing a list of the items available in the given shop (shop 1 first then 2), the item description, stock level and calculate a total value of the stock level … | |
Hi Can you please tell me how to write plugin for Evolution 2.2.2. I have written the plugin definition xml file , but I am not clear about how to write the shared library and the source code files. Please guide. | |
hi i want to display line number and a content if i use <fo:block> i am getting like this 1."Participant" shall mean fgdfgdf gdfgd fdfgdfg, whose current address is malborough.64564656. 2."Alternate Payee" shall mean fgdfg dfgdf fgdfg, whose current address is sdfsfsdfdfsdfsdf 645645. i have given 1.5 line spacing for … | |
I'm designing a site using one of those, er, webdesgner programs. I just uploaded it, and got the following message: Parse error; unexpected T_STRING in (blah blah) Here's my code: [code] <?xml version="1.0" encoding="UTF-8"?><!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"><head><title></title><meta http-equiv="refresh" content="0;url= Intro/Main.html" /></head><body></body></html> [/code] Help, please? | |
hey guys im having trouble getting a message to appear for anyone using internet explorer. my website is standards compliant so it does not show in IE. i had one of my friends modify his warning script that he used for his site for mine. it uses both php and … | |
hello im having twoo issues as stated in the topic name. one of them being the page not being able to load in Opera and the second one being a warning that pops up on the page if you are using IE because my website is Standards Compliant and is … | |
I have an infection and can't get rid of it. I tried adaware,spybot,avg,ewido and the online scans and nothing gets rid of it. spyfalcon and a globe that looks like windows update but it changes to a red circle with a X in the center and then back to the … | |
I am an avid Poolplayer, and have played for 44 years, and I ma a retired systems developer of mainframe systems mostly, and have never done raw development on a PC (standalone program). I know several languages, for expample, COBOL, SAS, fortran, databus (remember that..lol), modula-2, RPG3. I am familiar … ![]() | |
Hello friends, I started a new podcast over a week agao. I hope some of you can check it out... yesterday I posted show #3. I'd appreciate constructive crtitsism. Please, check it out. In Tuesday’s show, we talk about Visual Studio 2005, SQL Server 2005 and a little about [url]www.myspace.com[/url]. … | |
Hi! I'm not sure which forum to place this in, so if there is a more appropriate one, please move it or let me know and I will repost it there. thanks. A while back I developed a simple vb.net program for keeping track of rebates. I didn't want to … | |
Hello everyone I am learning how to parse XML files with PHP. And I cant figure out how to do something. Any help is greatly appreciated :) Here is a sample XML file that I am trying to parse: [quote] <?xml version="1.0"?> <emailsList> <email no="1"> <from> [email]whatever@yahoo.com[/email] </from> <to> [email]yyy@yahoo.com[/email] … | |
What happens if you call openStream twice? I have this code in which I open up a weather xml page and get information out of it. Unfortunately, the way I do it has me doing a linear search down the page for the line I need each time I want … | |
I wonder if there's any difference between Dreamweaver 8 (which I'm currently using) and Dreamweaver UltraDev (which I've heard is mainly for ASP). Basically, since I'm looking for a job as a Website Developer & as the employer often ask for not just HTML based skill but also CSS, XML, … | |
Hello, I know this question is stupid, but I cannot find an exact answer to it. I am using Eclipse, and have written some classes to be used as a small database editor for XML. It compiles and runs fine in Eclipse. However, I made it so that it can … | |
Hello folks. I have a question about using php to select a file according to date. I am working on a project that uses xml to display horoscopes on a website. The xml feeds are ftp'd onto our server and have a different file name depending on the date. Unfortunetly … | |
What now???? Logfile of HijackThis v1.99.1 Scan saved at 12:24:26 PM, on 2/17/2006 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\Program Files\Common Files\Symantec Shared\ccProxy.exe C:\Program Files\Common Files\Symantec Shared\ccSetMgr.exe C:\Program Files\Norton Personal Firewall\ISSVC.exe C:\Program Files\Common Files\Symantec Shared\SNDSrvc.exe C:\Program … | |
The client has developed global trading, decision-support and risk management solutions for the world's premium investment banks since 1990. They have offices in London, New York, San Francisco and Tokyo. Please submit your resumes to [email]topjobs@radixthink.com[/email] The Senior Software Engineer will play a lead role in the design and development … ![]() | |
Well, i wanted to know if its possible to create a new format in which i can save and then open the files....lets say a .abc format which can be opened only in the editor developed by me.....i think it must be done in xml....if it is so then how???? | |
i am trying to create a guest book in asp.net...but i found a compilation error: Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and … | |
Hello folks, I'm not sure if this is in the write place - so I apologise if it is not. I've been asked to integrates some xml into a php page. The xml file is dropped into a folder on our webserver on a daily basis and is given a … | |
the inet 20099 problem i have has been fixed, thank you to whoever helped me out. Turns out i had about 40 different trojans and worms (check out the ewido logs, its almost scary) Here is my new HJT: Logfile of HijackThis v1.99.1 Scan saved at 1:54:48 PM, on 2/4/2006 … | |
Hello , I read artical listed on link [url]http://www.tgreer.com/aspnet_html_04.html[/url] What I am doing is. on aspx page 1)There are two dropdown list on my .aspx page 2) One ddl ( drop down list) is populated on change of another one 3) One place holder to accomodate dynamic controls On change … | |
Hi, I just did a log and can't seem to get rid of this myway search thing from the uninstall directory, it doesn't even give me a remove button, also wondering if there are any other problems you can see in the log. Thanks in advance! Logfile of HijackThis v1.99.1 … | |
Can some one please help me ive done everything i know of... When i log onto my windows xp name two boxes immediatly pop up. The first one says: [B]Windows cannot find 'C:windows\inet20099\winlogon.exe'. Make sure you typed the name correctly, abd then try again. To search for a file, click … | |
Can some one please help me ive done everything i know of... When i log onto my windows xp name two boxes immediatly pop up. The first one says: [B]Windows cannot find 'C:windows\inet20099\winlogon.exe'. Make sure you typed the name correctly, abd then try again. To search for a file/ click … | |
I have this MyWay Search assistant thing that I cannot get rid of, below is the log, could someone please assist me. Also, if you see anything out of the ordinary, please advise me: Logfile of HijackThis v1.99.1 Scan saved at 11:16:19 PM, on 1/26/2006 Platform: Windows XP SP2 (WinNT … | |
Is anyone up to a challenge? I have some problems linking to a C++ DLL with a VB program. The program has this error: [code]Run-time error '13' Type mismatch[/code] It crashes at a line of code that is supposed to be calling a funciton in the C++ DLL. The line … | |
whether it is true for following statments: the skill sets required to build an web-based application on Oracle XML DB Server and RDBMS are totally/almost different! | |
Could anyone tell me: The different of development effort spend to develop the web-based application on Oracle RDBMS and Oracle XML DB. Is it difficult to develop something on Oracle XML DB? The functions are normal maintenance operations such as add, delete... Moreover, how about the SECURITY function? How to … | |
whether it is true for following statments: the skill sets required to build an web-based application on Oracle XML DB Server and RDBMS are totally/almost different! | |
I know this isn't strictly PHP...but it does deal with the integration of RSS with a PHP forum, so I thought this forum was the best fit... I am using the original (re: free) release of IPB 2.0.0 for my college newspaper (we're very broke, or else we'd pay for … | |
hi everyone!! I am a final year student doing software engineering.. I need help on my final year project. I am interested in music. i have an idea but i am not sure it can be finished in 7 months time or not. my plan is a sheet music reader. … | |
How to convert Tamino XML DB Server to Oracle XML DB Server and/or Oracle RDBMS DB Server? I got 240GB data stored in Tamino XML DB server. My clients request to convert them into Oracle. Since I am not familiar with Oracle XML DB Server (latest and stable version is … | |
I need help on the following. I have 2 classes generated from 2 schemas using xsd.exe. The object of one class is an embedded tag in the other class. When i try to deserialize the xml file into local object, i only managed to deserialize the tags for the outer … | |
I'm using Flash 8 Pro to parse a Microsoft Excel file saved as XML. Excel 2002 had only the standard XML Declaration line: [PHP]<?xml version="1.0"?> <Workbook ...>...</Workbook>[/PHP] However, Excel 2003 now has two XML Declaration lines: [PHP]<?xml version="1.0"?> <?mso-application progid="Excel.Sheet"?> <Workbook ...><...</Workbook>[/PHP] Everything works fine if I delete the 2nd … |
The End.