Search found 5 matches

by oandie
Tue May 24, 2005 10:04 pm
Forum: XSLT and FOP
Topic: sum function and formatting
Replies: 2
Views: 5791

additional information

I forgot to say that I want to summarize the first coordinates with the leading 3 and then the second with the leading 5.

cheers

andy
by oandie
Tue May 24, 2005 12:55 pm
Forum: XSLT and FOP
Topic: sum function and formatting
Replies: 2
Views: 5791

sum function and formatting

Hi there, I am trying to sum some coordinates, afterwards I want to format them and display the issue. I tried the following but it didn't work out. <xsl:template name="x"> <xsl:variable name="x_sum" select="sum(xplan:position/gml:Polygon/gml:exterior/gml:LinearRing/gml:pos[...
by oandie
Mon May 16, 2005 3:00 pm
Forum: XSLT and FOP
Topic: Too much display from transformation
Replies: 4
Views: 8034

Hi George, thanks for your help. It's working right now. With the mode element I want to control the layers for drawing objects in SVG. So I ll need some more templates with mode. Is there maybe a smarter way instead of overwriting the builtin template? Because I overwrote the builtin template for t...
by oandie
Sun May 15, 2005 1:28 pm
Forum: XSLT and FOP
Topic: Too much display from transformation
Replies: 4
Views: 8034

Hi George, thanks for the reply. Sorry for the length of the source. I reduced it, even though it's still a bit long..... the gml-file: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <BPlanAuszug xmlns:gml="http://www.opengis.net/gml" xmlns:xlink=&quo...
by oandie
Thu May 12, 2005 4:50 pm
Forum: XSLT and FOP
Topic: Too much display from transformation
Replies: 4
Views: 8034

Too much display from transformation

Hi there, I have a problem in transforming XML- data. Some elements are shown which I can't explain to myself why they are shown. The source is in GML and i want to generate SVG. <BPlanAuszug> <wfs:FeatureCollection> <gml:boundedBy> <gml:Envelope> <gml:pos>3566523.5 5950548</gml:pos> <gml:pos>356668...