Sponsored Content
Top Forums UNIX for Advanced & Expert Users extracting the component names from SVN changes xml file Post 302418378 by zaxxon on Tuesday 4th of May 2010 06:27:40 AM
Old 05-04-2010
I get no clue by your description. No idea which the balance and payment names are in this excerpt. Best post an example of the wanted output.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

extracting XML file using sed

Hello folks I want to extract data between certain tag in XML file using 'sed' <xml> ......... .......... <one>XXXXXXXXXXXXXXXXXXXX</one> ...... Anyone ?Thank you (7 Replies)
Discussion started by: pujansrt
7 Replies

2. Shell Programming and Scripting

extracting domain names out of a text file

I am needing to extract and list domain names out of a very large text file. The text file contains tlds .com .net .org and others as well as third level domains e.g. host1.domain.com and the names are placed within paragraphs of text. Domains do not have a http:// prefix so I'm thinking the... (6 Replies)
Discussion started by: totus
6 Replies

3. UNIX for Dummies Questions & Answers

Extracting values from an XML file

Hello People, I have an xml file from which I need to extract the values of the parameters using UNIX shell commands. Ex : Input is like : <Name>Roger</Name> or <Address>MI</Address> I need the output as just : Roger or MI with the tags removed. Please help. (1 Reply)
Discussion started by: sushant172
1 Replies

4. UNIX for Dummies Questions & Answers

Extracting data from an xml file

Hello, Please can someone assist. I have the following xml file: <?xml version="1.0" encoding="utf-8" ?> - <PUTTRIGGER xmlns:xsd="http://www.test.org/2001/XMLSchema" xmlns:xsi="http://www.test.org/2001/XMLSchema-instance" APPLICATIONNUMBER="0501160" ACCOUNTNAME="Mrs S Test"... (15 Replies)
Discussion started by: Dolph
15 Replies

5. Shell Programming and Scripting

Need help in extracting data from xml file

Hello, This is my first post in here, so excuse me if I sound too noob here! I need to extract the path "/apps/mp/installedApps/V61/HRO/hrms_01698_A_qa.ear" from the below xml extract. The path will always appear with the key "binariesURL" <deployedObject... (6 Replies)
Discussion started by: abhishek2386
6 Replies

6. Shell Programming and Scripting

Extracting content from xml file

Hello All, Hope you are doing well!!!!! I have a small code in the below format in xml file: <UML:ModelElement.taggedValue> <UML:TaggedValue tag="documentation" value="This sequence&#xA;&#xA;HLD_EA_0001X&#xA;HLD_DOORS_002X"/> <UML:TaggedValue tag="documentation" value="This... (11 Replies)
Discussion started by: suvendu4urs
11 Replies

7. Shell Programming and Scripting

Reading XML file and extracting value

Dear All, I am reading one XML file to extract value from the particular tag:- Sample xml is below:- <KeyValuePairs> <Key>TestString</Key> <Value>Test12_Pollings</Value> </KeyValuePairs> I want to read the value for the KEY tag and there will be multiple key tags :- awk... (4 Replies)
Discussion started by: sharsour
4 Replies

8. Shell Programming and Scripting

Need Help in extracting data from XML File

Hi All My input file is an XML and it has some tags and data rows at end. Starting of data rows is <rs:data> and ending of data rows is </rs:data>. Within sample data rows (2 rows) shown below, I want to extract data value after equal to sign (until space or "/" sign). So if XML data... (7 Replies)
Discussion started by: vx04
7 Replies

9. Shell Programming and Scripting

Making post down hook script for svn regarding sending emails after an file is committed in svn

Hi Folks , I am asking this question but i apologise please if this is not the correct forum , I have to develop a shell script that i want to place in at hooks/post-commit , that is basically i have to develop a post hook script and the main functionality of that script would be lets say if... (0 Replies)
Discussion started by: sunsun06060606
0 Replies

10. Shell Programming and Scripting

Create one xml file from one list of names

Actually I have one list of channels names like: Rai 1 Rai 1 +1HD Rai 1 +2HD Rai 2 Rai 2 +1HD Rai 2 +2HD . . . .From this list of names I need create one new xml file with this structure <channel id="Rai 1"> <display-name lang="it">Rai 1</display-name> <icon... (3 Replies)
Discussion started by: Tapiocapioca
3 Replies
Vend::Payment::BusinessOnlinePayment(3pm)		User Contributed Perl Documentation		 Vend::Payment::BusinessOnlinePayment(3pm)

NAME
Vend::Payment::BusinessOnlinePayment - Interchange wrapper for Business::OnlinePayment SYNOPSIS
&charge=onlinepayment or [charge mode=onlinepayment param1=value1 param2=value2] PREREQUISITES
Business::OnlinePayment Business::OnlinePayment:: gateway module See L<http://www.420.am/business-onlinepayment/> or L<http://search.cpan.org/search?query=Business%3A%3AOnlinePayment&mode=module> DESCRIPTION
This is a wrapper around Business::OnlinePayment for Interchange. The Vend::Payment::BusinessOnlinePayment module implements the onlinepayment() routine for use with Interchange. It is compatible on a call level with the other Interchange payment modules. In theory (and even usually in practice) you could switch from another gateway to a Business::OnlinePayment supported gateway (or between different Business::OnlinePayment gateways) with a few configuration file changes. Business::OnlinePayment is a set of related Perl modules for processing online payments (credit cards, electronic checks, and other payment systems). It provides a consistant interface for processing online payments, regardless of the gateway backend being used, in the same way that DBI provides an consistant interface to different databases. See http://www.420.am/business-onlinepayment/ <http://www.420.am/business-onlinepayment/> for more information and supported gateways. It is hoped that a future version of Interchange will do all credit card processing through Business::OnlinePayment, but this is my no means guaranteed and the timeframe is unknown. Think ALSA somewhere around Linux 2.2 and you've got the general idea. Currently this module is recommended for people with gateway processors unsupported by a native Interchange Vend::Payment:: module and for the adventurous. USAGE
To enable this module, place this directive in "interchange.cfg": Require module Vend::Payment::BusinessOnlinePayment This must be in interchange.cfg or a file included from it. The mode can be named anything, but the "gateway" parameter must be set to "onlinepayment". To make it the default payment gateway for all credit card transactions in a specific catalog, you can set in "catalog.cfg": Variable MV_PAYMENT_MODE onlinepayment It uses several of the standard settings from Interchange payment. Any time we speak of a setting, it is obtained either first from the tag/call options, then from an Interchange order Route named for the mode, then finally a default global payment variable, For example, the "setting" parameter would be specified by: [charge mode=onlinepayment setting=value] or Route onlinepayment setting value or Variable MV_PAYMENT_SETTING value The following settings are available: processor Your Business::OnlinePayment processor. id Your Business::OnlinePayment login. secret Your Busienss::OnlinePayment password. transaction The type of transaction to be run. Valid values are: Interchange Business::OnlinePayment ---------------- ----------------------- auth Authorization Only return Credit reverse sale Normal Authorization settle Post Authorization void Void test Set this true if you wish to operate in test mode. Make sure to verify that your specific Business::OnlinePayment:: gateway module supports a test mode. In addition, any other processor options are passed to your gateway. See the documentation for your specific Business::OnlinePayment:: gateway module for details on what options are required, if any. AUTHOR
Ivan Kohler <ivan-interchange@420.am> Initial development of this module was sponsored in part by Simply Marketing, Inc. <http://www.simplymarketinginc.com/>. COPYRIGHT
Copyright 2004 Ivan Kohler. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Extra query parameters extra_query_params "customer_id their_param=our_param" This allows you to map a passed parameter to the transaction query of your module. Obviously the module must support it. The parameter comes from the parameters passed to the [charge ..] tag or the route. The above id passes the customer_id parameter on with a key of the same name, while the second sets their param "their_param" with "our_param". Extra result parameters extra_result_params "transid=weird.module.name" This allows you to map a returned parameter to the payment result hash of Interchange. perl v5.14.2 2011-03-09 Vend::Payment::BusinessOnlinePayment(3pm)
All times are GMT -4. The time now is 03:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy