6,049 Topics
![]() | |
Hi all, I current have in place some XSL to strip html tags out. It had worked untill stuff started comming in with internal styling. I tried to introduce something to strip out the <style> tags, but it doesn't work. Here is where I have gotten so far: [CODE] <xsl:if … | |
Hello Daniweb, I have a list of words seperated by line breaks in a .txt file. It looks like this. driving drop dry dust ear early earth east edge education I need to figure out the easiest way to convert it to a simple XML file that looks like this: … | |
Hi, i am very new to gsoap n SOAP thing. i tried executing the first sample example using gSOAP. It is the calculator example. i do not know the basics of gSOAP and di not find the same on net.. what i have done is: 1) compiled the calcclient - … | |
I am not sure if this is the correct category for VXML but it is very similar to XML; so I am hoping this will fly. Please move to another forum if necessary. I am a Grad-Student and my thesis is working with VXML. I have built my application to … | |
![]() | I'm hoping someone here can help me. I am very new to C# and programming in general and am stuck on the following after researching and trying different solutions for the past 2 weeks! I'm trying to read from an XML file into datagridview. I also want to add extra … |
[U]I originally built this in Flash 8, then moved the files over to CS4.[/U] Hi, I have a list component where I've loaded song files through xml and everything is working great. I have now been trying to figure out how to make it play one of the 8 files … | |
Hi there, nice to be part of the forum, and sorry for my English, I will try my best but is not my mother tongue. With bigger monitors available on the market the gap between 1024x768px and 1920x1200px is now really huge so I need to manage a photography website … | |
I am new to XML and have a very sketchy knowledge of C. I am writing a C program in which I need to read strings (each on a separate line) in a text file, match that string with a value enclosed in a specific tag inside an XML file, … ![]() | |
Hi experts, I am new to XSLT. As im in support i need to fix a xslt issue urgently. I hope you experts can help me on this issue. Input XML: [code] <Items> <Item> <Discnum>1</Discnum> <Discnum>2</Discnum> </Item> <Item> <Discnum>3</Discnum> </Item> <Item> <Discnum>4</Discnum> <Discnum>5</Discnum> </Item> <discounts> <discount> <discnum>1</discnum> <discqty>2</discqty> </discount> <discount> … | |
[CODE]<?xml version="1.0"?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" assembly="HibernateCollaborator.Core" namespace="HibernateCollaborator.Core" default-access="property" default-cascade="none" default-lazy="false" auto-import="true" > <class name="ProjectRole" table="ProjectRoles" lazy="false"> <id name="ID" column="ID" type="Int32" unsaved-value="0"> <generator class="native" /> </id> <property name="Name" type="string" length="30" not-null="true"> <column name="Name" sql-type="varchar" length="30" not-null="true"/> </property> <property name="Permission" type="byte" not-null="true"> <column name="Permission" sql-type="tinyint" not-null="true"/> </property> <bag name="ProjectParticipations" lazy="false"> <key column="PRoleID" /> … | |
Hi, i've been using spring-mvc framework to develop a web application. I got stuck with this message: "build-impl.xml the module has not been deployed." I'm using Netbeans 6.7. If anyone can help me, i'll appreciate it. ps. i don't know if this is the right place to have posted this … | |
like isnt there a way to update an rss feed without using other programs? i have an .rss feed and it has like 10 entries or whatever they are callled but its only because i cant update it manually everytime i want to. that would be rediculous. also ihave some … | |
![]() | Is there a way to send a large amount of data through AJAX to a PHP script? Almost all tutorials say to modify the URL to equal whatever variable your trying to look up. I am wondering if it is possible to pass infomation to the server through an XML … |
Is it possible to apply XSLT on XML output from a Perl CGI script? I.e. I have a registration form, when submitted it makes an Ajax request, building a query string from the form inputs. The request is made to a Perl CGI script. This script can be called two … | |
I'm a newbie trying to modify the code in an AJAX tutorial to load data from an XML file, and it is not working. The code is in a php file that is invoked with the URL: [icode]getXMLTest.php?showName=photoShowTest.xml[/icode] The code I've written (mostly copied from the tutorial, actually) is: [code] … | |
Can anyone give me a solution to the following problem? [code=syntax]<root> <elem1> <titel><bold>1.<tab/>The text <italic>of the</italic> headline</bold></titel> </elem1> <par>...</par> <par/> </root> [/code] Should become the following structure (attention: double bold-element): [code=syntax]<root> <elem1> <titel> <nummer><bold>1.</bold></nummer> <text><bold>The text <italic>of the </italic> headline</bold></text> </titel> </elem1> </root> [/code] Thanks a lot! | |
I am trying to learn this but I am so not logical and I'm lost as all hell. Anyway I'll just copy paste what I've already put on yahoo answers. Can you help me figure this out this php? So far this is what I have and I'm lost on … | |
i have all the fields working. now i just need the user information as well as my created images into my sidebar div id="badge" and div id="results" every time i hit submit it clears the form rather than posting it. what am i missing? [CODE]// JavaScript Document function setupForm() { … | |
I need a really fast reply because I need to turn my site in tomorrow to my professor, and she doesn't know how to fix this issue: I am trying to get my images to enlarge when the mouse cursor hovers over them. Then when the cursor moves off of … | |
HI i have validate my web site but i solved themi couldn't find out some problems . these are my problems and I don't know what are these . can any one help me ? 1- 80: XML Parsing Error: EntityRef: expecting ';' …v class='font_style up_r_menu' > text body</div> <div … | |
I'm trying to create a context based menu and would to display(upon user click) the parent category, selected category and the first level children of the selected category. parent category [INDENT]selected category[/INDENT] [INDENT][INDENT]{child categories}[/INDENT][/INDENT] Selected category is determined by attribute value and that works. | |
This is the XSLT from a SharePoint Dataview: [CODE]<tr> <td class="ms-vb">Trip Count : <xsl:value-of select="count(/dsQueryResponse/Rows/Row)" /></td> </tr> <tr> <td class="ms-vb">Warning Count : <xsl:value-of select="count(/dsQueryResponse/Rows/Row )" /></td> </tr>[/CODE] Trip Count above counts the total number of forms entered by traveller - the xpath expression works like a charm... How do I … | |
Hi All, I have xml file contains dtd decalartion and data with align, bullat etc. how to show xml file content into html page. I used as [CODE] Set objXml = Server.CreateObject("Microsoft.XMLDOM") objXml.async = False objXml.load("D:\" & thing & ".xml") strHTMLconversionTest = "<HTML>" & "<HEAD>" & "<BODY>" For i = … | |
Hi All, Am given a string: %3CNodeName%20att1%3D'%3F'%3C%3E'%3E%40innertext%3B%3A%3C%3E%3C%2FNodeName%3E this is a UrlEncoded version of: <NodeName att1='?'<>'>@innertext;:<></NodeName> if i UrlDecode the entire string there is some invalid characters in the nodes attribute and the nodes innerText property. I have a function to search for the innertexts and encode them which seems to … | |
I am using FF 3.5.5 and it keeps opening new tabs and redirecting my google search results to random pages. Can someone please help? Mbam log: Malwarebytes' Anti-Malware 1.41 Database version: 3110 Windows 5.1.2600 Service Pack 3 11/30/2009 11:53:12 PM mbam-log-2009-11-30 (23-53-12).txt Scan type: Full Scan (C:\|) Objects scanned: 296789 … | |
Someone is building an application for me in VB.NET. I want to be able to check out their work. I want a way to fill up the form, by drawing values from a text file that contains sample values, as soon as I click a button (outside the application window). … | |
Hi all, I am thinking of a login system which can retrieve user credentials from: i) DB ii) LDAP iii) XML essentially a configurable one.. Like when u choose to get credentials from DB, u can specify the table name and columns to get the value from... similarly for others.. … | |
Hi, I am new to JBoss and I need to develop a scalable application that should function as a Web Service (in essence a message exchange service between servers and clients). Furthermore all of the requests and responses to and from this application should be inside a transaction. Reading through … | |
Hi everyone, Daniweb has helped me a lot in the past and for once I haven't found the solution in a previous thread. Here is my issue. I simply cannot figure out what to do to send/receive XML using PHP SOAP functions. It sounds simple enough, but I have been … | |
Greetings everyone, My name is Tommy, Based on the tutorial codes written by hol.sten ([url]http://user.services.openoffice.org/en/forum/viewtopic.php?t=3490&f=45[/url]), i've tried to write similar codes for the same purposes, but with an added complexity. I encounter quite a problem when i tried to export the Ooo calc ods file. The problem lies in one … | |
I'm using [I]javax.xml.parsers.DocumentBuilderFactory[/I] to load an XML file. The file contains paired elements like so: <A></A> <B></B> <A></A> <B></B> <A></A> <B></B> So if I did the following: [code] Element element = <root node element> NodeList nodeListA = element.getElementsByTagName("A"); NodeList nodeListB = element.getElementsByTagName("B"); [/code] Can I assume the elements are in … | |
Hello evryone. I am new to PHP and MySQL. I have created an admin area for where selected people can add, delete, and edit data from a database. I have managed to get the add, and delete to work, but I am stuck with the editing. Can you help? [CODE]<!DOCTYPE … ![]() | |
Hi, I need some help in xslt. I am trying to develop a xslt , I have pasted the short format of all 3 files below, The Input xml file. The xslt and output xml. I will be very great full If anybody can help. I have tried everything but … | |
Hello daniweb, I am new to java and am trying to wrap my head around parsing XML with Java. I've decided to try DOM with Xerces to start because it seems pretty simple, however I am getting NoClassDefFound errors. I'm sure it's something really simple that I have overlooked due … | |
Hi, In my program, a text file is read in, and certain parts of it are written to a XML file. There are special characters(e.g. &) that need to be escaped, so I need to escape all of them. How can I manage to do this? | |
Hi all, I recently moved south to Bangalore and I am working for a large software integrator mainly testing. My project team is working on web service project. We plan to use an open source software like soapUI now. Are you able to point me to online and offline resources/trainings … | |
Hello, I made Web Service which connect to database and retrieve data. Web service works file, I can connect to database and get data, here is my code: [CODE] package mypack; import javax.jws.WebService; import javax.jws.WebMethod; import java.util.*; import java.sql.*; import getInfo.*; /** * * @author Aziz */ @WebService() public class … | |
I created a CustomSection class by extending the ConfigurationSection. I red quite a few articles on the subject and they all sugest the same approach, but it doesn't work for me, and I dont have a clue what am I doing wrong. So any idea or help will be appreciated. … | |
Hello guys, the last few days i've been looking for the solution, but to bad. Nowhere i seem to find it. I've found many posts about it, but none of them works for me. The problem: Last week we've stepped over to windows server 2008. Very nice..bla bla bla. However, … | |
Im writing a Grease Monkey script to beautify one of the websites i use! It is a bit messy with all the anchor <a> tags underlined! I want to set the text-decoration to none in links with href to the same website. That means all links connecting to external websites … | |
HI All, I am facing one problem that i have to do a vertical span for the table columns. But i am not getting any way to solve this problem. My input xml is as follows:- [CODE] <tabular frame="all" colsep="1" rowsep="1" orient="port" id="ctab1"> <tgroup cols="3" tgroupstyle="tabular" colsep="1" rowsep="1" align="left" charoff="50" … | |
Can ignore other post not sure why i closed it, not solved lol, not enough coffee too much looking at php anyway. I have this form I'm working on and found something interesting attempt1 this way works exactly how I want, which is nothing in the input boxes and no … | |
I have this form I'm working on and found something interesting attempt1 this way works exactly how I want, which is nothing in the input boxes and no error messages on loading the registration form, once submit is entered the empty fields have a message appear next to them, the … | |
I need to make a servlet that takes in a web page url, cleans up the HTML and spits back out a xml file which i need to make conform to a schema. This is a class assignment and I have no idea how to go about to doing this. … | |
Hi, how to make that div "left and "rigth" would have 50% empty window. And div "center" always be the center. Now div make one after another [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" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style type="text/css"> div.body{ margin:0; … | |
Hi everyone. I've got this code that I've been following along with a sample. However, whenever I debug it, I get the error 'XML Exception was unhandled: Root element is missing.' Here's the code I have so far. [code=c#] namespace SpiveyPropertyRental { public partial class Tenants : Form { public … | |
Hi, I would like to display an RSS feed from a website on my website, but I want to hand code a solution rather than use a widget. Basically this is a learning task I have set myself. My question is how can I load the RSS feeds into a … | |
hi, I have written my first pom.xml and on making a build it says, u are using java 1.3 you need 5 or above. I only have 1.6 installed in my system, Can anyone please help me, please tell me where do I need to check, I have checked all … | |
Thinking of looking for a flu shot while you're out shopping this weekend but don't know where to look? There's an [URL="http://maps.google.com/maps/mpl?moduleurl=http://maps.google.com/mapfiles/mapplets/flushot/flushot.xml"]app[/URL] (Google Maps) for that. Type in a location and it will show you locations in the area that offer flu shots, as well as their times -- and … | |
I'm build a huge xml->mysql data importer ar parser from outer server. And I need a script example, what to do with big [CODE=PHP] $xml = simplexml_load_file('plane.xml'); if($xml) { for($lvl1=0; $lvl1<(count($xml->Trip)); $lvl1++) { for($lvl3=0; $lvl3<(count($xml->Trip[$lvl1]->Hotels->Hotel)); $lvl3++) { // Fill an array with the travel data $element['trip_id'] = (string)$xml->Trip[$lvl1]['id']; $element['description'] = … |
The End.