|
I am storing geography types in a table and need to extract KML snippets. The best way I can determine to do this is the get the data out using asGML(). This gets me really close - but the format of the coordinates are different. In GML the coordinates look like this (lat/lng space delimited) 37.883559999437914 -122.24446999957762 37.883635999905707 -122.24458899986539 What I need is a way to get the elements out like the following (lng/lat comma delimited) -122.24446999957762, 37.883559999437914, -122.24458899986539, 37.883635999905707 Any help would be greatly appreciated. I'm stuck.
(comments are locked)
|
|
Maybe you could look at this project on CodePlex by Bob Beauchemin Thanks Kev - I looked at that - and while I think it is a good project - it doesn't seem to fit the context that the application needs. Looking for a pure xslt method. This particular part is keeping me pretty much stuck - I just don't know xsl that well.
May 03 '12 at 11:04 AM
rpmatthew
Ahh XSLT - outside my knowledge too. Sorry!
May 03 '12 at 11:07 AM
Kev Riley ♦♦
(comments are locked)
|


Forgot to mention I need an XSLT solution - late night - stuck brain.