6,049 Topics

Member Avatar for
Member Avatar for jaango123

Hi All, I have been using eclipse and MS visual studio .net. I am looking for a way to generate a schema based on the input xml. Visual studio generated as shown below. However, is there a way to mention the below properties through GUI. properties <xs:whiteSpace value="collapse"></xs:whiteSpace> <xs:maxLength value="16"></xs:maxLength> …

Member Avatar for xml_looser
0
147
Member Avatar for jaango123

Hi All, I have the attached xml and xsl, xml being the input to the xsl. The xml contains two account numbers and the xsl will print the account numbers. Now what we need is, number of variables equal to no: of account numbers in the xml, to be declared …

Member Avatar for jaango123
0
335
Member Avatar for Rajicet

Hi, I want to convert an XML containing images into Excel sheet. But it is displaying only image path, not image. How to display the image in Excel... ?? Can i use base64 encoding and decoding for this ? Please help...

Member Avatar for Rajicet
0
130
Member Avatar for perlnoob

Hi every one, I have a question for xslt and xml output I need to extract the text from creator or p with attribute class tags but if the creator and p with attribute class tags are the same I will not output the p tags. and each enclosed it …

Member Avatar for xml_looser
0
136
Member Avatar for abdalaziz

What are the benefits of using "big webservices " and underwhat circumstances is this no longer an appropriate approach to use when integrating different applications ?

0
68
Member Avatar for abdalaziz

what standards would you recommend using to integrate a recruitment agency system with other organistations within the recruitment industry .

0
75
Member Avatar for abdalaziz

how could common webservices standards assist in developing a service oriented architecture.

0
74
Member Avatar for abdalaziz
Member Avatar for z123

Hi, I recently got a message on my computer (Windows Vista Home Premium) from Windows defender, stating that I have harmful or unwanted software on my laptop. I click remove, windows defender says "successful", but this same pop-up comes back when I reboot and while my laptop is on. I …

Member Avatar for jholland1964
0
190
Member Avatar for ziron

I have tried everything to get the text to wrap around the youtub video, spent hours trying to figure it out. I have multiple websites where there is no problem? Can anyone help me please? Dean Brennan HTML: <!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" xml:lang="en-US" lang="en-US"> …

Member Avatar for ziron
0
166
Member Avatar for dmizz002

Hi all, I am kinda new to the area so please bear with me :) I want to dynamically display an image according to a certain variable obtained from an XML document and I did the following code where intTypeID is a variable whose value changes according to the nodes …

Member Avatar for kvprajapati
0
215
Member Avatar for thijscream

hey people, i have the following problem, i'm setting up a webshop with over 2k items and every 6months the prices are changing(wines) so i was wondering how to import an xml file into a mysql database without having to go in phpmyadmin. this because i don't want the people …

Member Avatar for jonnysmiths
0
657
Member Avatar for sindhurupuneni

[CODE]using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.Data.SqlClient; /// <summary> /// Summary description for class1 /// </summary> public class class1 { SqlConnection con = new SqlConnection(ConfigurationManager.AppSettings["privacycloudconnection"]); SqlConnection con1 = new SqlConnection(ConfigurationManager.AppSettings["cloudconnection"]); SqlCommand cmd, cmd1, …

0
65
Member Avatar for MrCapuchino

Hello, I have a xsl file Here I have the HTML code to display a webpage, inside i have a table that fills the rows with data from an XML file. I created a link that has the href attribute filled with data from an element in the XML file. …

Member Avatar for MrCapuchino
0
132
Member Avatar for DaveTran

