Do not use on any
shared computer
August 30, 2008 02:18am pdt

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.

 
Top XSLT Solutions: 1 - 25 of 99
 
I am getting xml data from http://weather.yahooapis.com/forecastrss?p=78550 and I can pull the data into a nice html display... text only... but i want to make a page that looks simil...
I have an XSL file which contains many "value-of" nodes to extract data from input xml document.  However, when the select attribute value is an invalid xpath (not found in input document), th...
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...
my xml is like this : <f1_author1>test</f1_author1> <f2_author1>test1</f2_author1> <f3_author1>test2</f3_author1> <f1_author_id>123</f1_author_id> <f2_author_id></f2_author_id> <f3_...
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...
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...
I want to retrieve a node via SelectSingleNode where the attribute called "Name" has a single quote in it. Here is the node I am looking for <Report Name="POWER SYSTEM'S" Type="All"></Repo...
Hi, i'm trying to check if xml elements are empty or not (only checking to see if there is text, these elements don't have children). I'm using xsl:choose to test conditions (below). i can'...
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...
I have been searching for an approach to using XSLT and PHP. I want to extract my data from the database and convert it to XML (using XML_Query2XML). I have several elements that I want to cre...
Please tell me how to change the Background color of Calendar for todays date in xslt? Suppose todays date is April 18, 2008. Then in the Calendar, background color of 18 in the cell is gray.
Hi, I am using ASP.Net in C#. I have managed to convert data entered by the user into an xml file (hard copy). But the data is in a row and will like to be able to manage this by sorting th...
Hello, I have an element defined like this: <xs:simpleType name="test-type">    <xs:restriction base="xs:string">             <xs:pattern value="[a-zA-Z0-9 \+\.\*]{1,124}"/>     </xs:...
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 have created a XSLT transform to add a new attribute to hundreds of existing XML files.  I find that the name space for the XML files is xmlns="http://www.S4iSystems.com". My transform will ...
I have a code below in xslt as <xsl:template name="Install">     <xsl:variable name="evar23sub">       <xsl:if test="msxsl:node-set($CartData)/Cart/Product/@LOBCategoryName = 'High-Speed...
I now have a drop down that lists all the values of a node in my XML. The generated web page from this XML and its XSL lists each RECORD in the XML with the columns being the RECORD's childr...
We have an xml file output. After that we apply a xsl archive to get a text file, everything work fine sofar, the person can see in the browser the correct output. But we need that people can ...
HI, I  am working on xsl now.I need to sort data coming from xml using the jet size i.e. When somebody wants to sort based on jet size then the order of display should be  Light jets,mid jet...
I need to include a picture in a wordML file. The wordML file is generated by transforming a XSL-fo.  in order to insert an Image in a wordML you need to it via VML. Is there a way to include ...
Hi I needed to format template. I would like it to look like the excel file. I have uploaded the excel file http://www.ee-stuff.com/Expert/Upload/getFile.php?fid=7199 Thanks and real...
I have an xml in this format <aaa:bbb xmlns:aaa="Myservice"> <ddd xmlns="myservice"> <lname>k</lastname> <fname>p</firstname> </ddd> </aaa:bbb> and when i try to transform this in ...
Dear experts, I have the below XML where Steven Yong is the author of this article: <root>      <fulltext>           Size: $500M                      Beta: At least 5 Years          ...
Hi, the snippet below calls data and sorts it by date.  How would i go about limiting the results to show only the ten latest?
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...