Hello,

 Apologies by my poor English.
 
 I have a xml file as following:

   <?xml version="1.0" ?>
   <Instruction>
    <Title> Instruction 1 </Title>
    <Author> Daniel </Author>
    <Date> 29 - 07 - 2005 </Date>
    <Objective>
      bla bla bla bla .....
    </Objective>
    <Procedure>
      1.- bla bla bla ....
      2.- bla bla bla ....
      3.- bla bla bla ....
      ...
    </Procedure>
    <References>
      [1] .....
      [2] .....
    </References>
   </Instruction>

 And I would convert this file to a lyx file. The lyx file should be
something as following:

...
...
\layout Title
Instruction 1

\layout Author
Daniel

\layout Date
29 - 07 - 2005

\layout Section
Objective

\layout Standard
bla bla bla bla .....

...
...


 Somebody can tell me some clue to do this conversion.

 Thanks.

          Daniel.


Reply via email to