<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Get-configs.gmp.py</id>
	<title>Get-configs.gmp.py - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Get-configs.gmp.py"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Get-configs.gmp.py&amp;action=history"/>
	<updated>2026-04-03T20:49:01Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Get-configs.gmp.py&amp;diff=21043&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „&lt;pre&gt; import sys res = gmp.get_configs() for i, conf in enumerate(res.xpath('config')):     id = conf.xpath('@id')[0]     name = conf.xpath('name/text()')[0]…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Get-configs.gmp.py&amp;diff=21043&amp;oldid=prev"/>
		<updated>2020-09-21T10:07:03Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&amp;lt;pre&amp;gt; import sys res = gmp.get_configs() for i, conf in enumerate(res.xpath(&amp;#039;config&amp;#039;)):     id = conf.xpath(&amp;#039;@id&amp;#039;)[0]     name = conf.xpath(&amp;#039;name/text()&amp;#039;)[0]…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
import sys&lt;br /&gt;
res = gmp.get_configs()&lt;br /&gt;
for i, conf in enumerate(res.xpath('config')):&lt;br /&gt;
    id = conf.xpath('@id')[0]&lt;br /&gt;
    name = conf.xpath('name/text()')[0]&lt;br /&gt;
    print('\n({0}) {1}: ({2})'.format(i, name, id))&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>