TEXT to XML

Here should go questions about transforming XML with XSLT and FOP.
awolff01
Posts: 4
Joined: Thu May 18, 2006 7:59 pm

TEXT to XML

Post by awolff01 »

Hello,

Is it possible to take a text file (either csv, or fixed length) and convert to an xml file structure within Oxygen? Do I need a plug-in or anything?

data1,data2,data3

converts to

<root>
<tag1>data1</tag1>
<tag2>data2</tag2>
<tag3>data3</tag3>
</root>

Thank you.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Yes, oXygen has support for converting a text formatted file to XML, use the File->Import->Text file action. Look also at
http://www.oxygenxml.com/database_import.html
You do not need any plugin for that.

Best Regards,
George
Post Reply