jesuashok has asked for the wisdom of the Perl Monks concerning the following question:
Is there any module available to do XML Search ? to be more specific about my requirement, it follows like this :-
* If I know what element name to search from XML file, If I pass this Element name to this XML file, I would like to get the output as:-
by using some of XML<modules> I have to write a code in such a way that create a datastructre and search the element name from this data structre will satisfy my requirement.Level1->Level2->Level3-><Element_name> Level1->Level2-><Element_name>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML search module
by davorg (Chancellor) on Jan 15, 2007 at 09:47 UTC | |
|
Re: XML search module
by ikegami (Patriarch) on Jan 15, 2007 at 06:26 UTC | |
|
Re: XML search module
by ftumsh (Scribe) on Jan 15, 2007 at 12:06 UTC | |
|
Re: XML search module
by Jenda (Abbot) on Feb 19, 2007 at 17:23 UTC |