3,634 Topics

Member Avatar for
Member Avatar for JohnRodey

I have XPATH statements that are written to work with data based on an older schema, let's call it schema 1.0. Now I want to use those same XPATH statements on data that written based on a newer schema (2.0). Though the two schemas are different there is a close …

0
54
Member Avatar for scott212

I've got a web service that responds to a request with xml, but there's a problem. I'm forced to send the blank line at the beginning of the file or the web server (apache) throws an error 500. However, the blank line breaks the xml and the page it responds …

Member Avatar for scott212
0
97
Member Avatar for onlinesynch

XML-RPC allows you to easily compare the data in tables, and it creates scripts for you to synchronize your environments. In addition to being a great tool for synchronizing lookup data between your testing and production environments, XML-RPC is also very useful for [URL="http://www.onlinesynchronization.com/synchronization_scripts.html"][B]data synchronizing[/B][/URL] between production servers and replication …

0
83
Member Avatar for onlinesynch

The [B][URL="http://www.onlinesynchronization.com/mysql_synchronization.html"]Synchronization [/URL][/B]Manager enables one to set up data synchronization scenarios from one MaxDB to one or several MaxDB servers. The Synchronization Manager uses the standardized XML-RPC to enable asynchronous data transfer. An easy-to-use GUI is also included to simplify the definition of the synchronization scenarios. The new tool also …

0
93
Member Avatar for onlinesynch

There are many types of Data Synchronizations, you can Synchronize your data for PDA applications, or mobile applications, or you can convert your one type of Database into another types of Database format. Now days Mobile users also using Internet from Mobile Devices. Here we are talking about when you …

0
102
Member Avatar for pkuchaliya

hi, i m fetching the record from the given xml but not success full please help [code]DECLARE @XMLString xml set @XMLString ='<timetable> <day1 id="DY101"> <lecture1 id="LECT101"> <subject>SUB101</subject> <faculty>FAC101</faculty> <room>ROOM101</room> </lecture1> <lecture2 id="LECT102"> <subject>SUB102</subject> <faculty>FAC102</faculty> <room>ROOM102</room> </lecture2> <lecture3 id="LECT103"> <subject>SUB103</subject> <faculty>FAC103</faculty> <room>ROOM103</room> </lecture3> <lecture4 id="LECT104"> <subject>SUB104</subject> <faculty>FAC104</faculty> <room>ROOM104</room> </lecture4> <lecture5 id="LECT105"> …

0
74
Member Avatar for FallenPaladin

Hi please can someone help? I have been pulling my hair out for days trying to understand how to open a XML data store in an application. I don't understand the basic principles, as i have opened it int a dataset using readXml, but then been unable to access any …

Member Avatar for Jugortha
0
139
Member Avatar for Temeshwarrior

Hi Com, I’m currently working on a gSOAP client for an cpache CXF service, who authenticates itself by using RSA-Keys. But I have no idea how to configure the security header of my client, which is needed by the service The java code looks similar to this: [CODE] Map<String,Object> inProps= …

0
58
Member Avatar for lorenya

Hi. I have mini sites which were working fine. However, suddenly all of them gives the same error message [B]XML error: > required at line 14[/B] and the google news do not load. I use godaddy service. I could not understand where this problem comes from and how it can …

Member Avatar for lorenya
0
179
Member Avatar for nnobakht

Hi guys, Im brand new to doing tansformations and cannot seem to wrap my head around it. I have a Xml File which looks something like [code] <parentNode> <childnode1 att1="1" att2="2"/> <childnode2></childnode2> <childnode1 att1="1" att2="2"/> <childnode21></childnode21> <childnode1 att1="1" att2="2"/> <childnode22></childnode22> <childnode1 att1="1" att2="2"/> <childnode23></childnode23> <childnode1 att1="1" att2="2"/> <childnode24></childnode24> <optionalNode></optionalNode> </parentNode> …

Member Avatar for nnobakht
0
142
Member Avatar for khaleekcool

hi i want to know the best way for earning money from google adsense ___________________ <URL SNIPPED>

Member Avatar for mitz
0
92
Member Avatar for FallenPaladin

Hi all, I am trying to create an xml file and schema that can be oppened by a .net app. However when the app trys to read from the data set, nothing is being held. I think this may be due to an error in the creation of the xml …

Member Avatar for FallenPaladin
0
97
Member Avatar for khaleekcool
Member Avatar for khaleekcool
0
81
Member Avatar for tytyguy

Ok so here is my situation. I am generating a wordpress (blog) import file from an xml file using xslt. I am trying to add an hour to each publish date node. So for example.... <title> Post 1 </title> <pubdate>8-10-2008 5:00</pubdate> ( I realize the format may not be right) …

Member Avatar for gravyboat
0
517
Member Avatar for ukey.nilesh

Hi folks i am pursuing my Dual Degree(Bachelor + Masters) from Indian Institute of Technology Roorkee(India). I am quite interested in web services and planning to do a project which states as: web service enabled appointment scheduler for universities/colleges. This scheduler may have many different functions like: given our free …

Member Avatar for khaleekcool
0
120
Member Avatar for farhan386

