Sponsored Content
Top Forums Shell Programming and Scripting Creating a larger .xml file from a template(sample file) Post 302721837 by ks_reddy on Thursday 25th of October 2012 11:57:17 PM
Old 10-26-2012
Creating a larger .xml file from a template(sample file)

Dear All,

I have a template xml file like below.

Code:
....Some---Header.......
<SignalPreference>
        ...
        <SignalName>STRING</SignalName>
        ...
</SignalPreference>
......Some formatting text.......
<SignalPreference>
        .........
        <SignalName>STRING</SignalName>
</SignalPreference>
....Some footer text......

I want to create an actual .xml like below.
For 2 instances of my signals output shown below, preserving all header, footer and other formatting tags.

Code:
....Some---Header....... ## Must preserve all the header tags
<SignalPreference>
        ...   #Must preserve this part as it is
        <SignalName>STRING1</SignalName>
        ...  #Must preserve this part as it is
</SignalPreference>
<SignalPreference>
        ...  #Must preserve this part as it is
        <SignalName>STRING2</SignalName>
        ...  #Must preserve this part as it is
</SignalPreference>

......Some formatting text.......   ### must Preserve this as it is

<SignalPreference>
        .........  #Must preserve this part as it is
        <SignalName>STRING1</SignalName>
        ......... #Must preserve this part as it is
</SignalPreference>
<SignalPreference>
        ...  #Must preserve this part as it is
        <SignalName>STRING2</SignalName>
        ...  #Must preserve this part as it is
</SignalPreference>

....Some footer text......  ### Must preserve this as it is.

where STRING1,STRING2 etc are from one more text file signal.txt.
cat Signal.txt
Code:
STRING1
STRING2
........ so on
up to 10000 STRINGS

Currently I am manually replicating the <SignalPreference>.. </SignalPreference> tag portions and replacing <SignalName>STRING </SignalName> with my desired string based on line number using grep and sed commands. But this is becoming a very tedious task as I have many tags to replace with.

Thanks
Sidda
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Sample Unix script file to convert .xml to .csv

Dear all, Can you send me a script file the changes .xml to .csv file. Thanks, Srinivasa (4 Replies)
Discussion started by: srinivasaphani
4 Replies

2. Shell Programming and Scripting

Need help in creating a Unix Script to parse xml file

Hi All, My requirement is create an unix script to parse the xml file and display the values of the Elements/value between the tags on console. Like say, I would like to fetch the value of errorCode from the below xml which is 'U007' and display it. Can we use SED command for this? I have tried... (10 Replies)
Discussion started by: Anil.Wmg
10 Replies

3. UNIX for Dummies Questions & Answers

How to find a file whick is consuming larger disk space in file system

Hello, Can anybody please tell me the command to find out the filesystem or a file which is consuming larger disk space sing i want to find out the file and want to compress it please help me out any help would be appreciated (6 Replies)
Discussion started by: lokeshpashine
6 Replies

4. Shell Programming and Scripting

xmlstarlet template parse small xml file

I have a file like: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <geonames> <geoname> <toponymName>Palos Verdes</toponymName> <name>Palos Verdes</name> <lat>42.1628912</lat> <lng>-123.6481235</lng> <geonameId>5718340</geonameId> <countryCode>US</countryCode>... (4 Replies)
Discussion started by: unclecameron
4 Replies

5. UNIX for Advanced & Expert Users

Can someone help me with creating RPM sample i need ?

i know there are tons n tons of documentation out there to help me out to understand this.. but wen i read it, its to confusing for me.. i would really wish a kind hearted person on this forum can come out with a sample spec file for the example steps that i need for the RPM. This will make me... (0 Replies)
Discussion started by: bladez
0 Replies

6. Shell Programming and Scripting

KSH - help needed for creating a script to generate xml file from text file

Dear Members, I have a table in Oracle DB and one of its column name is INFO which has data in text format which we need to fetch in a script and create an xml file of a new table from the input. The contents of a single cell of INFO column is like: Area:app - aam Clean Up Criteria:... (0 Replies)
Discussion started by: Yoodit
0 Replies

7. Shell Programming and Scripting