If I have a class which has a property that I wish to be serializable [CODE] public string Name { get { return name; } set { name = value; } // How can this be private and be used for XML serialization? } [/CODE] How can I prevent other …

Member Avatar for Momerath
0
111
Member Avatar for mushget

Hello, Please help me. I'm running site made only in html and css and is hosted on Apache server. I cannot change anything, except adding programming code into html head and body. How I could add Amazon store pages made in xml into my html pages... Is there any solution …

Member Avatar for twiss
0
75
Member Avatar for bigwhiteegg

Hi there what I'm trying to do here is [subject] building a website that updates several other sites' content such as some images and URL hopefully it is not in the illegal arena I have some idea in mind just not sure if it is going to work so i …

Member Avatar for Alish735
0
116
Member Avatar for komyg

Hi, I am developing a REST WCF Web Service using the webHttpBinding. This service is supposed to receive a parameter through HTTP POST and return a byte array (byte[]). However whenever I call the service I get the following respose: [CODE=xml] <base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">AQEBAAEAFFBBAPQ=</base64Binary> [/CODE] Is there a way to configure …

Member Avatar for komyg
0
430
Member Avatar for DaveTran

I have a Ref class [code] public class Ref<T> { private Func<T> getter; private Action<T> setter; /// <summary> /// For XML Serialization /// </summary> private Ref() { } public Ref(Func<T> getter, Action<T> setter) { this.getter = getter; this.setter = setter; } public Func<T> Getter { get { return getter; } …

Member Avatar for DaveTran
0
164
Member Avatar for IDC_Sharp

OK, i made a program that you can drag and drop mp3 files to it and it's write there's name. i want that when i will click the button "Save" it will save the mp3 files with the new name in the Desktop. how can i do it? there is …

Member Avatar for Razer_90
0
144
Member Avatar for MrCapuchino

Hi, I have a problem, when I test my XSL file from Dreamweaver it opens and transforms the XML document into a temporal HTML file. But if I create a Hyperlink in another web page that links to the file.xls it does not transforms the XML document it just shows …

Member Avatar for MrCapuchino
0
152
Member Avatar for selvis

Hi, I have created a jax-ws web service. It runs fine in my development environment. When deploying to linux server machine, jdk1.6.0_10, tomcat 5.5.23, I get the following errors: Cause of error is failed to parse runtime descriptor: javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found /********************************************************* com.sun.xml.ws.transport.http.servlet.WSServletContextListener contextInitialized INFO: WSSERVLET12: JAX-WS context …

Member Avatar for selvis
0
395
Member Avatar for manibest

Hi all, I am building a deployment package through VS2010. In Package/Publish Web tab, I have checked "include IIS settings as configured in IIS Manager (used only for IIS Web projects)" and also declared a physical path of Web application on destination server other than wwwroot which does exist. Now …

0
42
Member Avatar for Lizbeth

Hi i have a C# windows form that has two list boxes on it.The left one contains a list of 16 student module codes that are available to enrol onto. The user selects a module from the left to transfer to the right box. I have it working up to …

Member Avatar for CsharpChico
0
273
Member Avatar for pagas

I am workin on eclipse Helios Service Release 2, serser Tomcat 7. When i try to reach test.jst i get error 404, type Status report message /bandymas/view/test.jsp description The requested resource (/bandymas/view/test.jsp) is not available. it is strange becouse i can reach error.jsp in the same directory, using the same …

Member Avatar for scrappedcola
0
270
Member Avatar for Moporho

I am getting a error of: Parse error: syntax error, unexpected T_STRING in /home/mprhode/public_html/lightbulb.php on line 1 I can't seem to find out the problem. Please direct me? [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"> <html xmlns = "http://www.w3.org/1999/xhtml"> <head> <title> …

Member Avatar for edwinhermann
0
244
Member Avatar for fiju

Hi , My XML contains a node (I have given it below) which contains an xml text that is '[B]Please complete the &amp;quot;Enquiry Type&quot; field[/B]' , as given below. And I am using a coldfusion function XMLSearch to search for an XML document Object. And I am using an XPath …

Member Avatar for conork
0
212
Member Avatar for shaunsul

Hello all I am working on completing some testing for new printer drives and as you can imagine we go through a lot of paper. Well I would like to see the company save a tree or three. However, part of our driver testing requires that we have a printout …

Member Avatar for xml_looser
0
184
Member Avatar for jayreis

Hello I am not sure what category to put this in. I have a question about .htaccess what I am wanting to do is remove all .php extentions from all files on a website so [url]www.domain.com/contact.php[/url] will become [url]www.domain.com/contact[/url] So my .htaccess file which I have in my public_html folder …

Member Avatar for hielo
0
130
Member Avatar for amithlaxman

Hi, I am using xml:: DOM and Lib xml parsers. The performance of these parsers in how ever slow some times. The data i have is very huge textual data. Is caching mechanism for these parsers are available? what is the best way to speed up these parsers? Any suggestions? …

0
65
Member Avatar for rikjwells

[CODE]Name: Rik Height: 5'8'' Weight: 145-ish lbs probably (I haven't checked in over a year) Hair: Greying brown Eyes: Blue Location: Wellington, New Zealand Year of birth: 1964 OSes: CP/M, Multics, Unix (various), MS-DOS, RSX, VMS, AmigaDOS, Linux (various), Windows (various) IT languages: RPN, BASIC, UCSD Pascal, C, exec-com, Fortran, …

Member Avatar for jingda
0
210
Member Avatar for McLaren

Hi, I am trying to install PHPUnit and having problems. I get many errors: # pear install phpunit/PHPUnit phpunit/PHPUnit can optionally use PHP extension "dbus" phpunit/PHP_CodeCoverage can optionally use PHP extension "xdebug" (version >= 2 .0.5) downloading PHPUnit-3.5.13.tgz ... Starting to download PHPUnit-3.5.13.tgz (118,553 bytes) ..........................done: 118,553 bytes could not …

Member Avatar for McLaren
0
197
Member Avatar for GreenDay2001

In this tutorial you will learn how to create a simple menu using Flash, while the menu items themselves will be imported from an XML file called menu.xml. 1. Start by creating a new flash document which can be called anything you like as long as the size is set …

Member Avatar for gogreen1
0
1K
Member Avatar for joceisme

So I've been trying to deal with a virus that's been affecting my rundll32.exe, but have been unsuccessful so far. Here's my HJT logfile (there's a heck lot of rundll running). Please help! I've used avast and malwarebytes to try cleaning it out but nothing works. I even went into …

Member Avatar for jholland1964
0
313
Member Avatar for aanders5

How do I split a string by 2 characters? lets say I am parsing a html page, and you have lots of tags such as <html> <title> blah bahl </html> If I wanted to split by <title></title>, how would I do that? my goal, is to get the strings within …

Member Avatar for dononelson
0
197
Member Avatar for shruwin

Hi, I have to retrieve data from database and create a XML file, then i have to parse this file and display output in browser. Creating XML file works fine. But parsing is not working. No errors. But output is not displayed in browser. Have submission tomo. Please Please help. …

Member Avatar for peter_budo
0
713
Member Avatar for joban.ali

Hi Everyone, I have integrated a Google Map on my website, which is working in good order. The maps data such as location lat/lng is coming from database. At present all the location markers are appearing on the map. I have a php page which draws out all the sql …

Member Avatar for keval_hack
0
305
Member Avatar for davidmhollis

I originally posted back in Feb. 2011 about needing to transform one xml file with another xml file.. thinking it would be a straight one for one transformation... but of course, it can't remain that easy! I now have to take multiple line items from the input file based on …

Member Avatar for davidmhollis
0
331
Member Avatar for amit.hak50

I am getting this error ,can anyone help me : Warning: Invalid argument supplied for foreach() in /home4/thesisth/public_html/pdfsearchmachine/classes/rss.php on line 14 Here is the rss.php code [CODE] <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <? $search = $_GET["search"]; $replace = " "; $with = "+"; $search = str_replace($replace, $with, $search); if ($rs = …

Member Avatar for amit.hak50
0
271
Member Avatar for shruwin

Hi, I have to retrieve data from database and create a XML file, then i have to parse this file and display output in browser. Creating XML file works fine. But parsing is not working. No errors. But output is not displayed in browser. Have submission tomo. Please Please help. …

0
71
Member Avatar for sc000ber

Im running Windows Vista And all of a sudden recently when I recieve emails to my msn.com address the attatchments Pics are not there just a frame with a tiny red x in the upper corner can I get some guidance on how to fix that please?

0
69
Member Avatar for ceyesuma

When Using DOM can the text in [ICODE]<linkDesc>[url]www.deleteme.com[/url] desc</linkDesc>[/ICODE]be replaced or will the link element need to be Removed and replaced? [CODE]<?xml version="1.0" encoding="utf-8"?><links> <links> <link action="save"> <linkName>www.deleteme.com name</linkName> <linkPath>www.deleteme.com</linkPath> <linkDesc>www.deleteme.com desc</linkDesc> </link> </links>[/CODE] thanks

Member Avatar for xml_looser
0
105
Member Avatar for jasonchild

I have an XML page with the XSLT embedded in the file. I cannot have an external file for the XSLT in this application. Additionally I must reference the stylesheet in a way that the XML file's name can change. I can do this with... [CODE]<?xml-stylesheet type="text/xsl" href="#mySheet"?>[/CODE] ...where... [CODE]<xsl:template …

Member Avatar for _gabe_
0
138
Member Avatar for Insensus

Hello there forum, After a pretty thorough C++ course I've tried my hands at coding an actual project but have stumbled on a pretty big problem and here I am asking for your help. What I'm trying to make right now is a class which communicates with a gameserver through …

Member Avatar for Insensus
0
150
Member Avatar for shakshakshak

Hi everyone, I need to generate an XML file from the 2 tables below: dbo.Guides - ID (int), Title (varchar) dbo.Steps - ID (int), GuideID (int), Info (varchar) Each guide has many steps which are linked by dbo.Guides.ID and dbo.Steps.GuideID Here is my current attempt (recordsets are [1] SELECT * …

Member Avatar for shakshakshak
0
203
Member Avatar for dhudnall

Hello Folks, I currently have a problem with trying to assign values using an XPathNavigator object in InfoPath. What I am trying to do is to perform a simple copy and nothing appears to be working. I don't know if I am doing something wrong or the syntax is incorrect. …

Member Avatar for dhudnall
0
289
Member Avatar for tmroper1331

I have the following XMl file: Code: <Vehicles> <Company name="Ford"> <Vehicletype Vtype="Suv"> <Price>12000</Price> </Vehicletype> </Company> <Company name="Ford"> <Vehicletype Vtype="Truck"> <Price>20000</Price> </Vehicletype> </Company> </Vehicles> And I am trying to transform it to: Code: <Vehicles> <Company name="Ford"> <Vehicletype Vtype="Suv"> <Price>12000</Price> </Vehicletype> <Vehicletype Vtype="Truck"> <Price>20000</Price> </Vehicletype> </Company> </Vehicles> Any help would be appreciated …

Member Avatar for xml_looser
0
139
Member Avatar for Malaoshi

Hi, I want to start the following project: 1. I got data from several Smartphone tests - did most of them myself. 2. I want to write a programm, where the user can choose different options and than will get his "perfect" phone. 3. My Question: [LIST] [*]What would you …

0
138
Member Avatar for ziggystarman

Hi Trying to create a xml file of bookmarks using the following code... [CODE] // Create the XmlDocument. XmlDocument^ doc = gcnew XmlDocument; //Create root doc->LoadXml( L"<bookmarks><name>Favorite Bookmarks</name></bookmarks>" ); for(int i = 0; i < this->listView1->Items->Count; i++) { XmlElement^ newElement = doc->CreateElement(L"bookmark"); //Add url XmlElement^ urlElem = doc->CreateElement( L"url" ); …

0
82
Member Avatar for Shockbox

Hi there, I'm pretty new to XML and Web Services but what I'm trying to do is allow a user to register with an email address. The email entered is to be checked to make sure it doesn't already exist and if not, it is added to our XML file. …

Member Avatar for kvprajapati
0
112

The End.