3,634 Topics

Member Avatar for
Member Avatar for shers
Member Avatar for Bandar.M.A
0
54
Member Avatar for arshadalishaikh

I am using php 5.1 version and in dom module domxml is enabled. I am generating xml with php and i checked it generates correct xml. But when I use if( !$dom = domxml_open_mem() ) { // } then i got the following error: Fatal error Call to undefined function …

Member Avatar for pritaeas
0
171
Member Avatar for sacarias40

i am new to RSS and for that i have no idea where to start to get it on my webpages. i know i need a reader? and i need a feed, how can i get these? regards.

Member Avatar for bryansmith123
0
121
Member Avatar for Seedy

Hi folks I'm looking for a way to take an RSS feed, filter it according to some predefined rules and then email the results. Ideally this would work on a linux based webserver. I'm not a developer - so it would be great if there were some tools out there …

Member Avatar for bryansmith123
0
107
Member Avatar for davegreig1978

Hello all, I am quite new with XML and XSLT, have been making good progress with tutorials and forums. I am transforming a XML file into HTML but I cannot figure out how to transform the pieces that make up my mixed complexType. I have searched and searched and come …

0
51
Member Avatar for serkan sendur

Compared to javascript's power, i think xslt is so weak. i prefer parsing xml document to whatever html representation using javascript and i cant see any use of using xslt for that matter. What do you think?

Member Avatar for fpmurphy
0
153
Member Avatar for chinni1

Hi , I want to retrive the xml data into my database table. The xml file is from outside of application.so i want to retrive that xml data into database with in some temporary table Thanq

Member Avatar for sknake
0
57
Member Avatar for serkan sendur

is it possible to load xml from local file system using ActiveXObject("Microsoft.XMLDOM") ?

Member Avatar for serkan sendur
0
77
Member Avatar for yashbhalekar

Hi All, We are working on ‘Siebel on Demand’ (software as a service) CRM. We are using web service to communicate. We have WSDL files and we generated the code using Axis framework that comes along with Eclipse. We are able to login and logoff to the CRM through web …

0
38
Member Avatar for ppp83

Im new to this forum and the programming language that im currently using is java. And i think i might need some help, advice here, and hope this is the correct place for me to post my question. If certain question i ask are not supposed to be posted here, …

Member Avatar for danielernesto
0
135
Member Avatar for ITSAMB

Hello experts, I need your help in installing a Perl module. I am trying to install XML::LibXML on development server from couple of days now. I do not want to compile and install the module manually, as it needs some C components. I would like to install the binary distribution …

0
68
Member Avatar for ppp83

I use maven to build my project, and i tried to modify an existing pom.xml to compile my project, seems like it's not really compiling as it detects that no sources to compile. As a basic start of learning pom.xml, where can i start from?

Member Avatar for stephen84s
0
150
Member Avatar for surya_anand00

hi, I want to call the .jrxml while which is jasper report file from the jsp. also i want to know how the pass runtime query to the report file.

0
57
Member Avatar for scott_rider

I want to get the table node where its decendent node="Nohup Files". What I have so far is table/descendant::font[self::text()="Nohup Files"] table/tr/td/b/font[self::text()="Nohup Files"] but neither works. <table> <tr> <td><b><font>Nohup Files</font></b></td> </tr> </table>

Member Avatar for scott_rider
0
138
Member Avatar for rachael13

Requirement-"The stylesheet should be modified not to add DUCK(product type) if there exists one with the same action(product action)". ie how can i write validation in XSLT to add a DUCK if and only if the product action is different. In the xml given below the action of two products …

Member Avatar for alamelu
0
108
Member Avatar for manugm_1987

Hello everyone , I am new to this xslt, can anyone please help me out solving my problem. Its very urgent, as i am doing my final year engeneering project. And my project is based on this xslt My problem is to convert html created by MSWORD to clean html …

0
51
Member Avatar for serkan sendur

i start to w3shools xsl tutorial and created one xml and xsl file and linked them together, after running the xml file i got the following error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh …

Member Avatar for serkan sendur
0
113
Member Avatar for shikhakenue

I have to write a code in Native C++ using which i have to load the contents of an XML into GUI and write back the changes done (pertaining to parameters) into another xml which is a replica of the loaded XML. The usage of TinyXml is a must. Please …

Member Avatar for Salem
0
78
Member Avatar for rat1973

I wish to filter records during an xsl transformation. I know basic filtering is quite simple, however, I wish it to be conditional based on data from the original source xml data. My source data will have several updates for the same record in it. Each update will be identified …

Member Avatar for rat1973
0
167
Member Avatar for rat1973

I wish to perform a sort of an XML document, and have the output be in the same structure as the existing document. The reason for doing this, is I need the resulting document to be transformed into a new document. My source XML is: [code] <?xml version="1.0" encoding="UTF-8"?> <Msg …

Member Avatar for rat1973
0
148
Member Avatar for rat1973

I really need help in copying the root node. I have been spending far too much time on this, and I can't beleive that it should be that difficult. I can't use 'copy-of', as that will copy all the children as well. I need to copy the root node, and …

Member Avatar for rat1973
0
187
Member Avatar for luckyads

I have 2 XML files as follows - one.xml ======= [code=xml]<?xml version="1.0" standalone="yes"?> <CMS> <Episode> <name>Mentor: Communicating Effectively</name> </Episode> <Episode> <name>Facilitator: Managing Conflict</name> </Episode> <Episode> <name>Monitor: Measuring Performance</name> </Episode> </CMS>[/code] two.xml ======= [code=xml]<CMS> <Episode> <eNumber>1</eNumber> <partOne>0</partOne> <partTwo>1</partTwo> </Episode> <Episode> <eNumber>2</eNumber> <partOne>1</partOne> <partTwo>0</partTwo> </Episode> <Episode> <eNumber>3</eNumber> <partOne>0</partOne> <partTwo>1</partTwo> </Episode> </CMS>[/code] Now, …

0
59
Member Avatar for luckyads

Hi, I have two XML files with different sturctures. Can I merge them into one dataset and how? Further, I want to bind them both to an editable datagrid. I am trying all sorts of options but not getting through. How can I do this? -Aditi

0
60
Member Avatar for luckyads

Hi! I have 2 XML files with different structures. Can I 'merge' them into 2 different datasets and then bind to the datagrid? I tried doing that but it's merging all the data. Do i have a way out to exclude some of the data? I am skeptical as I …

0
52
Member Avatar for jake88

I'm working on another piece of code that did the same thing as my Dom implementation only with Microsoft's System.Xml Here's the idea, I want to take an element and insert some text into it. <nameytag> *insert text here* </slashnameytag> Currently, I have this: [ICODE]#using <mscorlib.dll> #using <System.Xml.dll> using namespace …

Member Avatar for jake88
0
138
Member Avatar for aparna_18

Hi, I want to replace the C# code into XSLT.In that list object is there,how can I create it into XSLT. C# code: public void listAdd(string param0, string param1) { System.Collections.ArrayList listValues = new System.Collections.ArrayList(); listValues.Add(param0); listValues.Add(param1); } The above code should be replaced in XSLT using XPath functions.Please help …

0
67
Member Avatar for rahulrborkar

Folks, I am using xsl and xml for Report generation. In XSL I have created a table which has 6 columns and say 7 rows, in 6th column of each row I want to display multiple rows again. For this I am thinking of passing new line character after particular …

Member Avatar for rahulrborkar
0
141
Member Avatar for dragonflyuk

I have an rss feed on one of my servers, that changes constantly, however I think that it is been caches somewhere down stream, is their any way I can stop it from been cached?

Member Avatar for phper
0
66
Member Avatar for sastwhc

Hi all i have some infopath forms ,all dynamic xml files for input data and recode them in a Dbank, on my box Infopath installed but i prefer the cilent side [ end users] can view and use the forms without infopath,actually IE shows it as a tree form and …

Member Avatar for zhghl
0
2K
Member Avatar for Hussain27syed

Hi. I am working on reading data from a XML file and upload to sql server 2005. The XML file has many rows of data stored. Each data row node has many subnodes. I have to validate the XML against the schema. The problem is if a particular data row …

Member Avatar for Hussain27syed
0
398

The End.