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 ...
Shaggy asked 1/3, 2010 at 21:16

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=...
Hillier asked 5/8, 2009 at 14:41

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?
Wire asked 10/12, 2010 at 13:57

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...
Disinterested asked 14/10, 2009 at 23:14

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...
Nankeen asked 23/3, 2010 at 22:39

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: ...
Nonu asked 5/10, 2011 at 9:55

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...
Highspeed asked 24/8, 2010 at 9:42

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.