Add column info from one file to larger second file

Hi, long time reader, first time poster. I've done some searching so please if this is a repeated post excuse the duplicate, but what I have are two files roughly like so: File 1: A W B X C Y D Z File 2: A 1 C 2 D 3 And what I would like to get out is... (4 Replies)
Discussion started by: wallysb01
4 Replies

8. Shell Programming and Scripting

Creating multiple xml tag lines in a file

Hi All, Can someone tell me how can we create same xml tag lines based on the number of lines present in other file and replace the Name variable vaule present in other file. basically I have this xml line <typ:RequestKey NameType="RIC" Name="A1" Service="DDA"/> and say I... (4 Replies)
Discussion started by: Optimus81
4 Replies

9. UNIX for Dummies Questions & Answers

XML File Generation - Template Help

Hi, I have hit a bit of a brick wall.:confused: need the following code edited: echo "<?xml version=\"1.0\"?><dailyBalance_ROWSET>" > ${DataDir}/${extract_script}${ApplicationDate}.${Suffix} RunSQL ${extract_script} ${ActionFlag} echo "</dailyBalance_ROWSET>" >>... (2 Replies)
Discussion started by: Xergxes7
2 Replies

10. Shell Programming and Scripting

Inputing info from a CSV file and filling a template file

Hi, I have a .csv file that contains a variety of fields for 60 clients: USERNAME, PASSWORD, and COMMENTS. I have a template file which contains a great deal of data for each client and has the fields USERNAME, PASSWORD, and COMMENTS that has to be filled with the values of USERNAME,... (1 Reply)
Discussion started by: mojoman
1 Replies
USERDEL(8)						    BSD System Manager's Manual 						USERDEL(8)

NAME
userdel -- remove a user from the system SYNOPSIS
userdel -D [-p preserve-value] userdel [-rSv] [-p preserve-value] user DESCRIPTION
The userdel utility removes a user from the system, optionally removing that user's home directory and any subdirectories. Default values are taken from the information provided in the /etc/usermgmt.conf file, which, if running as root, is created using the built- in defaults if it does not exist. The first form of the command shown above (using the -D option) sets and displays the defaults for the userdel utility. See user(8) for more information about EXTENSIONS. -D Without any further options, -D will show the current defaults which will be used by the userdel utility. Together with one of the options shown for the first version of the command, -D will set the default to be the new value. This option is included if built with EXTENSIONS. -p preserve-value Set the preservation value. If this value is one of 'true', 'yes', or a non-zero number, then the user login information will be preserved. This option is included if built with EXTENSIONS. In the second form of the command, after setting any defaults, and then reading values from /etc/usermgmt.conf, the following command line options are processed: -p preserve-value Preserve the user information in the password file, but do not allow the user to login, by switching the password to an ``impossible'' one, and by setting the user's shell to the nologin(8) program. This option can be helpful in preserving a user's files for later use by members of that person's group after the user has moved on. This value can also be set in the /etc/usermgmt.conf file, using the 'preserve' field. If the field has any of the values 'true', 'yes', or a non-zero number, then user information preservation will take place. This option is included if built with EXTENSIONS. -r Remove the user's home directory, any subdirectories, and any files and other entries in them. -S Allow a samba user name (with a trailing dollar sign) to be deleted. This option is included if built with EXTENSIONS. -v Perform any actions in a verbose manner. This option is included if built with EXTENSIONS. Once the information has been verified, userdel uses pwd_mkdb(8) to update the user database. This is run in the background, and, at very large sites could take several minutes. Until this update is completed, the password file is unavailable for other updates and the new information is not available to programs. EXIT STATUS
The userdel utility exits 0 on success, and >0 if an error occurs. FILES
/etc/usermgmt.conf SEE ALSO
passwd(5), usermgmt.conf(5), group(8), nologin(8), pwd_mkdb(8), user(8), useradd(8) HISTORY
The userdel utility first appeared in NetBSD 1.5. It is based on the addnerd package by the same author. AUTHORS
The userdel utility was written by Alistair G. Crooks <agc@NetBSD.org>. BSD
November 16, 2005 BSD
All times are GMT -4. The time now is 08:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy