Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Top XSLT Solutions: 1 - 25 of 167
 
I have built a page on our Sharepoint 2007 website that uses a dataview to display data from a very basic SQL 2005 database. I have created the dataview and added 2 Dropdown menus to filter th...
I have a chunk of xsl that selects an element called IndComments from an xml doc. I need to have all the IndComments exist in one cell - just as if you entered them manualy and typed ALT+Enter...
I need to insert the current time into and XML file which has been loaded into an XMLPathNavigator in C# Id like to know how to insert it in the format <report CurrentTime="15/08/2008 ...
XSLT IF CONDITION <xsl:if test="pfi-upload:CODE!='LivingLife'">                      && pfupload:CARE='Charlotte'"> i have error on the above . I was wondering how to write xsl:if condition with test c...
How do i format a date from MM/DD/YYYY to DD/MM/YYYY (UK style) using xslt?
How can I output this code:                <!--[if lt IE 7.]>                <script defer type="text/javascript" src="..."></script>                <![endif]--> I have tried wrapping it in xsl:text, but the <!-- is preven...
Hi, experts is there any way to use conditions in XSL/XPATH in attribute's value? I need something like this: ... <div id='lr-{@id}' style="display:{IF @expanded='yes' THEN 'block' ELS...
Hi I am creating an arts site that will list works of art by various artists. I will create separate web pages for each artist and output all their paintings in a <UL> list which I'll st...
Hi All, Thanks in advance for help me in this solution. Sample xslt code in merging two xml files are working on 9i but not on 10g. Can you help me on this.. Here is code.. ***************...
Hello,  Please help me to solve this problem..... The following PLSQL code works fine in Oracle 9i for transforming xsl document to xml We have upgrade to 10g and then onwards we get the fol...
hi In below XML I want to replace the element(s) value with XSLT Xml message <Message> <case> <party1> <!--  there are other elements --> <notes id=1>abcd</notes> <notes id=2>...
Hi experts, Here is my input XML file: <?xml version="1.0" encoding="UTF-8"?> <RootCircle version =" 1.0"  schemaLocation="http://hello.yyy.zzz/">   <Square  y-size = "m">         <Tri...
How can I force page break using CSS or XSL when printing a XML-file from IE7? I have tried to include a CSS-file with the following but it has no effect: @page {  size: landscape  } Ques...
I want to parse the following string using an XSL file: <div class=ExternalClass7602EBAAB2044B9C8B2263155E96D047>Lorem ipsum dolor</div> and return "Lorem ipsum dolor".  I need to remove t...
using xsl i am converting from  weblogic.xml to the orion.xml.i have written one xsl to convert this. but some unwanted data is coming in the output xml file.
Hi, I need to increment an XSL variable that is initialized like this <xsl:variable name="header" select="'1'"/> This variable is passed  into a javascript function like this:    <...
Using XSLT and XSL-FO, How can I store fo:page-number and fo:page-number-citation in a variable so I can display page number ONLY if more than one page exists? I'm not sure if it's possible...
I have a SQL 2005 database that I am showing on a Sharepoint 2007 web page using the data view. I have a status column that holds a single character G, Y, R, or C. When the column has a G I ha...
Hello, Assume the following xml: <root>   <a/>   <b/> </root> I need XSLT which will add elements to both <a> and <b>, but also only add certain elements to <b>.  Something like th...
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 ?
Hello all, This xml: <nodeList >           <node modelCatalogNum="11" >                          <node modelCatalogNum="abc"/>                          <node modelCatalogNum="def"/>                          <node modelCatalogNum="ghij"/>           </node>           ...
have the following XSL               <xsl:value-of select="Address1"/>               <br />               <xsl:value-of select="Town"/>                <br /> However, if address1 or t...
Hi experts, I have the following xml file: -------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <RootCircle  version="1.0">   <Square  size = "m">     <myExten...
Hello Experts, I have to put an condition when any entry in table contains @outputclass="border-witdh" than only border attribute should get applied to table tag otherwise no border attribu...
Hello Experts, Is there any way to remove CR/LF from output html file. Can you please suggest xslt code for this. Thanks, Shailesh