The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Processing with AWK and Arrays fusionX Shell Programming and Scripting 1 02-11-2008 05:57 AM
Using other computers for processing arya6000 UNIX for Advanced & Expert Users 5 12-24-2007 12:46 AM
Simple Event Processing != Complex Event Processing iBot Complex Event Processing RSS News 0 12-16-2007 12:10 PM
parallel processing audippa Shell Programming and Scripting 3 03-01-2007 12:01 PM
data processing rochitsharma UNIX for Advanced & Expert Users 5 06-14-2006 05:13 AM

 
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 08-04-2008
demoprog demoprog is offline
Registered User
  
 

Join Date: Aug 2008
Posts: 3
need help on xml processing

I am trying to divide a xml file(my.xml) like this:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<Proto PName="hmmmmmmm">
     <Menu id="A" ver="1">
         <P>
             <P name="AA" Type="X"/>
             <P name="BB" Type="Y"/>
             <P name="CC" Type="Z"/>
         </P>
         <main>
             <K name="DD" type="X"/>
             <K name="EE" type="Y"/>
         </main>
     </Menu>
    <Menu id="B" ver="1">
        <P>
            <P name="XX" Type="X"/>
            <P name="BB" Type="Y"/>
            <P name="CC" Type="Z"/>
        </P>
        <main>
            <K name="DD" type="X"/>
            <K name="EE" type="Y"/>
        </main>
    </Menu>
    <Menu id="C" ver="1">
         <P>
             <P name="ZZ" Type="X"/>
             <P name="BB" Type="Y"/>
             <P name="CC" Type="Z"/>
         </P>
         <main>
             <K name="DD" type="X"/>
             <K name="EE" type="Y"/>
         </main>
     </Menu>
</Proto>
I am trying to get 3 files out of the above. .i.e.

Code:
$ cat my.A.xml
<?xml version="1.0" encoding="UTF-8"?>
<Proto PName="hmmmmmmm">
    <Menu id="A" ver="1">
        <P>
            <P name="AA" Type="X"/>
            <P name="BB" Type="Y"/>
            <P name="CC" Type="Z"/>
        </P>
        <main>
            <K name="DD" type="X"/>
            <K name="EE" type="Y"/>
        </main>
    </Menu>
</Proto>


$ cat my.B.xml
<?xml version="1.0" encoding="UTF-8"?>
<Proto PName="hmmmmmmm">
    <Menu id="B" ver="1">
        <P>
            <P name="XX" Type="X"/>
            <P name="BB" Type="Y"/>
            <P name="CC" Type="Z"/>
        </P>
        <main>
            <K name="DD" type="X"/>
            <K name="EE" type="Y"/>
        </main>
    </Menu>
</Proto>

and similarly my.C.xml

I tried this: 

$ awk '/<Menu id=/,/<\/Menu>/' my.xml
is there any way available other than perl for this xml processing.
 

Bookmarks

Tags
perl, perl regex, perl shift, shift, shift perl, xml

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 02:41 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0