i've created a form like this [code=html] <form method="post" target="iframe_in_bottom" action="send.php"> [/code] send.php is used to save data posted from the form, and call a function called getURL in main window [code=html] <script type='text/javascript'>parent.getURL('thankyou.php')</script> [/code] [code=javascript] function getURL(url){ var xmlHttp=GetXmlHttpObject(); function stateChanged() { if (xmlHttp.readyState==4 || xmlHttp.readyState=="complete"){ document.getElementById('maindiv').innerHTML=xmlHttp.responseText; } else …

0
53
Member Avatar for Tom Tolleson

Hello! I'm new to Ajax (coming from PHP world), and I've been able to find plenty of examples of Ajax being used to display data from XML on a web page, but I haven't found many examples of Ajax being used to update/edit the content or structure of an XML …

Member Avatar for ~s.o.s~
0
89
Member Avatar for arunkr6

I am new in VC++. As to modify a software,I have to read contents of an .xml file. From this data I have to manipulate further, While I tried it by copying to a CString, it reads by word by word(cuts at spaces). But I need at least a line …

Member Avatar for Ancient Dragon
0
86
Member Avatar for mlohokare

How can I Introduce Javascript(?) while running xslt on xml file? I am trying to process 1 single xml file; Inside that xml file there is a <image> tag; tag not contains any information about width; I am aplying xslt on this xml. how can i calculate the width.. My …

0
66
Member Avatar for terme22

Hi I have an xml document with these elements: <staff> <employee> <name> <fname>Sally</fname> <lname>Green</lname> </name> <department>Sales</department> <personal>loops who would like some kalenow what to do. </personal> <id>111</id> <phone>555-444-1234</phone> <image>../images/h111.jpg</image> </employee> </staff> and I have to make a drop down: <form action="" method="get"> <select name="showDept" size="1"> <option value="1">sales</option> <option value="2">IT</option> <option …

Member Avatar for terme22
0
103
Member Avatar for kylcrow

This will probably sound like an ignorant question, but here it is. I am trying to embed a silverlight slideshow control into an html page, and to do so I need an xml config file. Without the xml, the control shows up (it is blank, but it at least shows …

0
79
Member Avatar for bimaljr

[B]I want to show the thumbnails of all images whis is also available in XML file. Please help me how to do this[/B] I have this type of XML (test.xml) : [CODE=xml] <?xml version="1.0" encoding="UTF-16"?> <?xml-stylesheet type="text/xsl" href="test.xsl"?> <My_Collection_DB Name="New Database.bxd"> <CD_DVD Name="200810151145" Size="175701901" Date="10/15/2008 11:51 AM" Disk_ID="4" Volume_Serial_Number="-1533743809" Volume="200810151145"> …

0
68
Member Avatar for jaimitoc30

Hi, I need to make a client which post an XML via HTTPS to a server. Everytime I run the process this is what I get back: [code] <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://com.seven.relay.web.soap" xmlns:tns="http://com.seven.relay.web.soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://soap.web.relay.seven.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenc11="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soapenc12="http://www.w3.org/2003/05/soap-encoding" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://soap.web.relay.seven.com"> <xsd:complexType name="CreateAccountSubscriptionRequest"> …

Member Avatar for gReaen
0
142
Member Avatar for gReaen

Hello all, I am trying to learn WSDL from few weeks. I use BEA workspace studio to develop the web services in java. I checked out few examples and wrote a service for temperature conversion using 'Document' style and 'literal' use and it worked fine. Then i tried the same …

0
68
Member Avatar for jencinas69

I have this csv2xml.php file [code] <?php error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", true); ini_set('memory_limit', '24M'); function csv2xml($file, $container = 'data') { $r = "<{$container}>\n"; $row = 0; $cols = 0; $titles = array(); $handle = @fopen($file, 'r'); if (!$handle) return $handle; while (($data = fgetcsv($handle, 1000, ',')) !== FALSE) { if …

Member Avatar for jencinas69
0
163
Member Avatar for miepmuts

Hi everyone, I am trying to convert a textfile eventually to a pdf file with a visualization of information in the text file. I use Java to convert the text file to an xml file, and fop to convert the xml together with an xsl file to a pdf containing …

Member Avatar for miepmuts
0
155
Member Avatar for Anthraxnz

sorry if this is a dumb FAQ type question, but i have been searching all morning for a answer. Heres the setup. I have an Oracle 10g DB outputting Relational Tables into XML. heres an example out some output. [code]<?xml version = '1.0' encoding="ISO-8859-1"?> <?xml-stylesheet href="blog.xsl" type="text/xsl"?> <ROWSET> <ROW num="1"> …

0
61
Member Avatar for skydiverMN

I've read a ton of things online but i'm still unable to access the attribute within my root. My root is called "Customers" and the attribute is called "id". While I can see the text details (and everything else too) in the innerXML but I can't query it and get …

0
61
Member Avatar for Jihad

I have an wsdl file, I puted the wsdl file in the app_code folder ("I am using visual studio 2008"), as it is supposed to be it generated the proxy for me. But the proxy file containes object type parameter for all functions even for the functions that are not …

Member Avatar for Jihad
0
199
Member Avatar for ms.izyan

im new in xml. i already know how to convert sql into xml, but now i wanna convert a file in xml format into table format (sql database). The xml file is shown below. pls help me.. :( <menu> <menuitem> <food>french tost</food> <price>12.45</price> </menuitem> <menuitem> <food>bread</food> <price>3.00</price> </menuitem> </menu>

0
83

The End.