<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Sverre</id>
	<title>OSGeo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.osgeo.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wiki-Sverre"/>
	<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/wiki/Special:Contributions/Wiki-Sverre"/>
	<updated>2026-04-14T06:41:09Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=66223</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=66223"/>
		<updated>2012-09-18T14:49:06Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER (ArcIMS) with multple elements will result in multiple CLASS (Mapserver) sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER (ArcIMS) is supported to some extent. Alternativly you can create a separate layer for this with its own scale range.&lt;br /&gt;
*The ''type'' attribute renderer (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The ''character'' attribute in TRUETYPEMARKERSYMBOL (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*Implements renderers like RASTER_RENDERER, RASTER_EXACT, RASTER_OTHER&lt;br /&gt;
*Uses patterns (Mapserver - e.g. [ServiceAbstract]) to be replaced by user defined content after conversion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen, NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=66222</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=66222"/>
		<updated>2012-09-18T14:46:12Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting axl-files (ArcIMS) to map-files (Mapserver) - download code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting axl-files (ArcIMS) to map-files (Mapserver) - download code ==&lt;br /&gt;
*Version: 9.2&lt;br /&gt;
*File name: Open Axl2mapNGU.odt and save as axl2mapNGU.xslt (text)&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
'''NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=66221</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=66221"/>
		<updated>2012-09-18T14:45:19Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: uploaded a new version of &amp;amp;quot;File:Axl2mapNGU.odt&amp;amp;quot;: Bug fixes and supports some raster. Scaledependent renderer is to some extent implemented.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting axl-files (ArcIMS) to map-files (Mapserver) - download code ==&lt;br /&gt;
*Version: 8.1&lt;br /&gt;
*File name: Open Axl2mapNGU.odt and save as axl2mapNGU.xslt (text)&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
'''NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57557</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57557"/>
		<updated>2011-09-23T11:58:22Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER (ArcIMS) with multple elements will result in multiple CLASS (Mapserver) sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER (ArcIMS) is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The ''type'' attribute renderer (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The ''character'' attribute in TRUETYPEMARKERSYMBOL (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*Uses patterns (Mapserver - e.g. [ServiceAbstract]) to be replaced by user defined content after conversion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen, NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57556</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57556"/>
		<updated>2011-09-23T11:57:30Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER (ArcIMS) with multple elements will result in multiple CLASS (Mapserver) sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER (ArcIMS) is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The ''type'' attribute renderers (ArcIMS) are mapped to a SYMBOL references (Mapserver) like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The ''character'' attribute in TRUETYPEMARKERSYMBOL (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*Uses patterns (Mapserver - e.g. [ServiceAbstract]) to be replaced by user defined content after conversion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen, NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57555</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57555"/>
		<updated>2011-09-23T11:56:51Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER (ArcIMS) with multple elements will result in multiple CLASS (Mapserver) sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER (ArcIMS) is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The ''type'' attribute renderers (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The ''character'' attribute in TRUETYPEMARKERSYMBOL (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*Uses patterns (Mapserver - e.g. [ServiceAbstract]) to be replaced by user defined content after conversion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen, NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57554</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=57554"/>
		<updated>2011-09-23T11:55:11Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER (ArcIMS) with multple elements will result in multiple CLASS (Mapserver) sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER (ArcIMS) is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The &amp;quot;type&amp;quot; attribute renderers (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL (ArcIMS) are mapped to a SYMBOL reference (Mapserver) like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*Uses patterns (Mapserver - e.g. [ServiceAbstract]) to be replaced by user defined content after conversion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen, NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=57484</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=57484"/>
		<updated>2011-09-21T06:08:58Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting axl-files (ArcIMS) to map-files (Mapserver) - download code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting axl-files (ArcIMS) to map-files (Mapserver) - download code ==&lt;br /&gt;
*Version: 8.1&lt;br /&gt;
*File name: Open Axl2mapNGU.odt and save as axl2mapNGU.xslt (text)&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
'''NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=57483</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=57483"/>
		<updated>2011-09-21T06:08:37Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: uploaded a new version of &amp;amp;quot;File:Axl2mapNGU.odt&amp;amp;quot;: Version 8.1: MIMETYPE has been added for the AGG output format.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting axl-files (ArcIMS) to map-files (Mapserver) - download code ==&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: Open Axl2mapNGU.odt and save as axl2mapNGU.xslt (text)&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
'''NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56485</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56485"/>
		<updated>2011-08-12T06:51:42Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting axl-files (ArcIMS) to map-files (Mapserver) - download code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting axl-files (ArcIMS) to map-files (Mapserver) - download code ==&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: Open Axl2mapNGU.odt and save as axl2mapNGU.xslt (text)&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
'''NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56484</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56484"/>
		<updated>2011-08-12T06:47:40Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting axl-files (ArcIMS) to map-files (Mapserver) - download code */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting axl-files (ArcIMS) to map-files (Mapserver) - download code ==&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: Open Axl2mapNGU.odt and save as axl2mapNGU.xslt (text)&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56483</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56483"/>
		<updated>2011-08-12T06:42:21Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting axl-files (ArcIMS) to map-files (Mapserver) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting axl-files (ArcIMS) to map-files (Mapserver) - download code ==&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: axl2mapNGU.xslt&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56482</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56482"/>
		<updated>2011-08-12T06:41:27Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Converting axl-files (ArcIMS) to map-files (Mapserver) =&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: axl2mapNGU.xslt&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56481</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56481"/>
		<updated>2011-08-12T06:39:03Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;-&lt;br /&gt;
Converting axl-files (ArcIMS) to map-files (Mapserver)&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: axl2mapNGU.xslt&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56480</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56480"/>
		<updated>2011-08-12T06:38:47Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Converting axl-files (ArcIMS) to map-files (Mapserver)&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: axl2mapNGU.xslt&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56479</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56479"/>
		<updated>2011-08-12T06:38:20Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Converting axl-files (ArcIMS) to map-files (Mapserver)&lt;br /&gt;
*Version: 8.0&lt;br /&gt;
*File name: axl2mapNGU.xslt&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
&lt;br /&gt;
NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56478</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56478"/>
		<updated>2011-08-12T06:37:23Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Version: 8.0&lt;br /&gt;
*File name: axl2mapNGU.xslt&lt;br /&gt;
*Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
*Other info: Converting axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
**NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56477</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56477"/>
		<updated>2011-08-12T06:36:13Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version: 8.0&lt;br /&gt;
File name: axl2mapNGU.xslt&lt;br /&gt;
Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
Other info: Converting axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
NB: FEEL FREE TO SUGGEST IMPROVEMENTS!&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=56476</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=56476"/>
		<updated>2011-08-12T06:33:25Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*Uses patterns (e.g. [ServiceAbstract]) to be replaced by user defined content after conversion. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen, NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56372</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56372"/>
		<updated>2011-08-08T06:35:49Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version: 8.0&lt;br /&gt;
File name: axl2mapNGU.xslt&lt;br /&gt;
Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
Other info: Converting axl-files (ArcIMS) to map-files (Mapserver).&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56371</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=56371"/>
		<updated>2011-08-08T06:35:09Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: uploaded a new version of &amp;amp;quot;File:Axl2mapNGU.odt&amp;amp;quot;: Minor changes for filters and the use of patterns to be replaced by user defined content after conversion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version: 7.0&lt;br /&gt;
File name: axl2mapNGU.xslt&lt;br /&gt;
Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
Other info: Converting axl-files (ArcIMS) to map-files (Mapserver).&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=55529</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=55529"/>
		<updated>2011-06-10T07:50:02Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version: 7.0&lt;br /&gt;
File name: axl2mapNGU.xslt&lt;br /&gt;
Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
Other info: Converting axl-files (ArcIMS) to map-files (Mapserver).&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=55528</id>
		<title>File:Axl2mapNGU.odt</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=File:Axl2mapNGU.odt&amp;diff=55528"/>
		<updated>2011-06-10T07:09:14Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: uploaded a new version of &amp;amp;quot;File:Axl2mapNGU.odt&amp;amp;quot;: Version: 7, Improvement on expression convertion. Other info: Converting axl-files (ArcIMS) to map-files (Mapserver).&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version: 6.0&lt;br /&gt;
File name: axl2mapNGU.xslt&lt;br /&gt;
Editors: Sverre Iversen, Geological survey of Norway&lt;br /&gt;
Other info: Converting axl-files (ArcIMS) to map-files (Mapserver).&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55102</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55102"/>
		<updated>2011-05-06T09:32:14Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen, NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55101</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55101"/>
		<updated>2011-05-06T09:31:15Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55100</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55100"/>
		<updated>2011-05-06T09:30:40Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway(NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and related documents:&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic&amp;diff=55099</id>
		<title>Nordic</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic&amp;diff=55099"/>
		<updated>2011-05-06T09:17:16Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Aktiviteter og prosjekter */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= OSGeo Nordic chapter  =&lt;br /&gt;
&lt;br /&gt;
This is a first try at getting the Nordic users to get to know each other and who is doing what, the goal is to create a formal OSGeo Nordic chapter. From this point onwards, the page will be in any of the Scandinavian languages (Swedish, Danish or Norwegian). &lt;br /&gt;
&lt;br /&gt;
== Aktiviteter og prosjekter  ==&lt;br /&gt;
&lt;br /&gt;
[[Nordic:inspire WMS|INSPIRE compliant VewServices]] &lt;br /&gt;
&lt;br /&gt;
[[Nordic:axl2map|Converting ArcIMS axl-files to Mapserver map-files]]&lt;br /&gt;
&lt;br /&gt;
== Potensielle medlemsnasjoner  ==&lt;br /&gt;
&lt;br /&gt;
Denne OSGeo gruppen er ment for de [http://en.wikipedia.org/wiki/Nordic_countries nordiske landene] &lt;br /&gt;
&lt;br /&gt;
*Norge &lt;br /&gt;
*Danmark &lt;br /&gt;
*Sverige &lt;br /&gt;
*Finland &lt;br /&gt;
*Island&lt;br /&gt;
&lt;br /&gt;
== Språk  ==&lt;br /&gt;
&lt;br /&gt;
Norsk, dansk og svensk vil være offisielle arbeidsspråk for et nordisk OSGeo chapter. &lt;br /&gt;
&lt;br /&gt;
Om engelsk skal tillates eller ikke kan være opp til gruppen, etter hvert som den formes, å bestemme. Å tillate engelsk muntlig og skriftlig i gruppen vil nok være fornuftig, men muligens ikke som offisielt språk. &lt;br /&gt;
&lt;br /&gt;
== Målsetting  ==&lt;br /&gt;
&lt;br /&gt;
Hovedhensikten med et nordisk OSGeo chapter er å skape en felles arena der de nordiske landene kan samarbeide om bruk av fri geoprogramvare. De nordiske landene har mange felles utfordringer og burde derfor kunne trekke veksler på hverandres erfaringer. Noen hovedoppgaver landene har felles og står overfor er: &lt;br /&gt;
&lt;br /&gt;
*Implementering av [http://inspire.jrc.ec.europa.eu/ INSPIRE] tjenester &lt;br /&gt;
**View Services &lt;br /&gt;
**Download Services &lt;br /&gt;
*Metadatakatalog &lt;br /&gt;
*En robust og effektiv nasjonal geografisk infrastruktur&lt;br /&gt;
&lt;br /&gt;
Et [http://beta.geonorge.no/wiki/index.php/Main_Page nordisk initiativ] er allerede opprettet for utvikling av [http://www.osgeo.org/geonetwork GeoNetwork Opensource] programvaren, der medlemslandene deler på kostnadene ved utvikling og deler kildekoden og funksjonaliteten som utvikles. Denne måten å gjennomføre utvikling på er effektivt for alle, og kostnadene reduseres. Etableringen av et nordisk OSGeo chapter er et forsøk på å utvide dette samarbeidet til å gjelde flere programvarekomponenter, og forankre samarbeidet i en større helhet som OSGeo. &lt;br /&gt;
&lt;br /&gt;
'''OSGeo gruppen bør ha et teknisk fokus og samarbeidet i gruppen skal ha fokus på teknologisk utvikling''' for å løse felles problemstillinger. Kunnskapsdeling om hvordan man kan utnytte FOSS4G programvareporteføljen bør være en viktig del av OSGeo Nordic chapter. Erfaringer aktører i hver enkelt nasjon har gjort, er viktig for at de andre nasjonene fortere å kunne nå sine egne mål. &lt;br /&gt;
&lt;br /&gt;
Generell utveksling av kompetanse og erfaring på teknisk nivå. &lt;br /&gt;
&lt;br /&gt;
== Organisering  ==&lt;br /&gt;
&lt;br /&gt;
TBD &lt;br /&gt;
&lt;br /&gt;
Kommersielle aktører er velkommen til å delta i gruppen på like vilkår som alle andre. &lt;br /&gt;
&lt;br /&gt;
=== Mailingliste  ===&lt;br /&gt;
&lt;br /&gt;
19.10.2010: Interessen for gruppen begynner nå å bli så stor at Statens kartverk vil ta kontakt med OSGeo, og presenteret behovet for en dedikert mailingliste for OSGeo Nordic Chapter. &lt;br /&gt;
&lt;br /&gt;
'''25.10.2010: Mailinglisten er etablert&amp;amp;nbsp;:) Meld deg på her - http://lists.osgeo.org/mailman/listinfo/nordic''' &lt;br /&gt;
&lt;br /&gt;
=== Interessenter  ===&lt;br /&gt;
&lt;br /&gt;
Hvis du er interessert å delta i en nordisk OSGeo gruppe, vennligst fyll inn personlig innformasjon i tabellen under. Hvis du i tillegg er interessert i å bidra til å forme gruppen, skriv Ja/Nei/Kanskje i feltet ''bidra til organisering''. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; ''Tips: Bruk Rich Editor (valg rett over redigeringsboksen) for enklere redigering av tabellen.'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{| cellspacing=&amp;quot;4&amp;quot; cellpadding=&amp;quot;4&amp;quot; align=&amp;quot;left&amp;quot; style=&amp;quot;width: 742px; height: 606px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! align=&amp;quot;center&amp;quot; scope=&amp;quot;col&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(240, 240, 240);&amp;quot; | '''Navn''' &lt;br /&gt;
! align=&amp;quot;center&amp;quot; scope=&amp;quot;col&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(240, 240, 240);&amp;quot; | '''Nasjonalitet''' &lt;br /&gt;
! align=&amp;quot;center&amp;quot; scope=&amp;quot;col&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(240, 240, 240);&amp;quot; | '''Arbeidsgiver''' &lt;br /&gt;
! align=&amp;quot;center&amp;quot; scope=&amp;quot;col&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(240, 240, 240);&amp;quot; | '''Lokasjon''' &lt;br /&gt;
! align=&amp;quot;center&amp;quot; scope=&amp;quot;col&amp;quot; style=&amp;quot;background: none repeat scroll 0% 0% rgb(240, 240, 240);&amp;quot; | '''Bidra til organisering'''&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Kripal|Pål Kristensen]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Statens kartverk &lt;br /&gt;
| Hønefoss, Norge &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Relet|Thomas Hirsch]] &lt;br /&gt;
| Annet &lt;br /&gt;
| Statens kartverk &lt;br /&gt;
| Hønefoss, Norge &lt;br /&gt;
| Nei&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Dybrol|Rolf Dybdal]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Statens kartverk &lt;br /&gt;
| Hønefoss, Norge &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Trondmm|Trond Michelsen]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Meteorologisk institutt &lt;br /&gt;
| &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Geira|Geir Aalberg]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Meteorologisk institutt &lt;br /&gt;
| &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Arneke|Arne Kepp]] &lt;br /&gt;
| Annet &lt;br /&gt;
| Infinite Loop AS &lt;br /&gt;
| &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [http://wiki.osgeo.org/wiki/User:Demartino Jørgen Larsen de Martino] &lt;br /&gt;
| Dansk &lt;br /&gt;
| Kort og matrikelstyrelsen &lt;br /&gt;
| &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Julian Hollingbery|Julian Hollingbery]] &lt;br /&gt;
| Dansk &lt;br /&gt;
| Kort og matrikelstyrelsen &lt;br /&gt;
| &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Morpl|Morten Lindegaard]] &lt;br /&gt;
| Dansk &lt;br /&gt;
| Kort og Matrikelstyrelsen &lt;br /&gt;
| København, Danmark &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Jolni|Jonas Lund Nielsen]] &lt;br /&gt;
| Dansk &lt;br /&gt;
| Kort og Matrikelstyrelsen &lt;br /&gt;
| København, Danmark &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Martin.Hvidberg|Martin Hvidberg]] &lt;br /&gt;
| Dansk &lt;br /&gt;
| Aarhus Universitet, Danmarks Miljøundesøgelser &lt;br /&gt;
| Roskilde, Danmark &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Runarbe|(Stein) Runar Bergheim]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| AVINET &lt;br /&gt;
| &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Halset|Tore Halset]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Electronic Chart Centre &lt;br /&gt;
| Stavanger, Norge &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Ragnvald|Ragnvald Larsen]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Direktoratet for Naturfovaltning &lt;br /&gt;
| Trondheim, Norge &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Bgrotan|Bjørn Ove Grøtan]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Norges geologiske undersøkelse &lt;br /&gt;
| Trondheim, Norge &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:MichaelOstling|Michael Östling]]&amp;lt;span class=&amp;quot;Apple-tab-span&amp;quot; style=&amp;quot;white-space: pre;&amp;quot;&amp;gt;[[User:MichaelOstling|	]]&amp;lt;/span&amp;gt; &lt;br /&gt;
| Svensk &lt;br /&gt;
| MetaGIS AB &lt;br /&gt;
| Falun, Sverige &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Fredper|Fredrik Persäter]] &lt;br /&gt;
| Svensk &lt;br /&gt;
| Lantmäteriet &lt;br /&gt;
| Kiruna, Sverige &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Tellett|Tom Ellett von Brasch]] &lt;br /&gt;
| Engelsk &lt;br /&gt;
| Statens kartverk &lt;br /&gt;
| Hønefoss, Norge &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Nicklas|Nicklas Avén]] &lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
| Våler i Solør, Norge &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Gisassistans|Anders Söderman]] &lt;br /&gt;
| Svensk &lt;br /&gt;
| Firma GISassistans &lt;br /&gt;
| Stockholm, Sverige &lt;br /&gt;
| Ja, gärna.&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Frodewj|Frode Wiseth Jørgensen]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| AVINET &lt;br /&gt;
| Trondheim, Norge &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Sverre|Sverre Iversen]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Norges geologiske undersøkelse &lt;br /&gt;
| Trondheim, Norge &lt;br /&gt;
| Ja&lt;br /&gt;
|-&lt;br /&gt;
| [[User:JonasHolmberg|Jonas Holmberg]] &lt;br /&gt;
| Svensk &lt;br /&gt;
| Sveriges geologiska undersökning (SGU) &lt;br /&gt;
| Uppsala, Sverige &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Esisa|Espen Isaksen]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Institutt for Skog og Landskap &lt;br /&gt;
| Ås, Norge &lt;br /&gt;
| Nei&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Arnfra|Frank Arntsen]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| Statens kartverk &lt;br /&gt;
| Norge &lt;br /&gt;
| &lt;br /&gt;
Ja &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Jkylmaaho|Jani Kylmäaho]] &lt;br /&gt;
| Engelsk &lt;br /&gt;
| Lantmäteriverket &lt;br /&gt;
| Finland &lt;br /&gt;
| Nej&lt;br /&gt;
|-&lt;br /&gt;
| [[User:Turban|Bjørn Sandvik]] &lt;br /&gt;
| Norsk &lt;br /&gt;
| NRK &lt;br /&gt;
| Norge &lt;br /&gt;
| Ja &lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55098</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55098"/>
		<updated>2011-05-06T09:16:23Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey of Norway(NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and Related documents:&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55097</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55097"/>
		<updated>2011-05-06T09:16:01Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
''Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Execution:&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Contact and Related documents:&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55096</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55096"/>
		<updated>2011-05-06T09:15:04Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Contact and Related documents'':&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55095</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55095"/>
		<updated>2011-05-06T09:14:45Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Contact and Related documents'':&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Code: axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspired by]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55094</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55094"/>
		<updated>2011-05-06T09:13:57Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Kontakt og relaterte dokumenter - Contact and Related documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kontakt og relaterte dokumenter - ''Contact and Related documents'':&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55093</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55093"/>
		<updated>2011-05-06T09:12:11Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Kontakt og relaterte dokumenter - Contact and Related documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ==&lt;br /&gt;
*Sverre Iversen,NGU. E-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55092</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55092"/>
		<updated>2011-05-06T09:11:23Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ==&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55091</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55091"/>
		<updated>2011-05-06T09:10:30Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55090</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55090"/>
		<updated>2011-05-06T09:10:08Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*''Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*''GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*''SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*''The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*''The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55089</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55089"/>
		<updated>2011-05-06T09:09:45Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*''Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*''GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*''SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*''The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*''The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55088</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55088"/>
		<updated>2011-05-06T09:09:15Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Converting from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
''Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
''&lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55087</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55087"/>
		<updated>2011-05-06T09:08:38Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Mapping from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Converting from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55086</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55086"/>
		<updated>2011-05-06T09:07:56Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Mapping from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55085</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55085"/>
		<updated>2011-05-06T09:07:23Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert from ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer axl-filer (ArcIMS) til .map-filer (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from axl-files (ArcIMS) to map-files (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other info:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55084</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55084"/>
		<updated>2011-05-06T09:05:18Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert fron ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert from ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra .axl-konfigurasjonen (ArcIMS) til .map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from the .axl configuration (ArcIMS) to the .map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55083</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55083"/>
		<updated>2011-05-06T09:04:26Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Kontakt og relaterte dokumenter - Contact and Related documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra .axl-konfigurasjonen (ArcIMS) til .map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from the .axl configuration (ArcIMS) to the .map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt Kode - ''code'': axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55082</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55082"/>
		<updated>2011-05-06T09:03:00Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Kontakt og relaterte dokumenter - Contact and Related documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra .axl-konfigurasjonen (ArcIMS) til .map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from the .axl configuration (ArcIMS) to the .map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt axl2mapNGU.xslt]&lt;br /&gt;
*[http://trac.osgeo.org/mapserver/wiki/axl2map_xslt Inspirert av - ''Inspired by'']&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55081</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55081"/>
		<updated>2011-05-06T09:00:18Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert fron ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra .axl-konfigurasjonen (ArcIMS) til .map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from the .axl configuration (ArcIMS) to the .map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate these into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt axl2mapNGU.xslt]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55080</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55080"/>
		<updated>2011-05-06T08:59:46Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert fron ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra .axl-konfigurasjonen (ArcIMS) til .map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from the .axl configuration (ArcIMS) to the .map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=&amp;quot;...&amp;quot;&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt axl2mapNGU.xslt]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55079</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55079"/>
		<updated>2011-05-06T08:59:06Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert fron ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra .axl-konfigurasjonen (ArcIMS) til .map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from the .axl configuration (ArcIMS) to the .map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=...&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt axl2mapNGU.xslt]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55078</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55078"/>
		<updated>2011-05-06T08:58:28Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert fron ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra axl-konfigurasjonen (ArcIMS) til map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create an XSLT script which converts from the axl configuration (ArcIMS) to the map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=...&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt axl2mapNGU.xslt]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55077</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55077"/>
		<updated>2011-05-06T08:56:33Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Convert fron ArcIMS axl-files to Mapserver map-files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra axl-konfigurasjonen (ArcIMS) til map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create a XSLT script which converts from the axl configuration (ArcIMS) to the map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that are mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=...&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are mapped to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt axl2mapNGU.xslt]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
	<entry>
		<id>https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55075</id>
		<title>Nordic:axl2map</title>
		<link rel="alternate" type="text/html" href="https://wiki.osgeo.org/w/index.php?title=Nordic:axl2map&amp;diff=55075"/>
		<updated>2011-05-06T08:51:00Z</updated>

		<summary type="html">&lt;p&gt;Wiki-Sverre: /* Kontakt og relaterte dokumenter - Contact and Related documents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Convert fron ArcIMS axl-files to Mapserver map-files ==&lt;br /&gt;
&lt;br /&gt;
Norges geologiske undersøkelse (NGU) faser nå ut ArcIMS. ArcIMS-tjenestene skal i hovedsak over til Mapserver. Vi har et stort antall tjenester og fant det nødvendig å lage et XSLT-script som konverterer fra axl-konfigurasjonen (ArcIMS) til map-konfigurasjonen (Mapserver).&lt;br /&gt;
&lt;br /&gt;
''Geological Survey (NGU) phases out ArcIMS. ArcIMS services will mainly be ported to the Mapserver. We have a large number of services and found it necessary to create a XSLT script which converts from the axl configuration (ArcIMS) to the map configuration (Mapserver).''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Kjøring / ''execution'':&lt;br /&gt;
* java org.apache.xalan.xslt.Process -IN foo.axl -XSL axl2mapNGU.xsl -OUT foo.map&lt;br /&gt;
* Add in axl-file right after first line - open file in Web browser: &amp;lt;?xml-stylesheet type=&amp;quot;text/xsl&amp;quot; encoding=&amp;quot;iso-8859-1&amp;quot; href=&amp;quot;axl2mapNGU.xslt&amp;quot;?&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Known issues:&lt;br /&gt;
*Support renderer types that is mostly used by the NGU. Should be easy to add renderer types with the &amp;lt;xsl:template match=...&amp;gt;&lt;br /&gt;
*GROUPRENDERER with multple elements will result in multiple CLASS sections with identical names. Edit and integrate into unique classes manually.&lt;br /&gt;
*SCALEDEPENDENTRENDERER is not supported. Create a separate layer for this with its own scale range.&lt;br /&gt;
*The type attribute in axl renderers are converted directly to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;star&amp;quot; or SYMBOL &amp;quot;dot&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
*The character attribute in TRUETYPEMARKERSYMBOL are converted directly to a SYMBOL reference i the map-file like: SYMBOL &amp;quot;135&amp;quot;. Additional symbols must be defined for this.&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
=== Kontakt og relaterte dokumenter - ''Contact and Related documents'' ===&lt;br /&gt;
*Sverre Iversen,NGU. e-mail:sverre.iversen(a)ngu.no&lt;br /&gt;
*[http://wiki.osgeo.org/wiki/File:Axl2mapNGU.odt axl2mapNGU.xslt]&lt;/div&gt;</summary>
		<author><name>Wiki-Sverre</name></author>
	</entry>
</feed>