3,634 Topics
| |
Hi, How do I add a new xml file to a VB.Net project? Thanks | |
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 … | |
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. | |
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 … | |
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 … | |
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? | |
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 | |
is it possible to load xml from local file system using ActiveXObject("Microsoft.XMLDOM") ? | |
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 … | |
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, … | |
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 … | |
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? | |
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. | |
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> | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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, … | |
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 | |
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 … | |
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 … | |
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 … | |
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 … | |
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? | |
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 … | |
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 … |
The End.