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: 101 - 125 of 472
 
I am using AJAX to call a websercive.  THe call works and the OnComplete function gets called where arg equals the XML string that is returned from the service.  I am trying to prform an XSL T...
When I try to use XSLT commands in PHP under WIndows VIsta, it throws the next error: Fatal error: Call to undefined function xslt_create() in ... on line 45 As reading PHP documentation...
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...
I have an XML like this: <root>   <parent name="One">     <child completed="03/01/2008" />     <child completed="03/02/2008" />     <child completed="03/05/2008" />   </parent>   <par...
xsl
i am trying to generate a javascript array from xml. i have syntax issues. pl help. XML: --- <?xml version="1.0"?> <links>           <link>           <linkWrap type="url" go1="www.yahoo.com" go2="g...
I'm using Microsoft Expression Web to display RSS items on my site.  I'm able to get them to display, but I can't figure out how to limit the # of items displayed to 3.  I've played with chang...
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 Please see here for a working version of a map http://2-fresh.co.uk/map/custommap.html If you click on cardiff you should see this http://2-fresh.co.uk/map/cardiff.jpg What i nee...
Code of interest: <xsl:for-each select="//WebformData/Itlist/Dilist[Fitemn=ancester::Fitemn*]" order-by="@SeqNo"> In my code sample, I am trying to make the above line of code to associate...
Hi, I have a string value, that is sometimes too long to display to the web page. After about 100 charcters, I want to stop displaying it, but I dont want to stop displaying during a wor...
how do i validate a HL7 xml message with a given codeset or vocabulary ? I need a sample hl7 file and sample fields in the xml hl7 file for validation against the code set . i have pasted ...
I need to convert the content of a xml-file to a html <ul>/<li> tree structure using xslt. My problem is to build the ul/li tree structure using. Any suggestions on how to get from i.e thi...
I have a webpart that is fed by a business data object.  One of the columns from the db contains html code, specifically an image tag.  I want the image to appear in the grid, but I can see th...
Hi, I'm using an XSL to Transform an XML file to desire output. Everything working fine expect one thing! Sample XML and XSL attached in code Snippet. My Problem: I unable to add a ...
I'm trying to write a single XSL that will handle several different XML files. Each XML file is based on a different but the difference in each file is just the root element. The structure of ...
Hello, Assume the following XML file: <root>  <A>      <A1>0</A1>      <A1>11</A1>      <A1>11</A1>  </A>  <B>    <B1>2</B1>    <B1>3</B1>  </B>  <C/> </root> I need an XS...
<Date InDate="2008-09-07" OutDate="2008-09-08"> Hi, Above is my xml.  In xsl, I need to format the date as Sep 7, 2008.  How would I do this in xsl?
have the following XSL               <xsl:value-of select="Address1"/>               <br />               <xsl:value-of select="Town"/>                <br /> However, if address1 or t...
From an earlier question to EE I wanted the "Planned" node sorted, which it does sort of. If you look at the HTML file the 11/30/07 are at the bottom, when they should be at the top... SMZ ...
Hi, I am new to XSLT. I wish to put &nbsp; in xsl code, but it keeps showing me XML Parsing Error: undefined entity for the symbol & What is the correct way to put &nbsp;?
Hello Expert, I am getting an error for the xsl code.. <xsl:if test="string-length($destination) &gt; 0"> where destination contains like...("mx.events.AIREvent.APPLICATION...", "mx.even...
Good Morning Gertone, I need your help again: <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:visio="http://schemas.microso...
basically i want to do the following but am not sure how do go about it. is there a quick solution?? <xsl:when test="@CanxDate &lt; '15-06-2007'">                                                                                      <xsl:value-of select="...
Hi I have a xml file which I transform into an intermediate file using tranform. Xsl.XslCompiledTransform.transform method I am using iso-8859-1 encoding. The file I get after the trans...
I am working on a tab menu that has 3 states, normal, hover and selected states. Besides this for each tab i have a special tool bar. The tab menu and tool bar are build based one an xml fi...