fxsl Questions
6
Solved
I'm customizing a Google Search appliance, which uses XSLT to present results to the user. Our design calls for one of several images to be included randomly on the results page. Is there a way to ...
7
Solved
I don't know if it's possible, but I'm wondering how to do it...
Let's say we have the following XSL:
<xsl:template name="foo">
Bla bla bla
</xsl:template>
...
<xsl:template name=...
5
Solved
I want to trim whitespace left and right
in :
<xsl:value-of select="Datas/Data[@key='Name']/string"/>
How can I do that?
5
Solved
This is my first time using XSLT. I'm trying to create a file that will convert an XML data file exported from a program I use to an HTML report.
One of the element's value is path to an image fil...
5
I'm looking for a library of XSLT to create SVG charts. I need pie charts, bar charts, line charts, all the usual suspects. I would hope for a reasonably simple DTD or Schema for the input fi...
3
Solved
Here is a beginner's question. What does this XPath expression /.. mean? Does it always select an empty node-set?
I've noticed that this pattern is used extensively in FXSL library, for example:
...
3
Solved
In the lack of any good free XPath 2.0 implementations for .Net build upon Linq to XML I have thought about implementing my own (also for the experience). But just to be clear (and not building som...
6
Solved
Several questions about functional programming languages have got me thinking about whether XSLT is a functional programming language. If not, what features are missing? Has XSLT 2.0 shortened or c...
Melee asked 21/9, 2008 at 2:21
1
© 2022 - 2024 — McMap. All rights reserved.