Skip Menu |

This queue is for tickets about the XML-Simple CPAN distribution.

Report information
The Basics
Id: 37560
Status: rejected
Priority: 0/
Queue: XML-Simple

People
Owner: Nobody in particular
Requestors: werner.schmidt-wilczek [...] polizei.bayern.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: XML::Simple knows only 3 levels
Date: Wed, 9 Jul 2008 13:27:43 +0200
To: "'bug-XML-Simple [...] rt.cpan.org'" <bug-XML-Simple [...] rt.cpan.org>
From: Schmidt-Wilczek Werner <werner.schmidt-wilczek [...] polizei.bayern.de>
hello, i have a xml-file with maximum 5 levels like this <Record name="bla"> <Info>bla</Info> <Level>1</Level> <Record name="bla"> <Info>bla</Info> <Level>2</Level> <Record name="bla"> <Info>bla</Info> <Level>3</Level> <Record name="bla"> <Info>bla</Info> <Level>4</Level> <Record name="bla"> <Info>bla</Info> <Level>5</Level> NO RECORD </Record> </Record> </Record> </Record> </Record> in every level i have a knote /Record with attributes and other knots the bug is: after level 3, xml::simple dont find the knote /Record kind regards Werner Schmidt-Wilczek SG V3 - IuK 3 Fachbereich IuK 32 - Programmierung Jakobsplatz 5 90402 Nürnberg Tel: +49 911 2112-4562 CNP: 7-600-4562 Fax: +49 911 2112-4335 E-Mail: <mailto:werner.schmidt-wilczek@polizei.bayern.de>
I have not been able to reproduce your problem. I can read your supplied XML file using XML::Simple and index down into all 5 levels of <Record> elements. I apologise for the ridiculously long delay in responding. Regards Grant