Thread Teil einer XML-Datei in Hash rein (5 answers)
Opened by Superfrank at 2006-11-28 14:27

ptk
 2006-11-28 22:28
#72034 #72034
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Ist das die vollständige XML-Datei? Sie scheint nicht korrekt zu sein:
Code: (dl )
1
2
3
4
5
6
7
8
$ xmllint -
-:2: namespace error : Namespace prefix contact on type is not defined
<contact:type>Firma</contact:type>
^
-:3: namespace error : Namespace prefix contact on name is not defined
<contact:name>Supidipi GmbH</contact:name>
^
...


Ansonsten hätte ich gesagt: nimm CPAN:XML::LibXML, aber wenn hier tatsächlich Namespaces vorkommen, dann wird es damit etwas haariger.

View full thread Teil einer XML-Datei in Hash rein