Leser: 3
5 Einträge, 1 Seite |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<HISTORY BAUFORM="C1206" URSPRUNG="DATABASE_WAVE" ART="OPTISCH" ERSTELLER="Andreas Daschner" ERSTELL_DATUM="12.03.2008">
<VERSION STAND="1.00_P5" USER="legdaa0" DATUM="2006-01-02">
<BESCHREIBUNG>
Header in cle File eingespielt
</BESCHREIBUNG>
</VERSION>
<VERSION STAND="1.01_P5" USER="legdaa0" DATUM="2006-01-02">
<BESCHREIBUNG>
Erstversion aus Library
</BESCHREIBUNG>
</VERSION>
</HISTORY>
$cle_version_in=$cle_xml_data->{VERSION}->[$#{$cle_xml_data->{VERSION}}]->{STAND};
1 2 3 4 5 6 7 8 9 10
#!/usr/bin/perl use strict; use warnings; use XML::Simple; use Data::Dumper; my $in = XMLin( 'beispiel.xml', ForceArray => 1 ); print Dumper $in->{VERSION}->[-1]->{STAND};
Unrecognised option: ForceArray at K:\Programme\Perl\XML_TEST\XML_TEST.pl line 13
Andreas+2008-03-19 14:43:43--hi renee,
wie der mal danke für die superschnelle Antwort.
Bei mir kommt folgende Meldung:
Code: (dl )Unrecognised option: ForceArray at K:\Programme\Perl\XML_TEST\XML_TEST.pl line 13
Hast du eine Ahnung warum?
Danke schon mal
5 Einträge, 1 Seite |