Search found 3 matches

by Stefan Messmer
Mon Jan 14, 2008 7:11 pm
Forum: XSLT and FOP
Topic: Apply-templates with-param problem / question
Replies: 7
Views: 5278

Hi all, I found another solution. The stylesheet is attached below. :D Many thanks for your help Stefan Messmer <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="dat...
by Stefan Messmer
Fri Jan 11, 2008 9:58 pm
Forum: XSLT and FOP
Topic: Apply-templates with-param problem / question
Replies: 7
Views: 5278

Hi all I have prepared an example. It should demonstrate my problem and it should be simple enough to understand quickly. First of all, the xml file: <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/xsl" href="test.xsl" ?> <data> <Cluster Nam...
by Stefan Messmer
Fri Jan 11, 2008 12:11 am
Forum: XSLT and FOP
Topic: Apply-templates with-param problem / question
Replies: 7
Views: 5278

Apply-templates with-param problem / question

Hi all, I observed a problem that seems to be a little strange. I defined a variable "date" with the following content: <Cluster Name="Time stamp" NumElts="10"> <DBL Name="fractional second">0.13610</DBL> <I32 Name="second">4</I32> <I32 Name="mi...