Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Jul 25th, 2007, 2:09 PM   #1
joel_garrison
Newbie
 
Join Date: Jul 2007
Posts: 2
Rep Power: 0 joel_garrison is on a distinguished road
can anyone create a program that...

Hi,
My Name is Joel Garrison

I was wondering if anyone could create a program that will take file names and create a XMl document, details follow


I need to take the following File names which are always standard
CSD-[prefix]_[Segence#]_[line name].tap

Each one of these files is in a different directory with basicly the same name but without the CSD- in front.

I need to grab every one of these file names in each dir and Xport them into the XML file that looks like the following

Quote:
<?xml version="1.0"?>
<segd21-tape vsn="[output tape#">
<line id="[prefix]_[linename]" seq="[Sequence#]">
<segd-image file="[prefix]_[Segence#]_[line name]/CSD-[prefix]_[Segence#]_[line name].tap"/>
</line>
</segd21-tape>
Quote:
Example
File
(dir) WC1_1_40305250
\
--------> (file name) CSD-WC1_1_40305250.tap
(dir) WC1_2_40305124
\
--------> (file name) CSD-WC1_2_40305124.tap
needs to exported to look like

Quote:
<?xml version="1.0"?>
<segd21-tape vsn="A10000">
<line id="WC1_40305250" seq="1">
<segd-image file="WC1_1_40305250/CSD-WC1_1_40305250.tap"/>
</line>
<line id="WC1_40305124" seq="2">
<segd-image file="WC1_2_40305124/CSD-WC1_2_40305124.tap"/>
</line>
</segd21-tape>
There could be as many as 125-200 Files in the XML file.
Thanks,
Guys

Last edited by joel_garrison; Jul 25th, 2007 at 3:05 PM. Reason: mispellings and general non-sense
joel_garrison is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Special browser in Java (Project) stalefish Java 3 Feb 9th, 2008 4:22 PM
Language display in program Prm753 C++ 3 May 30th, 2006 5:45 PM
Creating a program to test a program sixstringartist C 8 Jan 21st, 2006 1:15 PM
program to create tables and queries re10 C# 5 Sep 6th, 2005 8:47 AM
How to create program c++? Alice_T C++ 12 Jan 21st, 2005 12:08 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:19 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC