Sponsored Content
Full Discussion: Xml multi parse question
Top Forums Shell Programming and Scripting Xml multi parse question Post 302897759 by SriniShoo on Tuesday 15th of April 2014 09:24:00 PM
Old 04-15-2014
Please give us the input and desired output, we can help
 

10 More Discussions You Might Find Interesting

1. Programming

parse xml

Hi, I'm looking for an "easy" way to parse a xml file to a proper structure. The xml looks like this What shall I use? Does anybody has some example-code to share or some good links/book-references? thx for any reply -fe (5 Replies)
Discussion started by: bin-doph
5 Replies

2. 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

3. 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

4. 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

5. Shell Programming and Scripting

Parse Multi-Section Configuration File

Hello all, Sample configuration file: username = root password = admin IpAddress = 192.168.2.90 HttpCommand = /getfile?hello.jpg Username = root2 Password = admin2 Passive = no Host = 192.168.1.100 Path = /uploads Username = root3 Password = adming Passive = no Host =... (10 Replies)
Discussion started by: LAVco
10 Replies

6. Shell Programming and Scripting

Parse XML

Hi all! I'm looking to write a quick script and in it I need to request an XML file from a service running on localhost and parse that XML file and output it. I'm looking to do it in bash although it doesn't really matter what shell it is in. The XML file returned would look like this: ... (3 Replies)
Discussion started by: mtehonica
3 Replies

7. Shell Programming and Scripting

SH script to parse string and return multi-line file

Hello all, I have been asked to exercise my shell scripting and it has been 10 plus years since I used to do it so I can not remember hardly anything and ask for your help. What I need to do is copy a line out of a file that can be 10 to 100 characters long, I then need to parse this line into... (3 Replies)
Discussion started by: Alivadoro
3 Replies

8. Shell Programming and Scripting

Parse XML line

Hi I am having an xml file with lines like these <d name="T2tt_350_100" title="T2tt_012j_350_100_428p4_pPF_PU" add="1" color="4" ls="1" lw="2" normf="1" xsection="0.070152" EqLumi="94651.6"... (2 Replies)
Discussion started by: Alkass
2 Replies

9. Shell Programming and Scripting

Parse XML For Values

Hi All, I want to parse XML to extract values of the tags to do further processing. The XML looks like <?xml version="1.0" encoding="ISO-8859-1"?> <allinput> <input A="2389906" B="install"> <C>111</C> <D>222</D> <E>333</E> <F></F> <G>444</G> <H></H> <I></I> <J></J> <K>C,D,E,G</K>... (6 Replies)
Discussion started by: rahulmittal87
6 Replies

10. Shell Programming and Scripting

XML Splitting into multi files

Hi , I have a XML file like below file name : sample.xml <?xml version="1.0"?> <catalog> <author>Rajini</author> <title>XML Guide</title> <Text> </Text> <genre>Computer</genre> <price>44.95</price> </catalog> <?xml version="1.0"?> <catalog> ... (5 Replies)
Discussion started by: karthinvk
5 Replies
PCOMB(1)						      General Commands Manual							  PCOMB(1)

NAME
pcomb - combine RADIANCE pictures SYNOPSIS
pcomb [ -h ][ -w ][ -x xres ][ -y yres ][ -f file ][ -e expr ] [ [ -o ][ -s factor ][ -c r g b ] input .. ] DESCRIPTION
Pcomb combines equal-sized RADIANCE pictures and sends the result to the standard output. By default, the result is just a linear combina- tion of the input pictures multiplied by -s and -c coefficients, but an arbitrary mapping can be assigned with the -e and -f options. Neg- ative coefficients and functions are allowed, and pcomb will produce color values of zero where they would be negative. The variables ro, go and bo specify the red, green and blue output values, respectively. Alternatively, the single variable lo can be used to specify a brightness value for black and white output. The predefined functions ri(n), gi(n) and bi(n) give the red, green and blue input values for picture n. To access a pixel that is nearby the current one, these functions also accept optional x and y offsets. For example, ri(3,-2,1) would return the red component of the pixel from picture 3 that is left 2 and up 1 from the current position. Although x offsets may be as large as width of the picture, y offsets are limited to a small window (+/- 32 pixels) due to efficiency considera- tions. However, it is not usually necessary to worry about this problem -- if the requested offset is not available, the next best pixel is returned instead. For additional convenience, the function li(n) is defined as the input brightness for picture n. This function also accepts x and y off- sets. The constant nfiles gives the number of input files present, and WE gives the white efficacy (lumens/brightness) for pixel values, which may be used with the -o option or the le(n) values to convert to absolute photometric units (see below). The variables x and y give the current output pixel location for use in spatially dependent functions, the constants xmax and ymax give the input resolution, and the con- stants xres and yres give the output resolution (usually the same, but see below). The constant functions re(n), ge(n), be(n), and le(n) give the exposure values for picture n, and pa(n) gives the corresponding pixel aspect ratio. Finally, for pictures with stored view parameters, the functions Ox(n), Oy(n) and Oz(n) return the ray origin in world coordinates for the current pixel in picture n, and Dx(n), Dy(n) and Dz(n) return the normalized ray direction. In addition, the function T(n) returns the distance from the origin to the aft clip- ping plane (or zero if there is no aft plane), and the function S(n) returns the solid angle of the current pixel in steradians (always zero for parallel views). If the current pixel is outside the view region, T(n) will return a negative value, and S(n) will return zero. The -h option may be used to reduce the information header size, which can grow disproportionately after multiple runs of pcomb and/or pcompos(1). The -w option can be used to suppress warning messages about invalid calculations. The -o option indicates that original pixel values are to be used for the next picture, undoing any previous exposure changes or color correction. The -x and -y options can be used to specify the desired output resolution, xres and yres, and can be expressions involving other constants such as xmax and ymax. The constants xres and yres may also be specified in a file or expression. The default output resolution is the same as the input resolution. The -x and -y options must be present if there are no input files, when the definitions of ro, go and bo will be used to compute each out- put pixel. This is useful for producing simple test pictures for various purposes. (Theoretically, one could write a complete renderer using just the functional language...) The standard input can be specified with a hyphen ('-'). A command that produces a RADIANCE picture can be given in place of a file by preceeding it with an exclamation point ('!'). EXAMPLES
To produce a picture showing the difference between pic1 and pic2: pcomb -e 'ro=ri(1)-ri(2);go=gi(1)-gi(2);bo=bi(1)-bi(2)' pic1 pic2 > diff Or, more efficiently: pcomb pic1 -s -1 pic2 > diff To precompute the gamma correction for a picture: pcomb -e 'ro=ri(1)^.4;go=gi(1)^.4;bo=bi(1)^.4' inp.hdr > gam.hdr To perform some special filtering: pcomb -f myfilt.cal -x xmax/2 -y ymax/2 input.hdr > filtered.hdr To make a picture of a dot: pcomb -x 100 -y 100 -e 'ro=b;go=b;bo=b;b=if((x-50)^2+(y-50)^2-25^2,0,1)' > dot AUTHOR
Greg Ward SEE ALSO
getinfo(1), icalc(1), pcompos(1), pfilt(1), rpict(1) RADIANCE
8/31/96 PCOMB(1)
All times are GMT -4. The time now is 07:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy