3,634 Topics

Member Avatar for
Member Avatar for ashafaaiz

Hi, I am creating as API using XML-RPC in php to fetch a database record that matches id of that record. It works well but i could not fetch all records that matching the criteria unless it returns only one record or the last record. What should be the server …

0
63
Member Avatar for valleymorning

Hi everyone, I hope you all a Happy New Year with joy, peace and success. I'm using Java and XML to develop web services and would like to learn how to test or debug web services. I would love to hear from you and appreciate any idea or suggestion. Thank …

Member Avatar for ~s.o.s~
0
60
Member Avatar for derakesh

HI All, I am facing problem while using xslt. the scenario is: I have a input file which is as following <sample> <Term id="12" Rid="23"> <data1>xy</data1> <data2>xy</data2> <data3>xy</data3> </Term> <Sterm> <Lterm> <Term idref="13"/> <Term idref="12"/> <Term idref="14"/> <Term id="15" Rid="27"> <data1>xy</data1> <data2>xy</data2> <data3>xy</data3> </Term> </Sterm> <Nterm> <Term id="13" Rid="23"> <data1>xy</data1> …

0
119
Member Avatar for cooltami

when I do xslt transformation, everything went well. But wherever the content has <key> tag (for eg <key>Black</key> <key>and</key> <key>Decker</key>), is transformed as BlackandDecker in the output instead of Black and Decker Any suggestion, or anything am missing here? Thanks

Member Avatar for GRaymer
0
75
Member Avatar for vivek4075

hi all, sorry i am posting on top of this mail i have a problem see one xml file look like <my-app> <name></name> <!--<class></class>--> </my-app> i want to uncomment the commented part through xslt. please help me thanks in advance

Member Avatar for vivek4075
0
90
Member Avatar for m57lyra

Given an XML structured as dogs dog @id name family father mother Where the father and the mother are identified by @id, and are of course peer nodes. I need to print out the name instead of the id in XSLT inside a for-each loop. What is the Best Practice …

Member Avatar for m57lyra
0
97
Member Avatar for sdzahed

Hi, Iam very new to XSLT and XML. I am trying to invoke a javascript function from inside my xslt documen. The javascript snippet is as follows: [CODE] <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:js="urn:custom-javascript" exclude-result-prefixes="msxsl js" > <msxsl:script language = "JavaScript" implements-prefix = "js"> <![CDATA[ function compareCsvs (firstString,secondString) { var firstArray=firstString.split(","); …

Member Avatar for sdzahed
0
203
Member Avatar for DJAyzed

I have a datagridview on my form called "mainGrid" and im not very good with XML buti found a small example to load but not one to save I wondered if there was a equally simple way to save! Heres the loading code: [code] Private Sub loadGrid() Dim ds As …

Member Avatar for DJAyzed
0
290
Member Avatar for amadaeliseo

Hi to all. How can I easily convert HTML to well formed XML? Does anyone has an idea how I can do that? Thank you for your time.

Member Avatar for MrTelly
0
99
Member Avatar for amadaeliseo

I i have a table in excel with some movies and i want to extract it to XML using XSLT. How can i do that. movie 1 | actor 1| 2009 | ... movie 2 | actor 2 | 2010 | ...

0
44
Member Avatar for mahendra dubey

Hi there I am using XSLT to process an XML file.I want to copy all whole XML and want to modify some attribute node.I using follwing code [code] <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl" xmlns:db="http://tempuri.org/DatabaseXMLSchema.xsd"> <xsl:output method="xml" indent="yes"/> <xsl:template match="@* | node()"> <xsl:copy> <xsl:apply-templates select="@* | node()"/> </xsl:copy> …

0
58
Member Avatar for P00dle

I made a program that edits the contents of a XML file. It works fine, but when there are newline characters between the nodes, the program doesn't handle them correctly. It looks like it's handling the newline as if it's a node as well. The problem is that put all …

0
63
Member Avatar for P00dle

The code I'm using to change XML content isn't working... Does anyone have any idea what I'm doig wrong: [CODE]package domtest; /* public class Main { public static void main(String args[]) throws Exception { DocumentBuilder builder = DocumentBuilderFactory.newInstance().newDocumentBuilder(); DOMBuilder domBuilder = new DOMBuilder(); Document jdomDoc = domBuilder.build(builder.parse(new File("src/home/projects/misc/Test.xml"))); Iterator iter …

Member Avatar for P00dle
0
189
Member Avatar for adhsys

I have the VS2008 Installed, but cann't find the wsdl.EXE prg. I need to create a proxy for a wsdl file to consume the ws. Where can I locate it? Thanks.

0
60
Member Avatar for P00dle

I had a couple of posts on getting this thing to work. I finally got a small test program working, but now this, the actuall program, doesn't. I don't understand the error either(Will include it at the end of this post). Here is my code, with the line throwing an …

Member Avatar for parry_kulk
0
193
Member Avatar for sbutt

Hi All, I have a following xml: [code] <?xml version="1.0" encoding="UTF-8"?> <ForwardRequestResponse xmlns:m="http://webservices.kuoni.ch"> <ForwardRequestResult><![CDATA[<?xml version="1.0" encoding="windows-1252"?><Response Version="2.5" From="KUONEKA0" To="CETS" TermId="XXXXXX" Date="18062009" Time="163523" Type="ERROR" Confirm="X" Agent="XXXXXX" Lang="EN" UserCode="X" UserType="X" UserName="X" UserFirstName="X" Mode="X"><Err><ErrorNr>9999</ErrorNr><ErrorText>Fehlerhafter Request</ErrorText><ErrorText>element &lt;Request&gt; attribute: TermId is too long</ErrorText></Err></Response>]]></ForwardRequestResult> </ForwardRequestResponse> [/code] And I want to extract a CDATA out of it …

Member Avatar for vivek4075
0
133
Member Avatar for sandra21

problem in short - when the flash file reads text from a xml file, the font display is unclear. when the text is embedded in the flash, it appears clearly problem in detail - i would appreciate your help because i am unable to resolve this problem despite my best …

Member Avatar for krisov
0
169
Member Avatar for himit

Hi, Can we declare a variable at one place and assign it a value at another in XSLT? I know that we can assign a value to a variable only once (please correct me if I am wrong), however i am not sure whether we can do it in 2 …

0
88
Member Avatar for 2abani

sample of my xml [CODE]<?xml version = "1.0" encoding="UTF-8"?> <?xml-stylesheet type = "text/xsl" href = "input.xsl"?> <products> <laptop> <name>hp </name> <details> 15.6-Inch Espresso Laptop - Up to 4 Hours of Battery Life (Windows 7 Home Premium) </details> <price>600$</price> </laptop> <laptop> <name>dell vostro</name> <details> 17-Inch </details> <price>600$</price> </laptop> <laptop> <name>acer aspire …

Member Avatar for SoftwareDev
0
147
Member Avatar for PeterTuffin

I have written a WCF client which consumes a 3rd party web service. I used the Visual Studio "Add Service Reference" wizard, and have used the code that it created without a hitch. It is great. Once I had my client tested on my own development PC and then again …

Member Avatar for PeterTuffin
0
978
Member Avatar for hangon

Hi, I have an xml I want to make an exact copy of it. Here is my input/xsl but in the output I get all the elements but namespace prefix is not coming for all the elements. See the red highlighted section [code] <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env = "http://schemas.xmlsoap.org/soap/envelope/" …

0
66
Member Avatar for psha85

Hi everyone- I really need help with an XML Stylesheet ASAP. I am stuck on this one part and I really need to finish it off. I have attached a ZIP folder of the files. The instructions for what I'm supposed to be doing are in the file titled 'assignment.doc' …

0
47
Member Avatar for skyyforever

Hello everyone, I'm trying to implement windows form with data grid (or anything you say is better) which should represent a hierarchical data. This data are stored in a xml file which structure is as follows: [code] <elements> <element> <term>name of element</term> <subelements> <caption> <term>caption name</term> <subelements> <caption> <term>caption 2 …

Member Avatar for gusano79
0
180
Member Avatar for qavo

Asynchronous data fetch from server is mainly reliable in my project which currently uses a "localhost" server. At times though the [inlinecode]XMLHttpRequest onreadystate event[/inlinecode] does not fire and I am suspecting this is due to javascript code still executing when the fetched data becomes available. Summary of process: [B]user click[/B] …

Member Avatar for ShawnCplus
0
87
Member Avatar for Vodlink

hi i am building an asp app that a user logs in then is given textboxes to put a numbers in and when they click submit button the app should search an xml document for the computers with the matching input and display in gridview. The problem is i don't …

0
57
Member Avatar for DIPY

Hi I have a treeview created from a "a.xml" file. Now from a different "b.xml" file i want to pick few nodes and inset them in the treeview. Is there a way in which i can directly load the selected few nodes from "b.xml" file ?

Member Avatar for VIeditorlover
0
119
Member Avatar for siddhithakkar

Hi guys, I am new to this list and really hope to gain a lot from all the experienced professionals out there. Here is what I need to do this time around: I have an input code which is a complete flat structure- grouping of elements is desired out of …

0
55
Member Avatar for hangon

Hi, I have an xml input (wsse) and I want to change the value of one of the attribute "mustUnderstand" while copying. Input.xml [code] <?xml version="1.0" encoding="UTF-8"?> <env:Envelope xmlns:env = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd = "http://www.w3.org/2001/XMLSchema" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"> <env:Header> <wsse:Security env:mustUnderstand = "1" xmlns:wsse = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:UsernameToken xmlns:wsse = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> <wsse:Username …

0
69
Member Avatar for veerasek

Hi All, I am trying to convert HTML file into XML using java. If anyone of you have sample coding please share with me. Your suggestions greatly appreciated. Thanks, Veera

Member Avatar for ~s.o.s~
0
6K
Member Avatar for bluem1

There has to be an easy answer for this, I hope! I basically need the grandchildren of the below xml tree to show up in a vb.net gridview. I have the data getting pulled but all values are getting put into a single cell. Here is the xml tree. [CODE]<?xml …

Member Avatar for sinnerFA
0
258

The End.