Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested XSLT Solutions: 176 - 200 of 472
 
Hi; I have constructed an xsl variable to look like this: <xsl:variable name="num">1+1+1+0+0+1</xsl:variable> is there a way to get the value of this variable as  a number ?
I only have two questions to ask...one should be simple, and the other could be slightly difficult: 1. Are XSL transformations in Java thread-safe? (specifically using the Apache XSLTC tran...
Hi, I have the following XSL code, but how do I only display the top row and not display the rest?
Hi, I am very new to xsl.. I am looking to do the sum of xml elements attributes. how can I use sum function to calculate total time  , by adding " timeElapsed" for all tests. I tried us...
xslt: how to create a logic: if string contains 'ABC1'  then <xsl:text disable-output-escaping="yes">out1</xsl:text>  if string contains 'ABC2' then <xsl:text disable-output-escaping="...
I am about to start a Web Application that will allow users to enter in values and the like for an order.  The environment that I will be building this Web Application is going to be with Micr...
Hi, I recently installed Apache FOP on my Linux Server in order to generate PDFs files. Something is not working properly. Maybe you could help me to find where my error is. Here is ...
Hi all, I have an xsl file that whose select parameters I want to change dynamically. Now I could treat it as a text file and make the transformation with a substring replacement functio...
I'm having trouble figuring out how to write a template that can take as input a result tree that contains element nodes intermingled with text nodes and output the nodes in order, applying a ...
I am developing an application that uses Saxon 9 to transform XML with XSL stylesheets. I have so far been unable to extract useful stylesheet error information when an exception has been rais...
I'm using XSLT to style the data in an RSS Feed and I want to limit the number of rows returned:
Does anyone have an idea how to use normalize-space for an entire document? I have a mixutre of element and mixed nodes, and keeping the mixed nodes proper has been difficult. TIA
i have xml and xsl files. i need an engine that takes xml and xsl and converts to the html output to make sure the xsl is correct. basically i want to feed xml and xsl into a file and want t...
I have the following xml data that i need to process with xslt, my desied result it to be able to pick out the the two values in <detail><text> with the same table row as th procedding <item> ...
Hi Experts, I have the following XML, which I need to replace _x0020_ with space. -------------------- NewDataSet                                                                        ...
I am considering using XSL-FO to transform XML documents into PDFs.  The exact number of pages and the amount of content within them is likely to vary.  It may generate a PDF with 10 pages or ...
Hello, I need to use XSLT to retrieve the <annotation> data stored in an XSD files.  For instance, in the following XSD file: <?xml version="1.0"?> <xs:schema xmlns:xs="http://www.w3.or...
Hello Experts, There is an urgent issue with table. I have following table which also contains colspan attribute, it seems that the width applied to these are wrong. Can you please sugg...
My application reads XML and transfors it to HTML using XSLT.  During the XSL transformation I get error. Error Description - Attribute and namespace nodes cannot be added to the parent ele...
Hi I currently have the following code               <xsl:if test="Address1!=''">                 <xsl:value-of select="Address1"/>                 <br />               </xsl:if> H...
every time i do this comparison in my transform: <xsl:value-of select="'$300,000.00' &gt; '$155,000.00'" /> it returns false.  Seems to me that it should return true.  What am i missing here...
I'm doing a little web site with Netbeans using jsp and xsl. I've realized 3 xsl files (header,navbar,footer) containing a template with attribute name to visualize the 3 components, and index...
hey there; i have the following xslt: <?xml version="1.0" encoding="UTF-8" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">   <xsl:template match="Header...
Hi, I have the following xml file: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"      xmlns:xsi="http://www.w3.org/2001/XMLSc...
I'm supposed to make XSLT for Google Search Appliance. I created one with prety complex navigation. Plain search works fine. But I made it for Advanced search too. It doesn't work as I wish......