6,049 Topics
![]() | |
hi!! all i have a problem in jsp file...my file has a javascript function which is using xmldoc.load(mytext1.xml) function..when this file along with other files is bundled as an ear file and deployed on server .. it is not getting loaded in memory..bt as a standalone application it is working … | |
Hi all, I am usually a Perl programmer, I have some background in javascript and am attempting to create a Googleish selector div. [I]Please bear with me, excuse the long introduction...[/I] Here's the details: Our site filters content by location. I use zip codes to find radius's. So if a … | |
can Somebody send me the Simple program that just displays the title=My First Project & sonia on the Screen. I m tryimg the program but not getting it because i m new to the ASP.net.....I do not know whether to write the code in default.aspx or default.aspx.vb. [code] <%@ Page … | |
Hi. Sorry that my first post here is asking for help. Anyways yesterday after using youtube and facebook fine all day and nothing else I closed down internet and left my computer for 5 minutes. When I returned I had "prunnet.exe has encountered a problem and needs to close". Then … | |
![]() | I just bought two gigs of RAM. However, when installed, upon startup, after the windows XP loading screen, my screen just goes black. I checked online and apparently my motherboard supports a max of 2gb. I tried 1.5, using my old RAM, same result. http://www.measham.force9.co.uk/advent/pc/3316.htm my pc/motherboard. However, my video … |
Hi I have an xml file which i am trying to display through a php script, it displays everything fine until i change the contents of the xml file to Arabic letters at which the file does not load. here is the xml file: [CODE]<?xml version="1.0"?> <studentmarks> <listName>name of the … | |
Okay, so I have a C# Windows Forms Application w/ code like this, the only difference being the Flash path....well, you'll see what I mean: using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Drawing; using System.Diagnostics; using System.Windows.Forms; using System.Linq; using System.Xml.Linq; namespace WindowsApplication2 { // TRANSMISSINGCOMMENT: Class Form1 … | |
My Internet Explorer wouldn't open before and my home page would always change to something different. I did a Malwarebytes scan and the homepage problem is fixed but I get this pop up every now and then and something on my taskbar pops up and says "Window Virtual memory is … | |
Hello everyone, I have written the folllowing scripts, just want to output "Foo is true." when the property foo is set to true. But when using Eclipse to run the simple script, there are something wrong. Could anyone help to check what is the wrong with my shell scripts? Source … | |
Sorry if I am post in "/forums/forum152.html" category, but I am think it's the most suitable. Stay not long time before christmas and happy new years holidays. I am have big famaly and now I am even not know what kind of gifts make to my friends and famaly. So … | |
Organic on site optimization is most important for you. It refers to fine tuning the web site, optimizing keyword density and prominence. On page search engine optimization makes your web page more search engine spider friendly when done properly. The main steps taken while doing the on site optimization is: … | |
If i use the SUM function to sum those node with d.p. value....the output in sometimes are look strange...... [U]XML File[/U] <allgroup> <group_1 id="1"> <salary>100000.01</salary> </group_1> <group_1 id="2"> <salary>89000.02</salary> </group_1> <group_1 id="3"> <salary>89000.03</salary> </group_1> <group_1 id="4"> <salary>89000.04</salary> </group_1> <group_1 id="5"> <salary>89000.05</salary> </group_1> </allgroup> [U]XSL File[/U] <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output encoding='utf-8'/> … | |
I have written a script that runs with a glade gui. When a button in glade is pushed I need it to run a piece of code, pause for 3 seconds and run it again in an on going loop until the button is pushed again. So the button is … | |
Hey guys I'm trying to see if someone can give me a nudge in the right direction here. All I need is two simple procedures: 1. Load XML Entries into TListBox 2. When ListBox is clicked, find string pointing to filename so I can display the item's associated file. My … | |
Hi Folks, I am encountering what I think is a simple problem but I haven't been able to solve it. I am trying to parse a simple XML file and I keep getting the following exception... Exception in thread "main" javax.xml.transform.TransformerException: A location step was expected following the '/' or … | |
Does anyone have any tutorial's on creating one? I see alot of Horzonital tutorials but no vertical. I wish it to be scrolling(mouse movement) and when clicked loads images and text that correspond. Also if possible to link this to an xml file would be very good :) Thanks Regards, … | |
Hi, I created a XML file and trying to write into it. It does write but, without the values from database. For example code below writes only <Title></Title> without the value. It should be <Title>My name</Title>. I do echo and the variable is full. Value [code] ........ $xmlFileName="test.xml"; $process=fopen($xmlFileName, 'w'); … | |
Hi, I have some data in a sharepoint List in the attached format and I would like to get an XSLT to be applied to get an xml output of the data in the following format: Type and ElementID are attributes of the Element. <Element Type= "Toplevel" ElementID="A" column8value="boolean" > … | |
Hi, This (DOM) display the data stored in XML formatted with a XSL file. Ik works fine. [code] $xslDoc = new DOMDocument(); $xslDoc->load("bookstore.xsl"); $xmlDoc = new DOMDocument(); $xmlDoc->load("bookstore.xml"); $proc = new XSLTProcessor(); $proc->importStylesheet($xslDoc); echo $proc->transformToXML($xmlDoc); [/code] I want to do it with (simplexml) with also including XSL. Code below displays … | |
Hi, I fill XML file manualy to print the data. How can we fill the XML file automaticaly like (data will be fetched from database and fill XML). Thanks [code] <catalog> <cd> <title>Empire Burlesque</title> <artist>Bob Dylan</artist> <country>USA</country> <company>Columbia</company> <price>10.90</price> <year>1985</year> </cd> </catalog> [/code] | |
I tried to follow [url=http://www.netbeans.org/kb/61/websvc/gs-axis.html]Creating Apache Axis2 Web Services on NetBeans IDE[/url]. It worked for me till the point of [url=http://www.netbeans.org/kb/61/websvc/gs-axis.html#deploy_axis]deploying an Axis2 web service to the server[/url]. Once I select [b]Test Operation in Browser[/b] it does give me following Warning [code]Unable to open web service tester page: http://localhost:8080/axis2/services/HelloAxisWorld/hello?name=XYZ Make … | |
XML can do a very cool trick. If you include the name of an XSL file in the XML file, you can produce what looks just like a formatted HTML file when you load the XML file into a browser. The question I have is this. How would you actually … | |
Hi all, I'm looking for a tutorial on how to make a dynamic flash photo gallery. I want it to do the following: [LIST] [*]Automatically detect images in a folder without having to manually list them in an xml file [*]have simple next and previous buttons [/LIST] I'm not great … | |
Hi, This is my XML file. I want to retrieve information stored in a HTML Table in index.html page. How can i do it? Thanks [code] <?xml version="1.0" encoding="UTF-8"?> <memo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="memo.xsd"> <header> <companyName>XML development LTD</companyName> <to>myemail@yahoo.com</to> <from>xml@yahoo.com</from> <date>1979-11-07</date> <reg>I don't know the reg</reg> </header> <body> <message> <parag>Hello, How are … | |
reading a specific data in .txt file to put in specific tag in xml in vb.net..pls help.. sample: BL% PHP 103025 and so on... NL% .. .. BL% and NL% are indicators where data should be placed in a specific segment in xml PHP must be placed inside <currency></currency> tag.. … | |
Hi I need to get values from xml file. I am trying to do this through JSTL.I worked out in following manner, [code]<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <%@ taglib prefix="x" uri="http://java.sun.com/jstl/xml" %> <c:import url="/corporate/commonjs/YUI_js/validation/valid.xml" var="url" /> <x:parse xml="${url}" var="doc" /> <x:out select="$doc/validationcheck/required" /> My xml file contains, <validationcheck> <required>Required</required> <required>この項目は必須です</required> … | |
Hello all, I'm trying use this script: [url]http://www.estamos.de/blog/2008/09/05/getting-things-done-gtd-migration-from-d-cubed-to-monkeygtd/[/url] I've tried it on my windows machine (with ActivePython installed) and on my Ubuntu machine. On both, I get this error message: File “d3tomgtd.py”, line 30, in import xml.dom.DOMImplementation ImportError: No module named DOMImplementation The script's creator seems to think that "xml" … | |
Hey, I'm dealing with a problem I cannot solve because I have no idea why it doesn't work. I'm trying to store some XML into an MSSQL database, using TEXT as fieldtype. I pass the XML as one large string. I don't get any errors but the xml field in … | |
hi everyone. i'm trying to make a (very) simple shopping cart for my class. i'm stuck on the qty update - it says it's not defined. i think it may have something to do with when i check to see if the form has been submitted yet or not. any … | |
Hi, I am in the process of grabbing information from a mysql database. I need to just grab the date that was imported from the xml sheet. Is there any commands that can just grab information listed below: [code]...<expiration-date>2040-12-1</expiration-date>...[/code] This is located in between all the other information from the … | |
I have a master page that has two content placeholders. I am loading the first content placeholder with a user control that has 3 text boxes. In the second content placeholder I am populating a dropdown from an XML file. In an aspx page where this master page is applied, … | |
Hi all; Do you know any way to save the RSA public key as a string and use that string to verify the signature in C#? RSA public key can be saved in an Xml document using raskey.ToXmlString(false), but I want to save it in a string instead of saving … | |
Hi, I have the string like [code]var test="<NewDataSet> <Table1> <S_x0020_No>1</S_x0020_No> <Defect_x0020_Causes>None</Defect_x0020_Causes> <Defect_x0020_Count>2614</Defect_x0020_Count> <Percentage>63.22</Percentage> <Cumulative_x0020_Percentage>63.22</Cumulative_x0020_Percentage> </Table1> </NewDataSet>"..[/code] So.i would like to convert the string into Xml document.. any idea.. Thanks & Regards, S.Sajan. | |
Hi! I just inherited a rather large legacy site here at work that has no database behind it. It's a large volume of HTML pages with the content written right into the HTML page. I need to extract the content and bring it into a database, or XML files. Each … | |
hello I want to create a page,where there will be a gridview,with 2 columns. 1st column will have Numbers..1,2,3,4,5........as much as user want. next column is where people will insert data,say a,b,c,d,e,f,g..... After pressing the button, 1,a 2,b 3,c ....all these wil be inserted in database rows. can somebody please … | |
Using C#, how can you store an xml file in the protected storage? How can you retrieve and open that file from protected storage? Can anyone point me to a sample of code doing this? Thanks in Advance. | |
![]() | Hello, I have one problem with XML in Delphi 7 Ent. When I want to use XML classes or units like XMLDoc I always get this error when compiling: Unit XMLIntf was compiled with a different version of XMLDOM.DOMString Any suggestions how to solve this? |
How can I detect if ASP.NET is registered or not (programmatically)? I've read a lot of posts about checking register, for example: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\..., but I have not this key at all, and about existing the folder "C:\Inetpub\wwwroot\aspnet_client"(but it can be absent) Also I can't use the Metabase.xml because it has … | |
My question is concerning Super. If someone is farmiliar with Super . Is it possible to get someone to look at the first and of code only and get me started on how I would approach the concept of using Super. Because the second two blocks of code are almost … | |
Could someone check out the way the object are created? All the classes work independently but somewhere I think I am messing the display up when I call a new Class. I have two classes: one creates and loades a combobox and another class that creates and loads an UILoader … | |
Hi Community I am trying to get the CredentialCache.DefaultCredentials for my WebServices. but CredentialCache.DefaultCredentials =null, CredentialCache.DefaultCredentials have to get the Windows Username and password ........but why it is null? Domain name="" Username="" Password="" ......please any body tell me whats the reason behind this.........i have also put impersonate=true in web.config file.... … | |
can anyone tell me string reverse code.. if i give "hello how r u " want out put like" u r how hello " 2. when we go for xml serialization ..explain me with example?plz | |
Hi I am trying to use MSXML. But I am getting error in that so I explored internet and found one useful articles regarding the installation of MSXML [url]http://msdn.microsoft.com/en-us/library/ms758753(VS.85).aspx[/url] This article is about "Include Headers and Libraries Manually" But as per the instruction given in this article I have to … | |
What changed? A web page that worked for over a year suddenly started overlapping an image on top of a table presented under it. The table used to render lower, completely below the image. I didn't change the code. The image is the lower of two .gif images, and the … | |
I am doing a program implemented in Mobile Phone. It's quite similar with this one though. The data which I want to save and load is phonenumber. What I want to ask is, can it also use XML serialization? | |
I'm making a web site and need limiting customers' access to the website of my application. I work under Apache Tomcat 6.0.18, postresql and of course i've put postgresql-8.3-603.jdbc4 in my lib file. My context Apache-Tomcat's name is "hotel", and my database's name is AMDB. I haven't a file sun-web.xml … | |
I am pulling info from zillow and then setting a price based on sq ft of the house. I am also using zillow to pull lat and lon to pull up a google map on the property the problem in some homes don't have sq footage and my cold fusion … | |
hi :icon_neutral: , I want to make a radio button checked if the form is already submitted. The form and output are on the same page. I have 2 (later more) radio buttons and i want the form to 'remember' the state of the button, e.g. insert a checked="checked" text … | |
Hi All, I have created a setup project for a WPF application using VS 2008. Now if reinstall the same version again the default settings are not overwriting the user made settings. Suppose my project while installation creates an xml file. The user can change that file. However if I … | |
Hello, We just bought a CRM software and until today, each salesman had his own contact list in Outlook. I retrieved, for each of them, XLS files from Outlook and I copy-pasted it in one file. Thing is, now I have hundreds and hundreds of duplicate records :( . I … |
The End.