how to parse this....plz help out!
- From: Master Blaster <ramesh.surtineni@xxxxxxxxx>
- Date: Mon, 5 May 2008 03:50:24 -0700 (PDT)
How to parse the values if the tags are having same names...like given
in the below example.
if we have <argument>tag repeated for many times which individually
contains diff.data
<?xml version="1.0"?>
<Command_Line_Interface_Reference>
<info>
<version>K.13.02</version>
<family>Switch 3500yl</family>
<product>J8693A</product>
</info>
<command>
<name>ping</name>
<parm_type>UNKNOWN</parm_type>
<flags>
<flag>Optional</flag>
<flag>Keyword Required</flag>
<flag>Keyword is a command</flag>
<flag>Need at least one to be specified after</flag>
</flags>
<parm_list>
<argument>
....................
</argument>
<argument>
....................
</argument>
<argument>
.....................
</argument>
<argument>
.....................
</argument>
<argument>
....................
</argument>
</parm_list>
</command>
</Command_Line_Interface_Reference>
Plz give me the solution!
.
- Follow-Ups:
- Re: how to parse this....plz help out!
- From: Donal K. Fellows
- Re: how to parse this....plz help out!
- From: Amit Zaroo
- Re: how to parse this....plz help out!
- Prev by Date: Re: Replacement for C-function ioctl?
- Next by Date: Re: ANN: SQLiteStudio 1.0.0 final
- Previous by thread: ANN: SQLiteStudio 1.0.0 final
- Next by thread: Re: how to parse this....plz help out!
- Index(es):
Relevant Pages
|