From: Gregory S. <GRE...@BU...> - 2004-04-23 12:57:01
|
Hello to all atox users, I'm trying to parse an Ascii file into an XML one. My XML output format has already been defined. I whish to insert some contents of the ascii file into some specific XML tag. The problem is that some of the tags are inserted at the beginning of the text and the ascii file's structure doesn't follow the same decomposition. example: Ascii file: ... Bug Report: blablabla... ... ... machine ID: 20234165 Date : 31616561 ... ... XML File: <Collect> <MachineID>20234165</MachineID> <Date>31616561</Date> ... ... <Bug>blablabla</Bug> ... ... I'm just discovering you tool "atox" and i see that 's a top-down a parser. Is there some subtle solutions which could perform this kind of parsing. Best regards. PS: I'm french, excuse me for my basic english. |