Greetings,
I am trying to modify data in cells in an existing excel XML spreadsheet using XSLT and seem to be having problems with it, please bear with me as this is my first attempt at doi...
Hi,
I want to display images from XML File in a table of width 5 (5 columns) using XSL.
My attached code display it in one column only
What shall I do?
Regards,
Well, let me start by saying I am brand new to php and xml feeds. So bear with me if I am not giving the correct info for my problem.
I created a .xsl file in dreamweaver. I then used the...
<Value>MB90F347ASPMC, MB90F347ASPMCR</Value>
I need to process one by one...
Hi everyone.
I seem to be having trouble in getting my xsl stylesheet to work. Keeps coming up with an error.
The stylesheet does not contain a document element. The stylesheet may be e...
New at xml and XSLT but I have manage to get reference the xslt file with the xml file.. Now I have another question.. one of my nodes in the xml file contains a sentence that should have lin...
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 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...
The error is talking about the < after href='
Anyone know how to overcome this?
Dear Fellow XML Developers:
I am trying to convert the following html code:
<html>
<hr>
<p><em><a name="001.001.001"><small><font face="Verdana">Volume
1, Book 1, Number 1:</f...
I am working on using an xslt to convert an xml file to html and excel (in reality it really just converts it it to html, but excel can read html tables). Everything works fine. However when...
Hi,
Can you please explain me what is the difference between
1) <xsl:apply-template>
2) <xsl:call-template>
Please provide me simple examples on each...
Thanks
In an XML table I have the standard layout.
<root>
<subject>
<item>
<item property1></item property1>
<item property2></item property2>
...
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>...
I am new to XSLT.
For the XSL code below, my intention is to show different color of table background base on the result of test, but it shows me
"XML Parsing Error: mismatched tag. Expected...
Is there a program out there where I can create my stylesheet (xsl) from the tree view of my XML file? I just want to see the nodes from the tree and select the nodes I want. Then create the ...
Hi Experts
I have an xslt page that is doing some division, how do I limit the output to say 2 decimal places, or even not show anything after the DP at all.
I'm currently playing with t...
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.
I have a program that does scheduling. The program saves the schedule as XML. I am generating an HTML page using XSLT so the schedule can be emailed to people who need it. My problem arises in...
Something like this:
<xsl:if test='Name=$name'>
But, I want the comparison to be case-insensitive. ($name is passed from the URL)
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...
I have a page which displays some news feeds coming from a different site. I want the link to open in a new window.
Here is my current XSL section for the links:
<a>
<xsl:attribute nam...
We are having problems with Apache FOP with respect to borders. If we try to have any borders around our tables. Apache FOP puts borders around every element that might be interprested as a ce...
I have an xml that I need to parse to another xml, I tried to use the group by function, but it traverses just the first iteration
Here is the input XML
XML1
--------
<?xml version="1.0"...
Hi,
I am having this xml.
<?xml version="1.0" encoding="UTF-8"?>
<books>
<book>
<name>VB</name>
<price>24</price>
</book>
<book>
<name>Vc</name>
<price>23,3</price>
</bo...