Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Advice on XML + AWK

Status
Not open for further replies.

lookers

Programmer
Aug 2, 2005
14
EU
Hi,
I have three files that I want to combine into one XML file.
They are in the following format

"field 1", "field 2" ..."field N"

I need to create XML file based on data in all three file.

I know that this is a bit vague but
My question is would this be possible with AWK or am I better of using an different language like Java

 

You could use awk, but you may be better off using another language compatible with XML.
[3eyes]



----------------------------------------------------------------------------
The person who says it can't be done should not interrupt the person doing it. -- Chinese proverb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top