I have an xsl that throws an error when doing
Transformer transformer = factory.newTransformer(myStreamSource);
Error is
Failed to compile stylesheet. 1 error detected.
I am using ...
OK, I'm a real rookie as XSLT, I've been researching it online, and I've found a number of examples that show me how to map data one to one from one element to another in XML, but one of the t...
I have a XML Document (See Code)
and I have a XSL Document (See Code)
I am trying to grapple a variable.
While the <for-each select "TRADECAT" goes through,
I want to pay attention to it...
Help me with my xsl
Dear Experts
How do I create an xsl file for the following xml
<?xml version='1.0' encoding='UTF-8'?>
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch...
I need to take an xml file and display it in a browser using XSLT. However, the XML file's attributes and tags will vary and won't be known beforehand. The resulting HTML can be very raw, ef...
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 have an XML document which I want to transform using XSL so that it conforms (as much as possible) to the Vancouver referencing system.
Somehow I need to sort all references within the re...
I have xml input file:
<Event>
<Result id='1'></Result>
<Result id='2'></Result>
<Result id='3'></Result>
<Result id='4'></Result>
<EventData>
<Data id='1'></Data...
Hello,
I'am trying to do an XSLT transformation from XML to HTML, but when I look at the HTML afterwards it just shows the XML code in the view source. I have a string[] with multiple path...
I have a simple xml:
<root>
<cd>
<title>MYApp</title>
<author>Hemongway</author>
<price>500</price>
</cd>
<cd>
.....
</cd>
..
..
</root>
Now through XSl transformetion I wa...
Hi
I am just after XSL syntax help please. My XML data is okay, my javascript which calls the XSL is fine. But the XSL is not working (nothing being output and syntax is wrong).
Below ...
Hello guys,
I need a help because I am totaly blind working with xls
I have a page that list many products and there is a checkbox to select it , when I check it, my list is loaded agai...
I am using a software called Navision 5.0 which can export data to Excel. The file that is activated is an XSLT file. The problem is that when the data is exported to Excel, all the numeric da...
Hello,
I'm using an XML and XSLT to create an xls file.
The broblem is that i have along cell that I want to put on several cells (poting it on one cell makesthe column to wide).
I know th...
I have been using msxsl to transform my xml files to text documents without problem for a while. A new company I am working with will require me to do hundreds of transforms a month. I read ...
The css is in the same file as XSL. My XSL is something like this
But CSS is not having any effect on the HTML results.
Please help
Hello,
I am trying to add line numbers to a document. I currently have this:
<CustomerPoLine>
<xsl:value-of select="CustomerPoLine"/>
</CustomerPoLine>
This re...
I am trying to determine the first character of an element value, and then create an anchor for each new instance when the new 'alpha letter' begins, in alphabetical order. Take the following ...
Can someone help me to understand something in XSLT? I know that basically the XSLT below is used for searching the XML document and creating an html table. I just need to be told what the sym...
i want to increment the value of variable in for-each loop without select the value of tag
in addition to my previous question:
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XSLT/Q_23950880.html
what i would like now is to check a couple different s...
Hello,
I have an XML file that contains a number of links that need to be listed and displayed by year, month and then day.
I need an XSL file that can display the data from the XML fil...
I am a newbie to xsl. I need to write a xsl with just a stylesheet in it. This xsl will be included in other xsl's. We did not want to write it in a separate css file.
The following is not...
How do you change font with XSL files?
I want my XSLT to ensure that the input xml file has a certain element present and that elements value is a certain value. Specifically, i want to make sure that the serialnumber element has...