Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old February 23rd, 2006, 08:25 PM
Chris Dubea
Guest
 
Posts: n/a
Default Parsing text to XML

This might seem like a stupid question, but I can't seem to find the
answer.

I've got a table full of information that I want to get into an XML
format. I have a schema for the format and I can pretty much
manipulate the table however needs to get it into XML.

Is it possible to do this without writing code? If so, what tools
would I use?

Thanks
================================================== =========================
Chris
  #2  
Old February 24th, 2006, 04:25 AM
Joe Kesselman
Guest
 
Posts: n/a
Default Re: Parsing text to XML

> Is it possible to do this without writing code? If so, what tools[color=blue]
> would I use?[/color]

SOMETHING has to read the existing data and massage it into the new
format. That something may be you, if you're willing to pound on it by
hand, in which case all you need is a text editor. Or, if it's currently
in a sufficiently simple format and is going into a sufficiently simple
format, a simple pattern-match-and-replace through something like sed
might suffice.

Or, of course, you could buy code rather than writing it -- there are a
number of tools out there for "transcoding" data from other formats
to/from XML -- but I presume that isn't what you have in mind.

Basically: The question as you've posed it is FAR too vague, and the
only possible answer is "maybe". If you can be more specific, maybe
someone can help you.


--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
  #3  
Old February 24th, 2006, 04:35 AM
Daniel Parker
Guest
 
Posts: n/a
Default Re: Parsing text to XML

"Chris Dubea" <cdubea@movingpart.com> wrote in message
news:gr5sv1l6a3bpt6vv6cbdb1qe0vojkrcv88@4ax.com...[color=blue]
> This might seem like a stupid question, but I can't seem to find the
> answer.
>
> I've got a table full of information that I want to get into an XML
> format. I have a schema for the format and I can pretty much
> manipulate the table however needs to get it into XML.
>
> Is it possible to do this without writing code? If so, what tools
> would I use?
>[/color]
Have a look at the flat-to-XML examples in
http://servingxml.sourceforge.net/.

Regards,
Daniel Parker


  #4  
Old February 26th, 2006, 10:05 AM
karthik.balaguru@lntinfotech.com
Guest
 
Posts: n/a
Default Re: Parsing text to XML

Really gud one.

Cheeers,
karthik balaguru

  #5  
Old February 27th, 2006, 01:35 PM
Chris Dubea
Guest
 
Posts: n/a
Default Re: Parsing text to XML

On Thu, 23 Feb 2006 14:15:32 -0600, Chris Dubea
<cdubea@movingpart.com> wrote:
[color=blue]
>This might seem like a stupid question, but I can't seem to find the
>answer.
>
>I've got a table full of information that I want to get into an XML
>format. I have a schema for the format and I can pretty much
>manipulate the table however needs to get it into XML.
>
>Is it possible to do this without writing code? If so, what tools
>would I use?
>
>Thanks
>================================================= ==========================
>Chris[/color]


Thanks to all who replied.

================================================== =========================
Chris
 

Bookmarks


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

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles