3,634 Topics

Member Avatar for
Member Avatar for anandunics

Hi All, Recently i have developed a new XSL file in altova XMLSpy , and the XSL version is 2.0. When i tried the Transformation , in different environemt(without using XMLSpy), i am thrown with below error. ERROR: 'Syntax error in 'descendant::element()'.' FATAL ERROR: 'Could not compile stylesheet' javax.xml.transform.TransformerConfigurationException: Could …

Member Avatar for anandunics
0
243
Member Avatar for chriselectrix

Hi All Ive got an XSL for some XML data. The XML data contains a date field called OrderNum_OrderDate. How can I filter the data so it only displays data from the XML that has a date of TODAY + 7 days. I only want to see information for the …

Member Avatar for SBA-CDeCinko
0
436
Member Avatar for kadriirdak

Hi There, I have a usage problem with CURL output. I have a web services and I use CURL to get the data, However this web services set up as XML output and I want to convert it to array to use the result in the web form. My CURL …

Member Avatar for kadriirdak
0
6K
Member Avatar for towerrounder

Hi all, I'd appreciate some advice concerning the following issue. I have a situation with two very different ways to implement. Both are easy, but Im not sure of the pros and cons of each. Basically I am allowing users to message each other on a website, and so I …

Member Avatar for nick.crane
0
205
Member Avatar for skuip

Hi, I'm trying to extract an inner node and place it at the level as the element <para>. However I'm unable to figure it out. Source XML: [CODE] <para> Lorem ipsum dolor sit amet, <i>consectetur</i> adipiscing elit. Aenean vestibulum pharetra metus. <formula altimg="fig1">E = mc^2</formula> Curabitur ac nibh purus, eget …

Member Avatar for skuip
0
171
Member Avatar for swebb

Hi all, I'm working with xsl-fo at the moment to create an interactive document. One of the features which I would like to implement is <fo:multi-switch>, <fo:multi-case> and <fo:multi-toggle>. I am using the Apache FOP processor and have discovered that it doesn't support these elements. I researched a few other …

0
73
Member Avatar for Joshua Kidd

Are there any easier ways to use simple XML as I need to create a flash application with simple xml. What I am using now is [CODE]<td><center><?php if($xml === false) { echo "There was an error opening the xml file."; exit; } else { foreach($xml as $pilot_first_name) { echo $pilot_first_name->fn …

Member Avatar for twiss
0
69
Member Avatar for elakkiyatamil

Hai i created a proxy classes using wsimport command...while running those command i got this error.please rectify this problem [WARNING] SOAP port "ServiceSoap12": uses a non-standard SOAP 1.2 binding. line 138 of [url]http://10.0.3.24/Test/service.asmx?wsdl[/url]

0
68
Member Avatar for nijicp

Hey.. I am working on a new project and I am using Joomla version 1.5.22. I need to display one horizontal search form in the middle of home page and the same search form in vertical style in all other pages but in left position. So what I did is, …

0
68
Member Avatar for samythehunk

this is a part of my code. can anyone help to write database tables to xml format without usingbuiltin function in .net (i.e xmltextwriter and writexml) private void WriteDataSetToXmlFile(DataSet ds, string fileName) { if (ds != null) { string b = TextBox2.Text; string absoluteFileName = Server.MapPath(fileName); System.IO.FileStream myFileStream = new …

0
45
Member Avatar for hisan

Hello All, Ii want to know how can i check whether the response from the server is inJSON format or XML format . Please let me know how to do this,

Member Avatar for sneekula
0
339
Member Avatar for ivan3510

Hi! I have a php code that reads xml file. In xml file I have the german letter ö (this xml file is saved as UTF). This is mistake. I don't get ö. I get some strange carachters (like ö). Can somebody help me? Thanks a lot!

Member Avatar for twiss
0
132
Member Avatar for tsfaridi

Hello! I have followed this tutorial for building my chat application. When i try to add reference of my service i get the following error: [I]Contract requires Duplex, but Binding 'BasicHttpBinding' doesn't support it or isn't configured properly to support it.[/I] My web.config is as follows: [CODE]<system.serviceModel> <extensions> <bindingExtensions> <add …

0
78
Member Avatar for Kruddler

I am doing a school assignment. One of the problems I have is to add a duration on to an existing date. I can't find any support for this problem with standard XSLT. So, I had a stab at using EXSLT which has an add method to do exactly what …

Member Avatar for fpmurphy
0
367
Member Avatar for v_sriram

Hi Everyone, I am trying to write a string variable containing XML in the form of text into an iframe such that it shows up as formatted XML with the expand(+) and collapse (-) options that default in IE when opening an XML file. The first thing I tried is …

Member Avatar for v_sriram
0
690
Member Avatar for spunkywacko

If someone could help me I'd be extremely grateful! Thank you! :) :) :) Here is my xml: [CODE]<?xml version="1.0" encoding="utf-8"?> <quotes> <quote> <name>Bob</name> <id>2</id> </quote> <quote> <name>Bob2</name> <id>4</id> </quote> </quotes> [/CODE] I am using this to try and delete the entire 'quote' node that contains the id of value …

0
66
Member Avatar for jaango123

Hi All, We have to create a schema for the below. 05 :LSRR:-CARD-INFORMATION-GROUP. 10 :LSRR:-CARD-INFORMATION-COUNT PIC 9(04). 10 :LSRR:-CARD-INFORMATION OCCURS 1 TO 1000 TIMES DEPENDING ON :LSRR:-CARD-INFORMATION-COUNT 15 :LSRR:-CARDSEQUENCENUMBER PIC 9(04). 15 :LSRR:-CARDNUMBER PIC X(19). 10 :Next field The field LSRR:-CARD-INFORMATION occurs 1000 times depending on the LSRR:-CARD-INFORMATION-COUNT. Does anyone …

Member Avatar for jaango123
0
110
Member Avatar for malk

Hi there, I need to be able to see and modify an xml value. I used to be able to do so using xpath when the xml structure was: [CODE]<root> <employeeA>jones</employeeA> <employeeB>smith</employeeB> </root>[/CODE] by using /root/employeeA/text() to get "jones" but now the xml structure has changed to the following: [CODE] …

Member Avatar for xml_looser
0
79
Member Avatar for MeandJava

Hello everybody, I have a xml socket server which get data from xml sockets out of actionscript3. Now I'm having a lot of if statements. Can I use another way to make my code more clean? Ivibot is a piece of hardware my school provided. LedBlink is a runnable class …

Member Avatar for JamesCherrill
0
500
Member Avatar for spunkywacko

Hey guys, I'm kinda late on a college project and being kinda noobish to C# doesn't help either... Anyway: [CODE] using (XmlReader reader = XmlReader.Create("myXml.xml", settings)) { reader.MoveToContent(); reader.ReadStartElement("users"); while (reader.ReadStartElement("user")) { string userID = reader.ReadElementContentAsString("userID", ""); string userName = reader.ReadElementContentAsString("name", ""); reader.ReadEndElement(); lstContent.Items.Add(userID + " : " + userName); …

Member Avatar for spunkywacko
0
215
Member Avatar for khaled_jawaher

i am using tomcat7.0,jdk1.6,and i downloaded the jax-wsri jar files. first i created folder named ws in webapps in tomcat folder. then in ws folder i created WEB-INF folder and META-INF.and in WEB-INF i created folder classes&folder lib. then i created the web service class as follows [CODE]package hello;import javax.jws.WebMethod;import …

0
77
Member Avatar for zifina

I am new to using xml in c sharp. I am able to enter details to the xml file (name of file "Data1.xml") through text boxes.But before entering details to the xml file,i need to first verify if any other 'well' have the same 'name'. 'name' has to be unique. …

Member Avatar for xml_looser
0
218
Member Avatar for gingank

Could anyone help me using what method is the best to read the xml value below ? Example i want to read the Column & Row Value ? Columns = "82" Rows = 45 Here was the xml file content [CODE]- <Maps> - <Map xmlns:semi="http://www.XXX.org" FormatRevision="XXX G85-0703" SubstrateId="NA46696-19-E1" SubstarteType="Wafer"> - …

0
68
Member Avatar for untungsupriono

Could you offer to me some search engines which has XML sitemap submission option? I know the Google has this opportunity but what about the others?

Member Avatar for Dani
0
21
Member Avatar for Dean_Grobler

Hi there, Can anyone point me to where I can find good tutorials (or even an online book) of how to connect to XML with Java (Reading/Writing to an XML file etc). I've tried to Google it but I just seem to find tutorials that are very confusing and vague. …

Member Avatar for mKorbel
0
141
Member Avatar for michele_muc

Hey guys, I'm tying to merge two XML file for days but it doesn't work. Here is the problem: I want to merge these XML files: graphs.xml [CODE] <?xml version='1.0' encoding='utf-8'?> <ph:Graphs xmlns:ph="http://www.merge.something.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > <ph:Graph name="mass_spring_mo"> <ph:Element id="0" type="Mass"> <ph:Attribute> <ph:AttributeField name="type" value="float" /> </ph:Attribute> <ph:Port id="1" type="port"> <ph:Attribute> …

Member Avatar for xml_looser
0
164
Member Avatar for Fritz.fx

Hi all. I'm kind of hoping somebody could help me out with this little problem I've been trying to work out for the past few days. What I'm trying to do is grab a list of "Titles" of some certain shows depending on what the "Season" is. Something like this: …

0
69
Member Avatar for sbutt

Hi Folks, I am trying to implement a script where I want to check if the input value has date string in it or not. For example: [CODE] <ota:Caution ID="Alternative" Type="PackageDetail">Room</ota:Caution> [/CODE] And [CODE] <ota:Caution ID="Alternative" Type="PackageDetail">2011-11-12</ota:Caution> [/CODE] In the first example, the Caution element has value as "Room", which …

Member Avatar for xml_looser
0
141
Member Avatar for jaango123

Hi All, The below is the value of the variable when used with apply templates [CODE]<results multiple-outputs="true" transactional="true" xmlns:v12="http://www.americanexpress.com/informationservice/schema/ICS/CustomerService/v1/" xmlns:v1="http://www.americanexpress.com/informationservice/service/ICS/CustomerService/v1/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > <url input="multi-request-A">http://127.0.0.1:2022/ICS/CustomerProvider/v1</url> <url input="multi-request-A">http://127.0.0.1:2023/ICS/CustomerProvider/v1</url> <url input="multi-request-A">http://127.0.0.1:2024/ICS/CustomerProvider/v1</url> </results> [/CODE] The below is the value of a variable without apply templates and using for each [CODE] <results multiple-outputs="true" transactional="true"> <url …

Member Avatar for xml_looser
0
422
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
142

The End.