Sponsored Content
Full Discussion: Parse xml file
Top Forums UNIX for Dummies Questions & Answers Parse xml file Post 302814491 by figaro on Wednesday 29th of May 2013 02:00:40 PM
Old 05-29-2013
I suppose you are only posting a portion of your input file, correct?
I have difficulty understanding the logic behind the output that you seek. For example, where are you getting the Feq values from? Is it the id of one of the VsDataContainers?
Do you need to use awk? There are so many XML parsers written already, for example you could have a look at The CPAN Search Site - search.cpan.org
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to parse a XML file using PERL and XML::DOm

I need to know the way. I have got parsing down some nodes. But I was unable to get the child node perfectly. If you have code please send it. It will be very useful for me. (0 Replies)
Discussion started by: girigopal
0 Replies

2. Shell Programming and Scripting

Parse XML file

Hi, I need to parse the following XML data enclosed in <a> </a> XML tag using shell script. <X> ..... </X> <a> <b> <c>data1</c> <c>data2</c> </b> <d> <c>data3</c> </d> </a> <XX> ... </XX> (5 Replies)
Discussion started by: viki
5 Replies

3. Shell Programming and Scripting

Parse String in XML file

Hello All, I am new to this and I need to parse an XML file. Here's the XML Input File: <Report version="1.2"> <summary fatals="0" testcases="1" expected_fails="0" unexpected_passes="0" warnings="9" tests="21" errors="0" fails="1" passes="20" /> <testresult... (4 Replies)
Discussion started by: racbern
4 Replies

4. Shell Programming and Scripting

How can I parse xml file?

How can I parse file containing xml ? I am sure that its best to use perl - but my perl is not very good - can someone help? Example below contents of file containing the xml - I basically want to parse the file and have each field contained in a variable.. ie. I want to store the account... (14 Replies)
Discussion started by: frustrated1
14 Replies

5. Shell Programming and Scripting

Parse an XML task list to create each task.xml file

I have an task definition listing xml file that contains a list of tasks such as <TASKLIST <TASK definition="Completion date" id="Taskname1" Some other <CODE name="Code12" <Parameter pname="Dog" input="5.6" units="feet" etc /Parameter> <Parameter... (3 Replies)
Discussion started by: MissI
3 Replies

6. Emergency UNIX and Linux Support

How to parse the following xml file

Hi, I have the following file Example.xml <?xml version="1.0" encoding="iso-8859-1"?> <html><set label="09/07/29" value="1241.90"/> </html> Can any one help me in parsing this xml file I want to retrive the attribute values of the tag set Example I want to... (3 Replies)
Discussion started by: Raji_gadam
3 Replies

7. Shell Programming and Scripting

parse xml file

Hello all, Given the following extract from a xml file with multiple <JOB> .... </JOB> entries <JOB APPLICATION="APP" APR="0" AUG="0" AUTHOR="AUT" AUTOARCH="0" CMDLINE="/tmp/test1 %%var" CONFIRM="1" CREATION_DATE="20100430" CREATION_TIME="130739" ... (2 Replies)
Discussion started by: cabrao
2 Replies

8. Programming

Parse XML file

How do I get the field info for tags ID, NAME, DESCRIPTION. Below is my current code put I can't get beyond the first_child of the file. use strict; use warnings; use XML::Simplehttp://images.intellitxt.com/ast/adTypes/icon1.png; use... (1 Reply)
Discussion started by: leemalloy
1 Replies

9. Shell Programming and Scripting

Parse XML File.

HI Guys I have Below XML File : <xn:SubNetwork id="XYZ"> <xn:SubNetwork id="C01"> <xn:MeContext id="CO1"> <xn:ManagedElement id="1"> <un:RncFunction id="1"> <un:UtranCell id="NY431"> ... (2 Replies)
Discussion started by: pareshkp
2 Replies

10. Shell Programming and Scripting

Parse xml file

I am trying to create a shell script that will parse an xml file (file attached). awk '/Id v=/ { print }' Test.xml | sed 's!<Id v=\"\(.*\)\"/>!\1!' > output.txt An output.txt file is created but it is empty. It should contain the value 222159 in it. Thanks. (7 Replies)
Discussion started by: cmccabe
7 Replies
Package::Stash::XS(3)					User Contributed Perl Documentation				     Package::Stash::XS(3)

NAME
Package::Stash::XS - faster and more correct implementation of the Package::Stash API VERSION
version 0.25 SYNOPSIS
use Package::Stash; DESCRIPTION
This is a backend for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler. BUGS
No known bugs (but see the BUGS section in Package::Stash). Please report any bugs through RT: email "bug-package-stash-xs at rt.cpan.org", or browse to http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash-XS <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Package-Stash-XS>. SEE ALSO
o Class::MOP::Package This module is a factoring out of code that used to live here SUPPORT
You can find this documentation for this module with the perldoc command. perldoc Package::Stash::XS You can also look for information at: o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Package-Stash-XS <http://annocpan.org/dist/Package-Stash-XS> o CPAN Ratings http://cpanratings.perl.org/d/Package-Stash-XS <http://cpanratings.perl.org/d/Package-Stash-XS> o RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash-XS <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Package-Stash-XS> o Search CPAN http://search.cpan.org/dist/Package-Stash-XS <http://search.cpan.org/dist/Package-Stash-XS> AUTHOR
Jesse Luehrs <doy at tozt dot net> Based on code from Class::MOP::Package, by Stevan Little and the Moose Cabal. AUTHOR
Jesse Luehrs <doy at tozt dot net> COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jesse Luehrs. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.16.2 2011-09-06 Package::Stash::XS(3)
All times are GMT -4. The time now is 01:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy