6,049 Topics
![]() | |
Can someone please help me out here.. I am trying to convert a .xml file to .dtd file.. I got this .xml file from google. <?xml version="1.0"?> <book> <person> <first>Kiran</first> <last>Pai</last> <age>22</age> </person> <person> <first>Bill</first> <last>Gates</last> <age>46</age> </person> <person> <first>Steve</first> <last>Jobs</last> <age>40</age> </person> </book> Please could you help me out … | |
I Am Trying To Run A Hello World Application Which I Downloaded From The Net. But I Am Getting An Error Saying That Driver Class Not Found Where I Am Specifying The Driver Name As Follows 'com.mysql.jdbc.driver' Which Is Not Recognising Can Anyone Help In Running My First Hibernate Applciation. … | |
Hi there, I'm really new to actionscript, but I've managed to put together a flash xml menu. What I know want to do is delay the loading of each item so that the menu loads in a nice 1 at a time fashion. Can anyone help me with this? I'm … | |
in vb.net, how to check whether the attribute is existing or not... that is.......... i have an xml file and the content is as..... <xs:element name="name" type="xs:string" minOccurs="0"/> <xs:element name="sample"> my coding line is : "ans=xmlnode(k).Attributes.Item(1).Value" when reading the above coding, the error "object reference not set to an istance … | |
hi, i m trying to read the xml file which contain two database table values..... when i m doing this, the 1st table value has read. but the second table value cannot be fetched.... [B][U]my code is :[/U][/B] [COLOR=#0000ff]Dim[/COLOR][COLOR=#000000] xmldoc [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] XmlDocument[/COLOR] [COLOR=#0000ff]Dim[/COLOR] xmlschfile [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]String [/COLOR]xmlschfile = [COLOR=#800000]"D:\woxml\wodet_sch.xml" [/COLOR][COLOR=#0000ff]Dim[/COLOR] … | |
hey...my i have 2 hard drives right now just so i had something in case something happens...like right now for example. my main hard drive...which has everything i actually need on it is infected with something. windows says its spyware or adware, but it wont let me install programs...it will … | |
Hi everyone- I have just come across a .dll in my startup list that has me baffled and a bit concerned as to just what it is. In the past, a Google search has always provided something on any file name I have ever checked, but this one returns zip. … | |
Hey there! I heard that this site was really helpful and as of right now I really need the help. Recently I updated my macafee. After that nothing seemed to work. So i UNINSTALLED it. Thinking that everything would be okay... macafee was somehow still there. Now I was arrogant … | |
| |
I am writting a site map for Google with the notepad with this format: <?xml version="1.0" encoding="UTF-8"?> <[URL="https://www.google.com/webmasters/tools/docs/es/protocol.html#urlsetdef"] urlset[/URL] xmlns="http://www.google.com/schemas/sitemap/0.84"> <[URL="https://www.google.com/webmasters/tools/docs/es/protocol.html#urldef"] url[/URL]> <[URL="https://www.google.com/webmasters/tools/docs/es/protocol.html#locdef"] loc[/URL]>http://www.example.com/</loc> </url> </urlset> I would to know if is there any place online, where I can create the sitemap? | |
Hi everyone, this website stuff is all new to me. So I have set up my web site, read through all tutorials and how to's. Created my keywords, meta tags , description & etc.. Created my sitemap.xml (using Google's Python tool) along with urllist.txt & config.xml and created my robots.txt … | |
I thought you were supposed to put a link to your sitemap in your robots.txt (isn't that what you said, stymiee?) My robots.txt now looks like the following: [code]Sitemap: http://www.daniweb.com/sitemap.xml User-agent: * Disallow:[/code] Google Webmaster Tools robots.txt says "Syntax not understood" for the sitemap line. | |
I am having the same problem as the guy in this post - [URL]http://www.daniweb.com/techtalkforums/thread44977.html[/URL] I am followed some sort of guide from the thread but can not solve it.. Also my IE7 is running slow... Any other advice. Thank you -------------------------------------- Logfile of HijackThis v1.99.1 Scan saved at 19:14:01, on … | |
Dear all See XHTML document below, Question and comments are with the text Thx Bernt [code] <?xml version="1.0" encoding="UTF-16"?> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms"> <head> <link href="EWIN_XFORMS.css" rel="stylesheet"/> <title>XForms Itemset Example</title> <xforms:model id="main"> <xforms:instance> <xforms:DOCUMENT documentName="MyReportXX"> <xforms:STATUS MYCHOICE="1" REMARK=""> </xforms:STATUS> <xforms:STATUS MYCHOICE="11" REMARK=""> </xforms:STATUS> </xforms:DOCUMENT> </xforms:instance> <xforms:bind nodeset="/xforms:DOCUMENT/xforms:STATUS[1]/@MYCHOICE" id="MC1"/> <xforms:bind nodeset="/xforms:DOCUMENT/xforms:STATUS[2]/@MYCHOICE" … | |
Hello, I built a simple contact form on my web site that simply sends the contents from a form to a php script via a xmlhttprequest. When I originally built this about a month ago, it worked fine. Yesterday, I know the form was filled out twice, as it emails … | |
I have a script that spawns two threads, one for incoming data off a socket and one for outgoing. The series of execution is currently as so: Connects to server Outgoing thread sends login information Incoming thread recieves some information back Outgoing thread enters / leaves critical section Outgoing thread … | |
I just started doing this site and did a extremely minimal update only to get this pesky error. I am not sure what the deal is and seriously want to fix this ASAP. I'm sorry as well, as i'm brand new to this coding. (Didn't think i'd get such an … | |
Hey all, well over the last little while my hp laptop has been going increasingly crazier. Every once in a while the whole thing will just freeze for no apparent reason and not even let me shut down...to the point where my only option is to unhook it from its … | |
I wish to do the asterisk and reverse the order of the word. so below is my code.... and it not working... pls help..... thx a lot <wml> <card id="card1"title="INPUT"> <onevent type="onenterforward"> <go href="reverse.wmls#reverse()"/> <refresh> <setvar word="words" value=""/> </refresh> </p> </card> <card id="card2" title="OUTPUT"> <p> input the word:$result1 </p> <p> … | |
hai, i have a XML schema and XML file. Now i want to change the xml <tags> to lowercase... for example <First> <Second>, then i want to same resultant schema and xml file as <first> <second>. could anyone help me plz??? its urgent... thanks in advance....... and also [COLOR=#0000ff]<[/COLOR][COLOR=#990000]xs:element[/COLOR] [COLOR=#990000]name[/COLOR][COLOR=#0000ff]="[/COLOR][B]Rollno[/B][COLOR=#0000ff]"[/COLOR][COLOR=#990000] … ![]() | |
When I boot up my computer for the first few minutes it is normal. Everything looks and works just fine. After 5 minutes, the taskbar changes to the old windows gray color and my voume for my Creative Soundblaster Audigy 2 ZS doesn't work. Sigmatel volume doesn't work, no volume … | |
Hi All, I am creating a content management system for e-learning with chapters and chapter having pages. The CMS should have the facility to add pages by directly copying and pasting from the words, this way the user never knows how many pages he is pasting from the words document. … | |
Hello Everybody, I rarely use the forums even I use the computer since 1994. I always play games online. I guess I am a quiet person or shy person OR LAZY person. Who knows. My name is: Matthew Location: Colorado Springs Education: BS in CS degree, pursuing for CS-SE (Software … | |
I need help. Mi antivirus Mcaffe detect "New Poly Win32" virus but dont clean it. I have already install ewido security suit but i still whit the problem :cry: This is my Hijackthis: Logfile of HijackThis v1.99.1 Scan saved at 01:22:07 p.m., on 12/08/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) … | |
I just thought I'd say hi since I've made a few posts in the last few days. I've been a programmer for about 12 years now and worked on about a dozen different languages commercially. My special interest is in code design, I can be quite pedantic about things such … | |
hi friends, i am able to parse the xml file and retrieve the corresponding tag values. Now how can i send the retrieved values from python function to the c functions. And also can any one help me in retrieving all the sub tag values from a particular action tag. … | |
when i start my bf2 game, often the computer shuts itself down showing the blue screen of death. which is highly annoying. when i re-boot it shows the error report. in the error report it says about the files from a folder called: LOCALS~1\Temp\WERee46.dir00\sysdata.xml and LOCALS~1\Temp\WERee46.dir00\Mini032607-01.dmp Under the 'error signature' … | |
Can anybody help me in how to load the labels in the html page using javascript or php FROM XML IN linux OS. | |
I am upgrading a vb 6.0 app to .net and I'm having trouble moving a file. The app retrieves info from an XML. When it's done I try to move the .xml file to a history folder and I'm getting an error: An unhandled exception of type 'System.IO.IOException' occurred in … | |
Hi everyone, I'm pretty new to Javascript and I guess I'm pretty nooby at it so I have a problem with some Javascript I'm trying to write. Basically I'm creating some Javascript that will allow me to calculate someone's Body Mass Index (BMI) and so far with my code have … | |
What will a flash xml client socket connect to? I have a working php TCP/IP server socket bound to a port >1023 and the flash client will not even connect to it. I can connect to it with non-xml client. Can anyone explain this to me - it has been … | |
Hi all , I developed Entity Bean(BMP) and i created Deployment Descriptor in NetBeans 5.5. I'm getting following error . Error: === [code] XML validation started. Checking file:/G:/my_prgs/Xml/learning/Store_Data/build/jar/META-INF/jonas-ejb-jar.xml... Referenced entity at "[URL]http://www.objectweb.org/jonas/ns/jonas-ejb-jar_4_0.xsd[/URL]". schema_reference.4: Failed to read schema document '[URL]http://www.objectweb.org/jonas/ns/jonas-ejb-jar_4_0.xsd'[/URL], because 1) could not find the document; 2) the document could … | |
I've wonder if i had a xml content then den display it to mya lay-out html.is that possible ?could i used a script on it?like php or asp. | |
Hi all , I'm new to EJB Programming. I need your suggestion of which type of Entity bean i can use for my task . Here's the task i need to accomplish : ============================ I have data in XML now i need to store in SQL SERVER tables which i … | |
I recently had to switch back to the video card (Voodoo Banshee) that came with my PC (Gateway G6-400) because the one I upgraded to about 3 years ago was failing. Things were fine for a few hours, but now i'm having problems with it suddenly reverting to a very … | |
Hi Experts, I have written a Servlet file which sends email to a user .When if i run that servlet file in command Prompts it sends a email .Now i want that servlet file to be automatically executed inside my Tomcat server within a stipulated Time . Sothat it can … | |
good day!.. i have this soap message that will be sent to a simple service provider simulator.. since this is only a simulation, i there will be only one service named leave (e.g. vacation leave, sick leave, etc.) [code] <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://leaveprocessor.blueprints.jbi.sun.com/"> <soapenv:Body> <ns1:processApplication> <appName>applicant</appName> <leaveType>type … | |
Hi everyone, I was trying to load an assembly during runtime from a remote application server using the web configuration file in C#. I created a dll eg. RemoteLib.dll. Then i developed a windows application that uses this dll. eg. testApp. I added a config file "testapp.exe.config" that contained the … | |
Hi all , I have an Standalone application client which pass excel/access file path(absolute) in to EJB server which will convert corresponding excel/access file in to XML. Till now i have hard-code an excel sheet path in application client but i need to make it to work for any excel … | |
My PC restarts unexpectedly. I use Windows XP with Service Pack 2. The error report contains following details, Error Report Contents C:\DOCUME~1\Gayanath\LOCALS~1\Temp\WERd2a0.dir00\Mini030607-01.dmp C:\DOCUME~1\Gayanath\LOCALS~1\Temp\WERd2a0.dir00\sysdata.xml I searched the Temp folder but couldn't find WERd2a0.dir00 in it. Is this a kind of virus? How can I get rid of this? I really appreciate … | |
I want to make new deployment descriptor for JBoss app server as I am migrating my application from websphere to JBoss IN websphere we have ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi code for both of them are [B]ibm-ejb-jar-bnd.xmi[/B] <?xml version="1.0" encoding="UTF-8"?> <ejbbnd:EJBJarBinding xmi:version="2.0" xmlns:xmi="[URL]http://www.omg.org/XMI[/URL]" xmlns:ejbbnd="ejbbnd.xmi" xmlns:ejb="ejb.xmi" xmi:id="EJBJarBinding_1101636685106"> <ejbJar href="META-INF/ejb-jar.xml#ejb-jar_ID"/> <ejbBindings xmi:id="EnterpriseBeanBinding_1101636685106" jndiName="com.sa.Account"> <enterpriseBean … | |
Well I can't connect to my wireless internet as it's saying something else is being used to manage them. I tried figuring out what but couldn't find anything. In addition my Hard drive is constantly being read and make weird scratching noises (I'm guessing that's mechanical and has nothing to … | |
:?: Can anyone please let me know where can I find some sample tests for different technologies/languages/skills regarding web development? I need these for the below mentioned:PHP, ASP, ASP.NET, .NET, ColdFUsion, JSP, Ruby, XML, Soap, CSS, HTML, JavaScript. Thank you in case anyone can help. Regards Tommy | |
Please Check My HJT Log - No internet- constant 100% CPU - HD constantly being read. I would very much appreciate it if someone could help me out with this. Thanks a lot! [CODE]Logfile of HijackThis v1.99.1 Scan saved at 9:28:28 PM, on 3/1/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) … | |
Hi all, Just need some direction on this: I need to start applying and developing applications in French and English. What i mean is the GUIs that i develop need to translate to French or English not translating word for word just the complete text. For example "Part Number" would … | |
Logfile of HijackThis v1.99.1 Scan saved at 8:54:57 PM, on 2/28/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16414) 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:\Program Files\Windows Defender\MsMpEng.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\PROGRA~1\Grisoft\AVG7\avgamsvr.exe C:\PROGRA~1\Grisoft\AVG7\avgupsvc.exe C:\Program Files\Bonjour\mDNSResponder.exe C:\Program Files\Common Files\Microsoft Shared\VS7DEBUG\MDM.EXE C:\WINDOWS\utorrent.exe C:\WINDOWS\system32\wwSecure.exe C:\WINDOWS\system32\wuauclt.exe C:\WINDOWS\Explorer.EXE C:\PROGRA~1\Grisoft\AVG7\avgcc.exe C:\Program Files\Java\jre1.6.0\bin\jusched.exe C:\PROGRA~1\MYWEBS~1\bar\3.bin\mwsoemon.exe … | |
Hi, i am trying to persist the session of my application. i have several complex objects, some of which may not be implementing serializable. i have started with retrieving the session and for each attribute in the session i generate an xml. the problem occurs when i try to convert … | |
Pc keeps shutting down randomly but it does not go the the normal shut down procedure, instead it just crashes like someone switches off the power or something. sometimes aftter 10 min of booting sometimes 2 hrs later I get the Error report dialog the next time i reboot after … | |
Using notepad, I created VB.NET code and saved it as a file named Jack.aspx in C:\ASP.NET (the whole path to the file is C:\ASP.NET\Jack.aspx). Then I launched IE, then clicked on File, Open, Browse, C:\ASP.NET\Jack.aspx and I got the following error: The XML page cannot be displayed Cannot view XML … | |
I want to send emails directly ...using jsp i.e. after submiting personal details of graduate....system shd generate a unique userid and unique password and mail them to graduate email_id mentioned in that personal details |
The End.