6,049 Topics
![]() | |
I'm getting a RunDLL error on startup that says as follows: Error loading C:\Windows\Qqafeco.dll The Specified module could not be found. After I close the notification box, my computer seems to be running ok, but goes through extremely slow periods where it sometimes takes text I write 10-15 seconds to … | |
Please help me, I am new to Java . My xml file structure is as follows--- <Procedure> <SP> <ID>100</ID> <Name>Employee</Name> <Inputs> <Input NAME ="asasa" DATA="sasas"/> </Inputs> </SP> <SP> <ID>101</ID> <Name>Display</Name> <Inputs></Inputs> </SP> </Procedure> I have generated the classes for the xml file using the commmand xjc. Now I need to … | |
Hi..Can u please tell me how to load the contents of a XMLDocument into a dataset or a datagrid? | |
my last thread was just solved that i can run my java programs in my linux box. now i would love to know if some one knows how to make a html/xml page that has a link that if i clicked and it would execute my java program. all i … | |
Hi guys I'm new to this. I need help because i need to read xml files, locate certain tags and copy its values to a txt file. Can somebody help me please? Thanks | |
Hello, I need help to parser a doc xml. I need to get the value of @show, but only on the lines with @name="wlan.seq". And after, I need to know how many times the same value of @show was repeated in the doc xml (if it was repeated). How do … | |
Hi, I am using msxml4 for my project with an xml file of about 10mb. I read this xml file multiple times as it gets modified a lot during the application run. So I am using xmlDoc->release() after reading the xml file and performing the required operation on it . … | |
Dear friends, Greetings I am copying the code which is giving only one error. Please help. I have attached the file also.. cross.py [code] import subprocess, sys, socket, time, struct, random from traciControl import initTraCI, simStep, close, getVehNoOfIndLoop, setPhase PORT = 8813 NSGREEN = ["0101", "0101", "0000"] NSYELLOW = ["0000", … | |
Cannot figure out what is wrong with this stylesheet - attach it to any xml, it doesn't actually use the xml in this stripped down example: [code=xsl] <?xml version='1.0' encoding='ISO-8859-1'?> <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'> <xsl:output method='html' indent='yes' media-type='text/html' /> <xsl:variable name='columns' select='10' /> <xsl:template match='/'> <table> <tr> <td> <xsl:attribute name='colspan'><xsl:value-of select='floor( … | |
Hello, I need help to parser a doc xml. I need to get the value of @show, but only on the lines with @name="wlan.seq". And after, I need to know how many times the same value of @show was repeated in the doc xml (if it was repeated). How do … | |
Hi, I want to send a XML file to my website where the XML is read and information passed to MySQL database. I know this is done but i don't know how to do it. Something related to header etc? Any idea? Thanks | |
Hi, Is there anyone who has XML pagination example. I use simple_xml in PHP to read it. thanks | |
Having an issue where both my xml and xsl are parsing fine (when viewed in firefox) but when combined together, throw an error: Error loading stylesheet: Parsing an XSLT stylesheet failed. (I noticed a suimilar post but was reccommended by the system to start a new thread, as it was … | |
I am Planning to write a Web Service where authentication should be done from WSDL file.Can Authentication and Authorization can be done from WSDL?? Thanks in Advance.... | |
7. Track number of ‘All Blues’ song on ‘Kind of Blue’ CD 8. Name of second track on ‘Cookin’ CD 9. Total cost to purchase all 3 CDs (UK prices) Please see attached file for XML.... I need to have code for XSL..... I couldn't figure out for number 7 … | |
please see [url]http://dreamtech.awardspace.co.uk/[/url] in IE 7 or firefox 3.0.6 - it displays fine. but in IE6, the 2 columns on the page display one below the other. i assume its something to do with the css. can you help me? the css files are [url]http://dreamtech.awardspace.co.uk/style.css[/url] and [url]http://dreamtech.awardspace.co.uk/layout.css[/url] also the page … | |
Hey, I posted the HijackThis log below Can you please check if there are any viruses in this log or what should I delete? Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 11:36:19, on 4/04/2009 Platform: Windows Vista SP1 (WinNT 6.00.1905) MSIE: Internet Explorer v7.00 (7.00.6001.18000) Boot mode: Normal … | |
I need some help with avg... I am attached files for xml --- I am struggling.... the question i have is : 1. What is the average speed of all the dinosaurs? A. <xsl:value-of select="format-number((sum(dinosaurs/*/speed[@units='mph'])div count(dinosaurs/*/speed[@units='mph']))"/>ft it does not work... or B. <xsl:value-of select="sum(//speed) div count(//speed)" /> or C.9. <xsl:value-of … | |
Hi, I have a web application running on a servlet container(2.3). All the servlets inherit from one single servlet that inherit from HttpServlet and implements a service() method. The service() method of the main page provides authentication mechanism and also a protection against 2x clicks and refresh from user's browser. … | |
Hello all. I am new to XSLT and I cant figure out how to solve this problem: I have a XML source document looking like this: <file> <object> <name>A</name> <type>1</type> </object> <object> <name>B</name> <type>1</type> </object> <object> <name>C</name> <type>2</type> </object> ... </file> where I only have the <type> 1 and 2 … | |
Hi, I want to view my xml in the Html page using stylesheet(XSL)so that it should provide me the tree view in Html. Same as what we are achieving in xml with removal of the XSL reference. Can any one provide me some guidance to achive that? Thanks Bhuvanesh | |
Hey all, I want to access for each coverage, for each vehicle a combined node of ABC and EFG, I wanna show. I know that I ll have to concat the values of CoverageLimit but How can I acccess two nodes at a time. Thankx in advance. Output: Vehicle 1: … | |
Hi! I'm new to the forum and to xslt. My problem is that I have to transform a cloud-like data hierarchy xml into a tree-like data hierarchy xml. Let me give you some example: input xml: [CODE] <DATA> <OBJECT id="1" class="CAR"> <ATTRIBUTE name="name" value="CITROEN CX" /> <ATTRIBUTE name="content" value="photo_link" /> … | |
Hello everyone! :) I would like to read a xml file in order to return the content as a HTML response. I wonder if i need to parse the XML file or i can read the file as if it were an txt file. I am interested in this second … | |
Hi there, I'm trying to understand how XPath works, I haven't been using it for that long :) I want to be able to select all the siblings of a specified node. For example; [CODE]<folder> <page id="1" /> <page id="2" /> <page id="3" /> <folder id="4"> <page id="5" /> <page … | |
Hello Friends, Can you tell me the most popular commercial use of XML? I am aware that it is used to store and tranfer data between applications and systems. But, now, I'm looking for a term comprising of two words which is most popularly used in commercial application of XML. … | |
Using the following data, create a well-formed XML file... Please see attached file. can you help me with xml coding with that attached file? I really need it ASAP. | |
I am trying to output a table which lists a customer's payments whilst keeping a running total. A section of my XML is as follows: [CODE]<Accounts> <Payment> <CustomerID>1</CustomerID> <Date>2009-03-16</Date> <Amount>22</Amount> </Payment> <Payment> <CustomerID>4</CustomerID> <Date>2009-02-12</Date> <Amount>35</Amount> </Payment> <Payment> <CustomerID>2</CustomerID> <Date>2009-05-17</Date> <Amount>41</Amount> </Payment>[/CODE] I have included the following code to sort the … | |
Hi all, How can i modify the attribute of a node using php? Eg: <node width='50'> <detail>test</detail> </node> i want to change the attribute width to 100 using the php code? Haw can i fix this? Thanx in advance | |
Hi, I want to add this line [inlinecode]<user id="5" ready="No" collected="No" />[/inlinecode]in my XML document. How can i do it? After sorting this, I'll update and delete selected nodes later. I you can also helping me doing all, i would be very grateful. Javascript please. Thanks [code] <users> <user id="1" … | |
I am having some problems with python. If I use IE to POST data to a page using a simple form, I get the following [code] POST /automa/auth.php HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/x-ms-application, application/x-ms-xbap, application/vnd.ms-xpsdocument, application/xaml+xml, */* Referer: http://maroon5/automa/login.php Accept-Language: en-us Content-Type: application/x-www-form-urlencoded UA-CPU: x86 Accept-Encoding: gzip, … | |
i am new to xpath qurey. i want some how to get these nodes. <?xml version="1.0" encoding="UTF-8"?> <uml:Model name="Studentmanagementsystem" xmi:id="e5i21gSGAqAERwCq" xmi:version="2.1" xmlns:uml="http://www.eclipse.org/uml2/2.0.0/UML" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1"> <xmi:Documentation xmi:Exporter="Visual Paradigm for UML" xmi:ExporterVersion="6.3.0"/> <packagedElement isAbstract="false" isActive="false" isLeaf="false" name="User" visibility="public" xmi:id="lELO1gSGAqAERwOt" xmi:type="uml:Class"> <xmi:Extension xmi:Extender="Visual Paradigm for UML"> <isRoot xmi:value="false"/> <modelType value="Class"/> <businessModel xmi:value="false"/> </xmi:Extension> <ownedAttribute … | |
Hello, pliz can someone help me on this I have created a web sercive in Java and has eable it to use WSIT, now when i try to call the web service, my client tries with no success and I get an error message in the message log saying: A … | |
Hello, I need some help removing these trojans because my antivirus doesn't even know they're there. I've read through your stickied posts, so I think the first step is to post my HJT log. Hopefully, I can get rid of all 3 in one shot (and any other you might … | |
I'm doing a project and our structure of our page should be based to a current XML. now i am having difficult to find out how to generate the simpleType SOAP value found in the XML. and XML code looks like this. ... <simpleType name="useraccount"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="username"/> <xsd:enumeration … | |
I'm doing a project and our structure of our page should be based to a current XML. now i am having difficult to find out how to generate the simpleType SOAP value found in the XML. and XML code looks like this. ... [code=xml]<simpleType name="useraccount"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="username"/> <xsd:enumeration … | |
Hi everyone, I'm newbie here. Is anyone here how to make "simpleType" in SOAP/XML. All I know how to create "complexType", but I'm just trying to create the different "enumeration" element with a "restriction" under the "simpleType". Thanks in Advance. | |
hi this is my code for online banking i want to encyrpte the user inputs of code to an xml file that i have created i also want to decrypte the file....below is the code Imports System.IO Imports System.Xml Public Class welcome Dim pincode As String Private customers As New … | |
hi there thank you for helping me before but i have new problem with javascript i need to disable the selection list wheb the checkboxes are unchecked and enable when they are checked this my code so far [code] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> … | |
Hello, I need to read an xml file and store the information from it, into a tree struct in java. The xml format is the following: <room> <floor> <shape>...</shape> <dimensions>...</dimensions> <orientation>...</orientation> <style>...</style> <other tags>...</other tags> </floor> <ceiling> <shape>...</shape> <dimensions>...</dimensions> <orientation>...</orientation> <style>...</style> <other tags>...</other tags> </ceiling> <wall> <shape>...</shape> <dimensions>...</dimensions> <orientation>...</orientation> <style>...</style> … | |
Hi, I am in deep need of some good ideas about how could I test an application server written with twisted, testing it with twisted trial. The way the application server works is by using a home-made XML protocol. A client logs in by sending an authorization request, it receives … | |
What are some of the advantages of using XSLT and XPATH version 2.0 over their 1.0 predecessors? Any disadvantages? | |
Hi everyone! First, sorry for my bad English! I have a problem with httplib... I must send XML contain throu HTTP protocol, and here is my code [CODE] import sys import httplib xml = """ <?xml version="1.0" encoding="utf-8"?><!DOCTYPE Doc SYSTEM "TenorOAM.dtd"> <Doc date="1196693972484" from="10.1.1.180" nid="CMS000001" sid="94" to="85.90.74.15"> <ReqMsg><MsgHead mid="1"/><Cmd><New><ObjPath><Instance otype="Null" … | |
Hi all! This is my first time posting on this forum. Very new to forums altogether really, but recently my second PC got a horrible virus. The background was changed to "WARNING viruses and spyware have been found on your computer. please run a spyware check", my CD rom drive … | |
Hi i am new to use java. on compling my java file in tomcat server i get cannot resolve symbol symbol : method getAttribute (java.lang.String) location: interface org.w3c.dom.Node out.println(photoElements.item(iElement).getAttribute("id")); and the line he is referring to is for(int iElement = 1; iElement < 10; iElement++) { out.println(photoElements.item(iElement).getAttribute("id")); i am not … | |
![]() | I'm using PHP to piece together photos on my website. I have the pieces in the correct order, but there is white space between each photo. At the moment, the only Css I have is placing the black border around the specified outer edges of the photo - I added … |
I put together a simple speech recognizer. It works fine, but when I click the X to close it, it takes forever to unload... can I do anything about it? [CODE] Dim WithEvents RecoContext As SpInProcRecoContext 'RC Dim Grammar As ISpeechRecoGrammar Dim Recognizer As SpInprocRecognizer Private Sub Form_Unload(Cancel As Integer) … | |
I want to pass a php variable into xml script. Essentially what I want to achive is: var xmlvariable= '$phpvariable'; Is there a simple solution to this? Many Thanks Nick | |
Hello, i was wondering how you would go about having an RSS feed on my homepage that automatically updates when there is a new post in a certain Forum. For example: I want to have a Forum that only admins can post in, the posts in this forum are then … | |
Hi, all When i type Daniweb in google, it comes out really clearly site map in google. for example like: [CODE] DaniWeb IT Discussion Community - Software Programming / Web ... Forums Web Development Java Forum JavaScript PHP Software Development [/CODE] I made the write the googlesitemap.xml file and upload … |
The End.